browsertrix/backend/btrixcloud
Ilya Kreymer 5a4902b6d4
kubernetes api: avoid overriding content-type header in kubernetes-asyncio, pass in via arg instead (main) (#1605)
- instead of overriding the content-type header globally, pass
'application/merge-patch+json' to
self.custom_api.patch_namespaced_custom_object() directly
- bump kubernetes-asyncio to 29.0.0
- fixes potential issues with global override of the header in
kubernetes-asyncio
- copy of #1602 for main
2024-03-18 11:17:54 -07:00
..
migrations Temporarily remove pages migration (#1572) 2024-03-04 10:30:04 -08:00
operator profile browser fixes: better resource usage + load retry (main) (#1604) 2024-03-16 15:07:04 -07:00
__init__.py
auth.py
background_jobs.py
basecrawls.py
colls.py
crawlconfigs.py
crawlmanager.py
crawls.py Merge V1.9.3 changes into main (#1583) 2024-03-06 15:38:22 -08:00
db.py Temporarily remove pages migration (#1572) 2024-03-04 10:30:04 -08:00
emailsender.py
invites.py
k8sapi.py kubernetes api: avoid overriding content-type header in kubernetes-asyncio, pass in via arg instead (main) (#1605) 2024-03-18 11:17:54 -07:00
main_op.py
main.py Configurable Max Scale for frontend (#1557) 2024-03-11 16:21:20 -07:00
models.py Add updatable QA reviewStatus field to crawls (#1575) 2024-03-05 16:49:23 -08:00
orgs.py
pages.py pages: set page status to 200 if unset and loadState != 0 (#1563) 2024-02-29 15:15:17 -08:00
pagination.py
profiles.py
storages.py Make storage deletion work on more S3 providers, don't use access URL for deletion (#1600) 2024-03-16 04:17:23 -04:00
uploads.py
users.py
utils.py
version.py
webhooks.py
zip.py