browsertrix/backend/test
Tessa Walsh a02f7a6826
Ensure lexical sort for org names (#1958)
Fixes #1955 

Orgs list endpoint sorting now works as follows:
- Default org is always sorted first
- Name sorting now works on a lowercased version of the org names to
ensure lexical sorting

The lodash `sortBy` resorting of orgs in the "All Organizations"
dropdown list in the nav bar has also been removed so that the backend
sorting is applied instead.

Tests have been updated accordingly.
2024-07-23 13:13:04 -07:00
..
data
__init__.py
conftest.py
echo_server.py
test_api.py
test_collections.py
test_crawl_config_search_values.py Pydantic 2.x update + type fixes + python 3.12 (#1947) 2024-07-22 17:23:03 -07:00
test_crawl_config_tags.py
test_crawlconfigs.py Pydantic 2.x update + type fixes + python 3.12 (#1947) 2024-07-22 17:23:03 -07:00
test_filter_sort_results.py
test_login.py
test_org_subs.py
test_org.py Ensure lexical sort for org names (#1958) 2024-07-23 13:13:04 -07:00
test_permissions.py
test_profiles.py
test_qa.py Pydantic 2.x update + type fixes + python 3.12 (#1947) 2024-07-22 17:23:03 -07:00
test_run_crawl.py Fix queue response models + additional testing for queue + exclusions (#1948) 2024-07-22 09:00:23 -07:00
test_settings.py
test_stop_cancel_crawl.py
test_uploads.py Fix queue response models + additional testing for queue + exclusions (#1948) 2024-07-22 09:00:23 -07:00
test_users.py
test_utils.py
test_webhooks.py
test_workflow_auto_add_to_collection.py
test_y_org_import_export.py
test_z_delete_org.py Add API endpoint to recalculate org storage (#1943) 2024-07-19 18:29:20 -07:00
utils.py