browsertrix/backend/btrixcloud
Ilya Kreymer 9159c7c914
ensure max crawl size and max crawl timeout values are set to 0 when unused, instead of null (#1167)
- convert None->0 when creating CrawlJob
- ensure frontend sends 0 not null
- make input model require 'int = 0' instead of 'Optional[int] = 0'
2023-09-13 09:51:26 -07:00
..
migrations Scheduled Crawl Refactor: Handle via Operator + Add Skipped Crawls on Quota Reached (#1162) 2023-09-12 13:05:43 -07:00
templates Scheduled Crawl Refactor: Handle via Operator + Add Skipped Crawls on Quota Reached (#1162) 2023-09-12 13:05:43 -07:00
__init__.py
basecrawls.py Scheduled Crawl Refactor: Handle via Operator + Add Skipped Crawls on Quota Reached (#1162) 2023-09-12 13:05:43 -07:00
colls.py Add event webhook tests (#1155) 2023-09-12 22:08:40 -07:00
crawlconfigs.py Scheduled Crawl Refactor: Handle via Operator + Add Skipped Crawls on Quota Reached (#1162) 2023-09-12 13:05:43 -07:00
crawlmanager.py Scheduled Crawl Refactor: Handle via Operator + Add Skipped Crawls on Quota Reached (#1162) 2023-09-12 13:05:43 -07:00
crawls.py Add and enforce org storage quota (#1106) 2023-09-07 12:45:43 -04:00
db.py Scheduled Crawl Refactor: Handle via Operator + Add Skipped Crawls on Quota Reached (#1162) 2023-09-12 13:05:43 -07:00
emailsender.py feat: add SMTP {port, use_tls} config (#1142) 2023-09-08 08:18:36 -07:00
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 ensure max crawl size and max crawl timeout values are set to 0 when unused, instead of null (#1167) 2023-09-13 09:51:26 -07:00
main_op.py Add event webhook notifications system to backend (#1061) 2023-08-31 19:52:37 -07:00
main.py Add event webhook notifications system to backend (#1061) 2023-08-31 19:52:37 -07:00
models.py ensure max crawl size and max crawl timeout values are set to 0 when unused, instead of null (#1167) 2023-09-13 09:51:26 -07:00
operator.py ensure max crawl size and max crawl timeout values are set to 0 when unused, instead of null (#1167) 2023-09-13 09:51:26 -07:00
orgs.py Add and enforce org storage quota (#1106) 2023-09-07 12:45:43 -04: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 Operator refactor to control pods + pvcs directly instead of statefulsets (#1149) 2023-09-11 10:38:04 -07:00
storages.py Streaming Download for Collections (#1012) 2023-07-26 15:42:17 -07:00
uploads.py Add and enforce org storage quota (#1106) 2023-09-07 12:45:43 -04:00
users.py Support for Public / Shareable Collections (#1038) 2023-08-03 19:11:01 -07:00
utils.py stopping fix: backend fixes for #836 + prep for additional status fields (#837) 2023-05-08 14:02:20 -07:00
version.py bump version to 1.7.0-beta.0 2023-08-23 12:03:45 -07:00
webhooks.py Add event webhook tests (#1155) 2023-09-12 22:08:40 -07:00
zip.py