browsertrix/backend/btrixcloud
Ilya Kreymer 06cf9c7cc3
add crawl ending states: 'generate-wacz', 'uploading-wacz', 'pending-wait' that occur after a crawl is finished or is being stopped (#1022)
operator: ensure transitions from each of these states is supported, including to 'waiting_capacity'
add extra check on stopping to avoid transitioning back to a running state after crawl is finished
ui: add states to UI display, localization, add as active states
fixes #263
2023-08-01 00:15:59 -07:00
..
migrations Rename notes to description in frontend and backend (#1011) 2023-07-26 13:00:04 -07:00
templates Resource Constraints Cleanup: (fixes #895) (#1019) 2023-08-01 00:11:16 -07:00
__init__.py
basecrawls.py add crawl ending states: 'generate-wacz', 'uploading-wacz', 'pending-wait' that occur after a crawl is finished or is being stopped (#1022) 2023-08-01 00:15:59 -07:00
colls.py Streaming Download for Collections (#1012) 2023-07-26 15:42:17 -07:00
crawlconfigs.py Move pydantic models to separate module + refactor crawl response endpoints to be consistent (#983) 2023-07-20 13:05:33 +02:00
crawlmanager.py Move pydantic models to separate module + refactor crawl response endpoints to be consistent (#983) 2023-07-20 13:05:33 +02:00
crawls.py add crawl ending states: 'generate-wacz', 'uploading-wacz', 'pending-wait' that occur after a crawl is finished or is being stopped (#1022) 2023-08-01 00:15:59 -07:00
db.py Rename notes to description in frontend and backend (#1011) 2023-07-26 13:00:04 -07:00
emailsender.py
invites.py Move pydantic models to separate module + refactor crawl response endpoints to be consistent (#983) 2023-07-20 13:05:33 +02:00
k8sapi.py
main_op.py
main_scheduled_job.py
main.py Move pydantic models to separate module + refactor crawl response endpoints to be consistent (#983) 2023-07-20 13:05:33 +02:00
models.py Rename notes to description in frontend and backend (#1011) 2023-07-26 13:00:04 -07:00
operator.py add crawl ending states: 'generate-wacz', 'uploading-wacz', 'pending-wait' that occur after a crawl is finished or is being stopped (#1022) 2023-08-01 00:15:59 -07:00
orgs.py Move pydantic models to separate module + refactor crawl response endpoints to be consistent (#983) 2023-07-20 13:05:33 +02:00
pagination.py Move pydantic models to separate module + refactor crawl response endpoints to be consistent (#983) 2023-07-20 13:05:33 +02:00
profiles.py Move pydantic models to separate module + refactor crawl response endpoints to be consistent (#983) 2023-07-20 13:05:33 +02:00
storages.py Streaming Download for Collections (#1012) 2023-07-26 15:42:17 -07:00
uploads.py Rename notes to description in frontend and backend (#1011) 2023-07-26 13:00:04 -07:00
users.py Move pydantic models to separate module + refactor crawl response endpoints to be consistent (#983) 2023-07-20 13:05:33 +02:00
utils.py
version.py
zip.py