browsertrix/backend/test
Ilya Kreymer 1c153dfd3c
Subscription Update Quotas (#1988)
- Follow-up to #1914, allows SubscriptionUpdate event to also update
quotas.
- Passes current usage info + current billing page URL to portalUrl
request for external app to be able to respond with best portalUrl
- get_origin() moved to utils to be available more generally.
- Updates billing tab to show current plans, switches order of quotas to
list execution time, storage first
2024-08-05 15:59:47 -07:00
..
data
__init__.py
conftest.py
echo_server.py
test_api.py Add support e-mail to settings (#1960) 2024-07-23 20:58:12 -04:00
test_collections.py
test_crawl_config_search_values.py
test_crawl_config_tags.py
test_crawlconfigs.py
test_filter_sort_results.py
test_login.py
test_org_subs.py Subscription Update Quotas (#1988) 2024-08-05 15:59:47 -07:00
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 Implement downloading archived item + QA runs as multi-WACZ (#1933) 2024-07-25 10:28:57 -07:00
test_run_crawl.py Implement downloading archived item + QA runs as multi-WACZ (#1933) 2024-07-25 10:28:57 -07:00
test_stop_cancel_crawl.py
test_uploads.py Implement downloading archived item + QA runs as multi-WACZ (#1933) 2024-07-25 10:28:57 -07:00
test_users.py
test_utils.py
test_webhooks.py Add webhooks for qaAnalysisStarted, qaAnalysisFinished, and crawlReviewed (#1974) 2024-07-25 16:53:49 -07:00
test_workflow_auto_add_to_collection.py
test_y_org_import_export.py
test_z_delete_org.py
utils.py