browsertrix/backend/test_nightly
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 Make pending invites expire via TTL index (#568) 2023-02-14 16:07:14 -05:00
conftest.py Fix POST /orgs/{oid}/crawls/delete (#591) 2023-02-15 21:06:12 -05:00
test_delete_crawls.py Fix POST /orgs/{oid}/crawls/delete (#591) 2023-02-15 21:06:12 -05:00
test_invite_expiration.py Make pending invites expire via TTL index (#568) 2023-02-14 16:07:14 -05:00