browsertrix/backend/btrixcloud
Ilya Kreymer 07e9f51292
backend: update queue apis to work with new sorted queue apis (also b… (#712)
* backend: update queue apis to work with new sorted queue apis (also backwards compatible to existing apis)
designed for browsertrix-crawler 0.9.0-beta.1 but also backwards compatible with older list-based queue as well
2023-03-17 21:11:17 -07:00
..
k8s backend: Fix for total crawl time limit. (#665) 2023-03-10 11:43:16 -08:00
migrations backend: make crawlconfigs mutable! (#656) (#662) 2023-03-07 20:36:50 -08:00
__init__.py
colls.py Paginate API list endpoints (#659) 2023-03-06 14:41:25 -05:00
crawl_job.py backend: Fix for total crawl time limit. (#665) 2023-03-10 11:43:16 -08:00
crawlconfigs.py permissions: allow user with 'viewer' permissions to access read-only crawlconfig apis (#687) 2023-03-08 09:29:25 -08:00
crawlmanager.py backend: Fix for total crawl time limit. (#665) 2023-03-10 11:43:16 -08:00
crawls.py backend: update queue apis to work with new sorted queue apis (also b… (#712) 2023-03-17 21:11:17 -07:00
db.py
emailsender.py
invites.py
main.py Paginate API list endpoints (#659) 2023-03-06 14:41:25 -05:00
orgs.py Paginate API list endpoints (#659) 2023-03-06 14:41:25 -05:00
pagination.py Paginate API list endpoints (#659) 2023-03-06 14:41:25 -05:00
profile_job.py
profiles.py Paginate API list endpoints (#659) 2023-03-06 14:41:25 -05:00
storages.py Fix POST /orgs/{oid}/crawls/delete (#591) 2023-02-15 21:06:12 -05:00
users.py Paginate API list endpoints (#659) 2023-03-06 14:41:25 -05:00
version.py version: bump version to 1.4.0-beta.0 2023-03-06 10:20:56 -08:00
worker.py