browsertrix/backend/btrixcloud
Ilya Kreymer d7c19c7613
Wait for DB init for healthcheck + settings (#885)
* init check: (backend fix for #794)
- wait until db is inited before settings /api/settings to return 200
- also return 503 from healthcheck endpoint, until db is available
2023-05-25 09:58:30 -07:00
..
migrations backend: fixes to 0005 migration: (#843) 2023-05-10 12:00:41 +02:00
templates crawlconfig: fix default filename template, make configurable (#835) 2023-05-08 14:03:27 -07:00
__init__.py
colls.py Remove uniqueness constraint on collection descriptions 2023-05-23 11:03:13 -04:00
crawlconfigs.py Add crawlSuccessfulCount to workflows (#871) 2023-05-22 19:06:37 -04:00
crawlmanager.py crawlconfig: fix default filename template, make configurable (#835) 2023-05-08 14:03:27 -07:00
crawls.py tests: fixes for crawl cancel + crawl stopped (#864) 2023-05-22 20:17:29 -07:00
db.py Wait for DB init for healthcheck + settings (#885) 2023-05-25 09:58:30 -07:00
emailsender.py
invites.py
k8sapi.py
main_op.py
main_scheduled_job.py Improve sorting workflows by lastUpdated (#826) 2023-05-22 18:42:30 -04:00
main.py Wait for DB init for healthcheck + settings (#885) 2023-05-25 09:58:30 -07:00
operator.py tests: fixes for crawl cancel + crawl stopped (#864) 2023-05-22 20:17:29 -07:00
orgs.py
pagination.py
profiles.py
storages.py
users.py
utils.py stopping fix: backend fixes for #836 + prep for additional status fields (#837) 2023-05-08 14:02:20 -07:00
version.py version: bump to 1.6.0-beta.0 2023-05-19 11:29:31 -07:00
zip.py