browsertrix/backend/btrixcloud
sua yoo 54cf4f23e4
Paginate Workflows and refactor to use server-side queries (#1078)
- Paginates Crawl Workflows when there are more than 10 workflows
- Refactors workflow search and crawl search to use the same component
- Adds sort by first seed, workflow creation date, and workflow modified date
- Separates "last run" date from "modified" date
- Update column layout into Name & Schedule (or Manual Ru'ri=), Latest Crawl (<finish time> in <duration>), total size, and last modified (modified by and modified time)
2023-08-22 16:29:17 -07:00
..
migrations Backend: standardize search values, filters, and sorting for archived items (#1039) 2023-08-04 09:56:52 -07:00
templates helm chart tweaks: (#1067) 2023-08-14 16:43:12 -07:00
__init__.py
basecrawls.py fix redis connection leaks + exclusions error: (fixes #1065) (#1066) 2023-08-14 18:29:28 -07:00
colls.py fix public collections endpoint returning 404 when not public (#1052) 2023-08-04 13:29:13 -04:00
crawlconfigs.py Paginate Workflows and refactor to use server-side queries (#1078) 2023-08-22 16:29:17 -07:00
crawlmanager.py
crawls.py fix redis connection leaks + exclusions error: (fixes #1065) (#1066) 2023-08-14 18:29:28 -07:00
db.py Backend: standardize search values, filters, and sorting for archived items (#1039) 2023-08-04 09:56:52 -07:00
emailsender.py
invites.py
k8sapi.py follow-up to #1066: update redis to 5.0.0 which includes full fix for connection leak in from_url(), (#1081) 2023-08-15 20:34:47 -07:00
main_op.py
main_scheduled_job.py
main.py
models.py backend: crawlout: include raw crawnconfig in api details, fixes #1030 (#1055) 2023-08-09 08:46:42 -07:00
operator.py fix redis connection leaks + exclusions error: (fixes #1065) (#1066) 2023-08-14 18:29:28 -07:00
orgs.py
pagination.py
profiles.py
storages.py
uploads.py Backend: standardize search values, filters, and sorting for archived items (#1039) 2023-08-04 09:56:52 -07:00
users.py
utils.py
version.py bump to 1.6.2 2023-08-18 18:27:37 -07:00
zip.py