browsertrix/backend/btrixcloud
Tessa Walsh 950844dc92
Add migration to fix issues with previous migrations (#1480)
Fixes #1479 

- Update null crawlTimeouts in db from null to 0
- Update crawlerChannel in configmaps
2024-01-18 16:59:40 -05:00
..
migrations Add migration to fix issues with previous migrations (#1480) 2024-01-18 16:59:40 -05:00
__init__.py
auth.py
background_jobs.py Add API endpoint to retry all failed bg jobs (#1396) 2023-12-05 13:00:45 -08:00
basecrawls.py
colls.py
crawlconfigs.py Support multiple crawler versions (#1420) 2024-01-16 15:32:12 -08:00
crawlmanager.py Support multiple crawler versions (#1420) 2024-01-16 15:32:12 -08:00
crawls.py Support multiple crawler versions (#1420) 2024-01-16 15:32:12 -08:00
db.py Add migration to fix issues with previous migrations (#1480) 2024-01-18 16:59:40 -05:00
emailsender.py
invites.py
k8sapi.py Support multiple crawler versions (#1420) 2024-01-16 15:32:12 -08:00
main_op.py
main.py Add API endpoint to retry all failed bg jobs (#1396) 2023-12-05 13:00:45 -08:00
models.py Add custom user agent to workflows (#1465) 2024-01-17 17:33:50 -05:00
operator.py operator: use 'default' CRAWLER_CHANNEL if none is set (#1478) 2024-01-18 11:13:03 -08:00
orgs.py Add API endpoints for crawl statistics (#1461) 2024-01-10 13:30:47 -08:00
pagination.py
profiles.py Support multiple crawler versions (#1420) 2024-01-16 15:32:12 -08:00
storages.py
uploads.py
users.py Add API endpoints for crawl statistics (#1461) 2024-01-10 13:30:47 -08:00
utils.py Add API endpoints for crawl statistics (#1461) 2024-01-10 13:30:47 -08:00
version.py version: bump to 1.9.0-beta.2 2024-01-18 10:01:38 -08:00
webhooks.py
zip.py