browsertrix/backend
Ilya Kreymer 3df310ee4f
Backend: Crawls with Multiple WACZ files + Profile + Misc Fixes (#232)
* backend: k8s:
- support crawls with multiple wacz files, don't assume crawl complete after first wacz uploaded
- if crawl is running and has wacz file, still show as running
- k8s: allow configuring node selector for main pods (eg. nodeType=main) and for crawlers (eg. nodeType=crawling)
- profiles: support uploading to alternate storage specified via 'shared_profile_storage' value is set
- misc fixes for profiles

* backend: ensure docker run_profile api matches k8s
k8s chart: don't delete pvc and pv in helm chart

* dependency: bump authsign to 0.4.0
docker: disable public redis port

* profiles: fix path, profile browser return value

* fix typo in presigned url cacheing
2022-05-19 18:40:41 -07:00
..
archives.py Backend: Crawls with Multiple WACZ files + Profile + Misc Fixes (#232) 2022-05-19 18:40:41 -07:00
colls.py Refactor backend data model to support UUID (fixes #118) (#119) 2022-01-29 19:00:11 -08:00
crawlconfigs.py Backend: Crawls with Multiple WACZ files + Profile + Misc Fixes (#232) 2022-05-19 18:40:41 -07:00
crawls.py Backend: Crawls with Multiple WACZ files + Profile + Misc Fixes (#232) 2022-05-19 18:40:41 -07:00
db.py Mongo auth fix (#190) 2022-03-04 15:04:33 -08:00
Dockerfile backend prod settings: 2022-02-28 18:09:13 -08:00
dockerman.py Backend: Crawls with Multiple WACZ files + Profile + Misc Fixes (#232) 2022-05-19 18:40:41 -07:00
emailsender.py Config superuser (#59) 2021-12-05 14:12:42 -08:00
invites.py Refactor backend data model to support UUID (fixes #118) (#119) 2022-01-29 19:00:11 -08:00
k8sman.py Backend: Crawls with Multiple WACZ files + Profile + Misc Fixes (#232) 2022-05-19 18:40:41 -07:00
main.py Profiles: Backend API + Nginx Devtools Proxy Support (#212) 2022-04-13 19:36:06 -07:00
profiles.py Backend: Crawls with Multiple WACZ files + Profile + Misc Fixes (#232) 2022-05-19 18:40:41 -07:00
requirements.txt Watch Stream Directly from Browsertrix Crawler (#189) 2022-03-04 14:55:11 -08:00
scheduler.py Misc backend fixes (#133) 2022-01-31 19:41:04 -08:00
storages.py Backend: Crawls with Multiple WACZ files + Profile + Misc Fixes (#232) 2022-05-19 18:40:41 -07:00
users.py backend work: 2022-03-15 18:20:25 -07:00