browsertrix/backend/test
sua yoo 37733483d5
Standardize archived item filtering, sorting and labels (#1054)
Frontend:
- Renames list view to "All Archived Items"
- Refactors fetches to use single all-crawls endpoints
- Removes search by config ID for more search parity with uploads
- Adds sort by size
- Refactors property and method names to replace crawl*
- Replaces remaining references to "crawl" in copy with "item"'
- Rename Upload Archive button to Upload WACZ
- Fix focusout in item menu so menus close

Backend:
- Filter search values by type as well
- Only get list of cids for crawls in search values
- Don't list crawl/workflow ids in search values

---------
Co-authored-by: Tessa Walsh <tessa@bitarchivist.net>
2023-08-09 12:13:55 -07:00
..
data
__init__.py
conftest.py Backend: standardize search values, filters, and sorting for archived items (#1039) 2023-08-04 09:56:52 -07:00
test_collections.py fix public collections endpoint returning 404 when not public (#1052) 2023-08-04 13:29:13 -04:00
test_crawl_config_search_values.py
test_crawl_config_tags.py
test_crawlconfigs.py
test_filter_sort_results.py
test_invites.py
test_login.py
test_org.py
test_permissions.py
test_run_crawl.py Backend: standardize search values, filters, and sorting for archived items (#1039) 2023-08-04 09:56:52 -07:00
test_settings.py
test_stop_cancel_crawl.py Backend: standardize search values, filters, and sorting for archived items (#1039) 2023-08-04 09:56:52 -07:00
test_uploads.py Standardize archived item filtering, sorting and labels (#1054) 2023-08-09 12:13:55 -07:00
test_users.py
test_workflow_auto_add_to_collection.py
utils.py