browsertrix/backend/btrixcloud
Ilya Kreymer b40d599e17
operator fixes: (#834)
- just pass cid from operator for consistency, don't load crawl from update_crawl (different object)
- don't throw in update_config_crawl_stats() to avoid exception in operator, only throw in crawlconfigs api
2023-05-06 13:02:33 -07:00
..
migrations Update precompute migration to only update active workflows (#833) 2023-05-05 21:35:03 -07:00
templates Refactor to use new operator on backend (#789) 2023-04-24 18:30:52 -07:00
__init__.py
colls.py
crawlconfigs.py operator fixes: (#834) 2023-05-06 13:02:33 -07:00
crawlmanager.py Ensure Volumes are deleted when crawl is canceled (#828) 2023-05-05 12:05:54 -07:00
crawls.py Pre-compute workflow last crawl information (#812) 2023-05-05 15:12:52 -07:00
db.py Pre-compute workflow last crawl information (#812) 2023-05-05 15:12:52 -07:00
emailsender.py
invites.py
k8sapi.py Refactor to use new operator on backend (#789) 2023-04-24 18:30:52 -07:00
main_op.py startup fixes: (#793) 2023-04-24 18:32:52 -07:00
main_scheduled_job.py startup fixes: (#793) 2023-04-24 18:32:52 -07:00
main.py Pre-compute workflow last crawl information (#812) 2023-05-05 15:12:52 -07:00
operator.py operator fixes: (#834) 2023-05-06 13:02:33 -07:00
orgs.py Refactor to use new operator on backend (#789) 2023-04-24 18:30:52 -07:00
pagination.py
profiles.py
storages.py
users.py startup fixes: (#793) 2023-04-24 18:32:52 -07:00
utils.py backend: errors endpoint: Parse JSON-l errors before returning (#799) 2023-04-26 14:36:48 -07:00
version.py version: bump version to 1.5.0-beta.1 2023-05-06 00:31:03 -07:00
zip.py