browsertrix/backend/btrixcloud
Tessa Walsh bd8b306fbd
Improve sorting workflows by lastUpdated (#826)
* Precompute config crawl stats

Includes a database migration to move preciously dynamically computed
crawl stats for workflows into the CrawlConfig model.

* Add lastRun sorting option and enable it by default

* Add modified as final sort key to order non-run workflows

* Remove currCrawl* fields and update frontend accordingly

* Add isCrawlRunning field to backend and use in frontend
2023-05-22 18:42:30 -04:00
..
migrations backend: fixes to 0005 migration: (#843) 2023-05-10 12:00:41 +02:00
templates crawlconfig: fix default filename template, make configurable (#835) 2023-05-08 14:03:27 -07:00
__init__.py
colls.py Add collection sorting and filtering (#863) 2023-05-22 16:53:49 -04:00
crawlconfigs.py Improve sorting workflows by lastUpdated (#826) 2023-05-22 18:42:30 -04:00
crawlmanager.py crawlconfig: fix default filename template, make configurable (#835) 2023-05-08 14:03:27 -07:00
crawls.py Improve sorting workflows by lastUpdated (#826) 2023-05-22 18:42:30 -04:00
db.py
emailsender.py
invites.py
k8sapi.py
main_op.py
main_scheduled_job.py Improve sorting workflows by lastUpdated (#826) 2023-05-22 18:42:30 -04:00
main.py Use collection uuid as id (instead of name) (#855) 2023-05-19 09:03:48 -04:00
operator.py backend: ensure cid is a UUID, remove unneeded inactive check on crawls (#842) 2023-05-10 11:59:44 +02:00
orgs.py
pagination.py
profiles.py
storages.py
users.py
utils.py
version.py version: bump to 1.6.0-beta.0 2023-05-19 11:29:31 -07:00
zip.py