kryten-webqueue 0.40.0__tar.gz → 0.40.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/CHANGELOG.md +22 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/PKG-INFO +1 -1
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/routes/admin_catalog.py +24 -18
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/catalog/edit_item_modal.html +1 -1
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/pyproject.toml +1 -1
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_phase2_jobs.py +13 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/.github/workflows/gitleaks.yml +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/.github/workflows/python-publish.yml +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/.github/workflows/release.yml +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/.gitignore +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/.gitleaks.toml +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/.pre-commit-config.yaml +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/AGENT-WORKFLOW-GUIDE.md +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/AGENTS.md +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/README.md +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/config.example.json +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/deploy/kryten-webqueue.service +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/deploy/nginx-queue.conf +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/docs/IMPLEMENTATION_SPEC.md +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/docs/IMPL_API_GATE.md +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/docs/IMPL_ECONOMY.md +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/docs/IMPL_KRYTEN_PY.md +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/docs/IMPL_ROBOT.md +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/docs/Kryten-Economy Service Quality Survey Report at v0.13.0.md +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/docs/Kryten-Webqueue Service Quality Survey Report at v0.27.1.md +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/docs/Log for incorrect promo insertion problem.txt +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/docs/PLAN_PRESENCE_AND_PROMOS.md +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/docs/PRD_TMDB_LOCAL_INDEX.md +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/docs/PRE_PLAN_GAPS.md +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/docs/PRODUCT_PLAN.md +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/docs/SPEC-Visual-UX-Sprint-August-2026.md +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/docs/SPEC_ADMIN_ITEM_EDITOR.md +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/docs/SPEC_CATALOG_ENRICHMENT_PIPELINE.md +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/docs/SPEC_EMOTE_REHOST.md +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/docs/SPEC_JOBS_AND_BROWSE.md +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/docs/SPEC_TMDB_LOCAL_INDEX.md +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/docs/UX_POLISH_PLAN.md +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/__init__.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/__main__.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/api_gate/__init__.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/api_gate/client.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/app.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/auth/__init__.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/auth/otp.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/auth/rate_limit.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/auth/session.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/__init__.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/db/__init__.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/db/_catalog.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/db/_connection.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/db/_enrichment.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/db/_feedback.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/db/_fetch_queue.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/db/_people.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/db/_playlists.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/db/_queue.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/db/_watchlist.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/__init__.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/classify.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/normalise.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/pipeline.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/providers.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/report.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/steps/__init__.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/steps/art.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/steps/categories.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/steps/identify.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/steps/meta.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/steps/sync.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/steps/tags.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/steps/title.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/images.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/mediacms.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/sync.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/tmdb_index/__init__.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/tmdb_index/_schema.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/tmdb_index/_textmatch.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/tmdb_index/_ttscrape.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/tmdb_index/builder.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/tmdb_index/coverage.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/tmdb_index/index.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/config.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/integrations/__init__.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/integrations/cmsutils/__init__.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/integrations/cmsutils/_common.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/integrations/cmsutils/enrichmeta.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/integrations/cmsutils/enrichtitles.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/integrations/cmsutils/enrichtv.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/integrations/cmsutils/fetchurls.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/integrations/cmsutils/motdposters.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/integrations/cmsutils/playedmovies.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/integrations/ytpipe/__init__.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/integrations/ytpipe/downloader.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/jobs/__init__.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/jobs/fetchurls_auth.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/jobs/job_scheduler.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/jobs/manager.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/jobs/rehost_emotes.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/jobs/tasks.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/logging_config.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/playlists/__init__.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/playlists/bulk_add.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/playlists/fire.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/playlists/importer.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/playlists/ordering.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/playlists/scheduler.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/promos/__init__.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/promos/director.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/queue/__init__.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/queue/completion.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/queue/ordering.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/queue/poller.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/queue/presence.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/queue/race_poller.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/queue/shadow.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/routes/__init__.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/routes/admin_feedback.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/routes/admin_job_schedules.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/routes/admin_jobs.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/routes/admin_moderation.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/routes/admin_playlists.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/routes/admin_promos.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/routes/admin_queue.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/routes/admin_schedules.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/routes/auth.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/routes/catalog.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/routes/feedback.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/routes/pages.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/routes/queue.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/routes/user.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/static/css/main.css +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/static/js/admin-playlists.js +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/static/js/admin-promos.js +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/static/js/admin-queue-mgmt.js +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/static/js/admin-schedules.js +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/static/js/admin.js +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/static/js/main.js +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/admin/index.html +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/admin/playlists.html +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/admin/promos.html +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/admin/queue_mgmt.html +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/admin/schedules.html +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/auth/login.html +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/base.html +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/catalog/browse.html +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/catalog/item_detail.html +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/catalog/item_not_found.html +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/feedback/index.html +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/queue/index.html +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/race.html +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/user/dashboard.html +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/user/my_list.html +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/ws/__init__.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/ws/handler.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/ws/manager.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/scripts/AGENTS.md +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/scripts/patch_mediacms_bulk_facets.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/scripts/patch_mediacms_tags.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/scripts/trigger_enrich.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/__init__.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_catalog_delete.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_classify.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_config_persistence.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_feedback.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_fetchurls_sharepoint.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_identify_step.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_people_facets.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_phase1.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_phase3_jobs.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_phase4_live_fixes.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_playlist_import.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_presence_refund.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_promo_director.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_promo_pool_exclusion.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_providers.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_queue_announce.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_race_poller.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_recently_played_hide.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_save_results_to_playlist.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_schedule_lock.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_search_facets.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_title_normalization.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_tmdb_index.py +0 -0
- {kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/tests/test_watchlist.py +0 -0
|
@@ -2,6 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [0.40.2] - 2026-08-21
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- **Admin re-enrich returns `400` instead of `500` on an invalid job request.**
|
|
10
|
+
Both the `/edit` and `/re-enrich` routes now catch `ValueError` from
|
|
11
|
+
`catalog_enrich` param validation and surface it as `400 Bad Request` rather
|
|
12
|
+
than letting it become an unhandled 500 (defense against future
|
|
13
|
+
steps-schema drift).
|
|
14
|
+
|
|
15
|
+
## [0.40.1] - 2026-08-21
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
|
|
19
|
+
- **Admin catalog edit/re-enrich no longer 500s.** The re-enrich trigger sent
|
|
20
|
+
`steps="classify,meta,art,tags"`, a combo that is no longer in the
|
|
21
|
+
`catalog_enrich` schema (it now includes the `identify` step), so
|
|
22
|
+
`validate_params` raised `ValueError` → 500 on every edit with “Re-enrich after
|
|
23
|
+
save” enabled. Both the `/edit` and `/re-enrich` routes now send the valid
|
|
24
|
+
`classify,identify,meta,art,tags` combo, so an edited `imdb_tt` /
|
|
25
|
+
`override_artwork_tt_id` / `lookup_title` is re-resolved before meta/art.
|
|
26
|
+
|
|
5
27
|
## [0.40.0] - 2026-08-21
|
|
6
28
|
|
|
7
29
|
### Added
|
|
@@ -156,15 +156,18 @@ async def enrich_item(
|
|
|
156
156
|
if not item:
|
|
157
157
|
raise HTTPException(404, "Catalog item not found")
|
|
158
158
|
job_manager = request.app.state.job_manager
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
159
|
+
try:
|
|
160
|
+
result = await job_manager.run(
|
|
161
|
+
"catalog_enrich",
|
|
162
|
+
params={
|
|
163
|
+
"tokens": friendly_token,
|
|
164
|
+
"force": "true",
|
|
165
|
+
"steps": "classify,identify,meta,art,tags",
|
|
166
|
+
},
|
|
167
|
+
triggered_by=user.get("username"),
|
|
168
|
+
)
|
|
169
|
+
except ValueError as exc:
|
|
170
|
+
raise HTTPException(400, f"Invalid enrichment request: {exc}") from exc
|
|
168
171
|
return result
|
|
169
172
|
|
|
170
173
|
|
|
@@ -301,15 +304,18 @@ async def edit_item(
|
|
|
301
304
|
# --- Optional re-enrichment trigger ---
|
|
302
305
|
if body.get("re_enrich", False):
|
|
303
306
|
job_manager = request.app.state.job_manager
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
307
|
+
try:
|
|
308
|
+
result = await job_manager.run(
|
|
309
|
+
"catalog_enrich",
|
|
310
|
+
params={
|
|
311
|
+
"tokens": friendly_token,
|
|
312
|
+
"force": "true",
|
|
313
|
+
"steps": "classify,identify,meta,art,tags",
|
|
314
|
+
},
|
|
315
|
+
triggered_by=username,
|
|
316
|
+
)
|
|
317
|
+
except ValueError as exc:
|
|
318
|
+
raise HTTPException(400, f"Invalid enrichment request: {exc}") from exc
|
|
313
319
|
enrich_job_id = result.get("run_id")
|
|
314
320
|
|
|
315
321
|
return {
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
<label class="check">
|
|
99
99
|
<input type="checkbox" id="edit-re-enrich" />
|
|
100
100
|
<span>Re-enrich after save</span>
|
|
101
|
-
<small style="color:var(--text-secondary);">(classify,
|
|
101
|
+
<small style="color:var(--text-secondary);">(classify, identify, meta, art, tags)</small>
|
|
102
102
|
</label>
|
|
103
103
|
</form>
|
|
104
104
|
</div>
|
|
@@ -83,6 +83,19 @@ def test_validate_no_schema_returns_empty():
|
|
|
83
83
|
assert validate_params([], {"anything": 1}) == {}
|
|
84
84
|
|
|
85
85
|
|
|
86
|
+
def test_admin_edit_reenrich_steps_are_schema_valid():
|
|
87
|
+
# The admin edit/re-enrich routes hardcode this steps combo; if the schema's
|
|
88
|
+
# allowed combos change, validate_params must still accept it (regression:
|
|
89
|
+
# a stale "classify,meta,art,tags" combo previously 500'd the edit route).
|
|
90
|
+
from kryten_webqueue.jobs.tasks import CATALOG_ENRICH_SCHEMA
|
|
91
|
+
|
|
92
|
+
out = validate_params(
|
|
93
|
+
CATALOG_ENRICH_SCHEMA,
|
|
94
|
+
{"tokens": "abc", "force": "true", "steps": "classify,identify,meta,art,tags"},
|
|
95
|
+
)
|
|
96
|
+
assert out["steps"] == "classify,identify,meta,art,tags"
|
|
97
|
+
|
|
98
|
+
|
|
86
99
|
# --- JobManager parameterized run ---
|
|
87
100
|
|
|
88
101
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/docs/Log for incorrect promo insertion problem.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/db/_fetch_queue.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/__init__.py
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/classify.py
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/normalise.py
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/pipeline.py
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/providers.py
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/report.py
RENAMED
|
File without changes
|
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/steps/art.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/steps/meta.py
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/steps/sync.py
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/steps/tags.py
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/enrichment/steps/title.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/tmdb_index/__init__.py
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/tmdb_index/_schema.py
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/tmdb_index/_textmatch.py
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/tmdb_index/_ttscrape.py
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/tmdb_index/builder.py
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/tmdb_index/coverage.py
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/catalog/tmdb_index/index.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/integrations/cmsutils/__init__.py
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/integrations/cmsutils/_common.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/integrations/cmsutils/enrichtv.py
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/integrations/cmsutils/fetchurls.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/integrations/ytpipe/__init__.py
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/integrations/ytpipe/downloader.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/routes/admin_job_schedules.py
RENAMED
|
File without changes
|
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/routes/admin_moderation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/static/js/admin-playlists.js
RENAMED
|
File without changes
|
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/static/js/admin-queue-mgmt.js
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/static/js/admin-schedules.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/admin/index.html
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/admin/playlists.html
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/admin/promos.html
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/admin/queue_mgmt.html
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/admin/schedules.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/catalog/browse.html
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/catalog/item_detail.html
RENAMED
|
File without changes
|
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/feedback/index.html
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/queue/index.html
RENAMED
|
File without changes
|
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/user/dashboard.html
RENAMED
|
File without changes
|
{kryten_webqueue-0.40.0 → kryten_webqueue-0.40.2}/kryten_webqueue/templates/user/my_list.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|