browsertrix/backend/test
Ilya Kreymer e112f96614
Upload Fixes: (#2397)
- ensure upload pages are always added with a new uuid, to avoid any
duplicates with existing uploads, even if upload wacz is actually a
crawl from different browsertrix instance, etc..
- cleanup upload names with slugify, which also replaces spaces, fixes
uploading wacz filenames with spaces in them
- part of fix for #2396

---------

Co-authored-by: Tessa Walsh <tessa@bitarchivist.net>
2025-02-17 13:05:33 -08:00
..
data Backend work for public collections (#2198) 2025-01-13 15:15:48 -08:00
__init__.py
conftest.py Add collection page list/search endpoint (#2354) 2025-02-10 16:44:37 -08:00
echo_server.py
test_api.py quickfix: update test_api.py to match all locales enabled by default (#2241) 2024-12-13 20:30:06 -08:00
test_collections.py Add initial pages + pagesQuery endpoint to /replay.json APIs (#2380) 2025-02-13 16:53:47 -08:00
test_crawl_config_search_values.py
test_crawl_config_tags.py
test_crawlconfigs.py Add support for custom link selectors to backend (#2346) 2025-02-13 22:22:27 -08:00
test_filter_sort_results.py
test_login.py
test_org_subs.py
test_org.py feat: Update collection sorting, metadata, stats (#2327) 2025-01-23 13:32:23 -05:00
test_permissions.py
test_profiles.py
test_qa.py
test_run_crawl.py Add initial pages + pagesQuery endpoint to /replay.json APIs (#2380) 2025-02-13 16:53:47 -08:00
test_stop_cancel_crawl.py
test_uploads.py Upload Fixes: (#2397) 2025-02-17 13:05:33 -08: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
utils.py