browsertrix/backend/test_nightly
Tessa Walsh 7ff57ce6b5
Backend: standardize search values, filters, and sorting for archived items (#1039)
- all-crawls list endpoint filters now conform to 'Standardize list controls for archived items #1025' and URL decode values before passing them in
- Uploads list endpoint now includes all all-crawls filters relevant to uploads
- An all-crawls/search-values endpoint is added to support searching across all archived item types
- Crawl configuration names are now copied to the crawl when the crawl is created, and crawl names and descriptions are now editable via the backend API (note: this will require frontend changes as well to make them editable via the UI)
- Migration added to copy existing config names for active configs into their associated crawls. This migration has been tested in a local deployment
- New statuses generate-wacz, uploading-wacz, and pending-wait are added when relevant to tests to ensure that they pass
- Tests coverage added for all new all-crawls endpoints, filters, and sort values
2023-08-04 09:56:52 -07:00
..
__init__.py
conftest.py Backend API consistency pass (#921) 2023-06-16 18:52:46 -07:00
test_concurrent_crawl_limit.py Backend: standardize search values, filters, and sorting for archived items (#1039) 2023-08-04 09:56:52 -07:00
test_crawl_errors.py Add crawl errors endpoint (#757) 2023-04-17 12:59:25 -04:00
test_crawl_logs.py Add crawl /log API endpoint 2023-04-11 11:51:17 -04:00
test_crawl_timeout.py Add crawl timeout nightly test (#762) 2023-04-11 19:36:18 -07:00
test_crawlconfig_crawl_stats.py Fix nightly tests (#632) 2023-02-23 13:57:22 -05:00
test_delete_crawls.py
test_invite_expiration.py Paginate API list endpoints (#659) 2023-03-06 14:41:25 -05:00