browsertrix/backend/btrixcloud/operator
Ilya Kreymer 3cd52342a7
Remove Crawl Workflow Configmaps (#1894)
Fixes #1893 

- Removes crawl workflow-scoped configmaps, and replaces with operator-controlled
per-crawl configmaps that only contain the json config passed to Browsertrix
Crawler (as a volume).
- Other configmap settings replaced are replaced the custom CrawlJob options
(mostly already were, just added profile_filename and storage_filename)
- Cron jobs also updated to create CrawlJob without relying on configmaps,
querying the db for additional settings.
- The `userid` associated with cron jobs is set to the user that last modified
 the schedule of the crawl, rather than whomever last modified the workflow
- Various functions that deal with updating configmaps have been removed,
including in migrations.
- New migration 0029 added to remove all crawl workflow configmaps
2024-06-28 15:25:23 -07:00
..
__init__.py
baseoperator.py include workflow config in QA runs + different browser instances for QA (#1829) 2024-05-29 13:32:25 -07:00
bgjobs.py
crawls.py Remove Crawl Workflow Configmaps (#1894) 2024-06-28 15:25:23 -07:00
cronjobs.py Remove Crawl Workflow Configmaps (#1894) 2024-06-28 15:25:23 -07:00
models.py operator state fixes (follow up fomr #1639) (#1640) 2024-03-29 15:12:16 -07:00
profiles.py