browsertrix/backend/btrixcloud
Tessa Walsh e9895e78a2
Add additional filters to page list endpoints (#1622)
Fixes #1617 

Filters added:

- reviewed: filter by page has approval or at least one note (true) or
neither (false)
- approved: filter by approval value (accepts list of strings,
comma-separated, each of which are coerced into True, False, or None, or
ignored if they are invalid values)
- hasNotes: filter by has at least one note (true) or not (false)

Tests have also been added to ensure that results are as expected.
2024-03-21 21:33:07 -07:00
..
migrations QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00
operator QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00
__init__.py refactoring to use statefulsets + job (#245) 2022-06-05 10:37:17 -07:00
auth.py Additional Type Hints / Type Fix Pass (#1320) 2023-10-30 12:59:24 -04:00
background_jobs.py QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00
basecrawls.py QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00
colls.py QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00
crawlconfigs.py QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00
crawlmanager.py QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00
crawls.py QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00
db.py QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00
emailsender.py Email Templates (#1375) 2023-11-15 15:22:12 -08:00
invites.py Email Templates (#1375) 2023-11-15 15:22:12 -08:00
k8sapi.py QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00
main_op.py QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00
main.py QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00
models.py QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00
orgs.py QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00
pages.py Add additional filters to page list endpoints (#1622) 2024-03-21 21:33:07 -07:00
pagination.py Format backend with Black 24 (#1507) 2024-02-07 11:35:34 -08:00
profiles.py Support multiple crawler versions (#1420) 2024-01-16 15:32:12 -08:00
storages.py QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00
uploads.py QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00
users.py Add API endpoints for crawl statistics (#1461) 2024-01-10 13:30:47 -08:00
utils.py Add additional filters to page list endpoints (#1622) 2024-03-21 21:33:07 -07:00
version.py version: bump to 1.10.0-beta.0 2024-02-20 00:22:29 -08:00
webhooks.py QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00