browsertrix/backend/test
Tessa Walsh bd4fba7af7
Fix POST /orgs/{oid}/crawls/delete (#591)
* Fix POST /orgs/{oid}/crawls/delete

- Add permissions check to ensure crawler users can only delete
their own crawls
- Fix broken delete_crawls endpoint
- Delete files from storage as well as deleting crawl from db
- Add tests, including nightly test that ensures crawl files are
no longer accessible after the crawl is deleted
2023-02-15 21:06:12 -05:00
..
__init__.py
conftest.py Fix POST /orgs/{oid}/crawls/delete (#591) 2023-02-15 21:06:12 -05:00
test_crawl_config_tags.py
test_crawlconfigs.py Make crawlconfig name optional (#588) 2023-02-08 18:38:15 -08:00
test_filter_results.py
test_invites.py Make pending invites expire via TTL index (#568) 2023-02-14 16:07:14 -05:00
test_login.py
test_org.py backend: /orgs/<id>/remove: return 404 if org user doesn't exist, fix… (#561) 2023-02-08 16:22:36 -05:00
test_permissions.py
test_run_crawl.py Fix POST /orgs/{oid}/crawls/delete (#591) 2023-02-15 21:06:12 -05:00
test_users.py