browsertrix/backend/btrixcloud
Emma Segal-Grossman b0f2d87ce2
hotfix: workflow list - rewrite arrays in url search params to remove items (#2734)
## Changes

- Deletes and rewrites arrays in URL search params in workflow list when
editing array filters (i.e. tags & profiles)
- Removes a missed `console.log`
- bump to 1.17.3

cc @SuaYoo

---------

Co-authored-by: Ilya Kreymer <ikreymer@gmail.com>
2025-07-14 14:30:18 -07:00
..
migrations Allow users to run crawls with 1 or 2 browser windows (#2627) 2025-06-03 13:37:30 -07:00
operator concurrent crawls: revert change in #2701, previous logic was already correct (#2726) 2025-07-10 13:34:56 -07:00
__init__.py
auth.py
background_jobs.py
basecrawls.py Pause / Resume Crawls Initial Implmentation. (#2572) 2025-05-21 14:05:16 -07:00
colls.py
crawlconfigs.py Allow searching by multiple tags & profiles with "and"/"or" options for tags (#2717) 2025-07-11 22:35:52 -04:00
crawlmanager.py Optimize single-page crawl workflows (#2656) 2025-06-10 12:13:57 -07:00
crawls.py Allow users to run crawls with 1 or 2 browser windows (#2627) 2025-06-03 13:37:30 -07:00
db.py Allow users to run crawls with 1 or 2 browser windows (#2627) 2025-06-03 13:37:30 -07:00
emailsender.py
invites.py
k8sapi.py Optimize single-page crawl workflows (#2656) 2025-06-10 12:13:57 -07:00
main_bg.py
main_migrations.py
main_op.py
main.py Allow users to run crawls with 1 or 2 browser windows (#2627) 2025-06-03 13:37:30 -07:00
models.py Allow searching by multiple tags & profiles with "and"/"or" options for tags (#2717) 2025-07-11 22:35:52 -04:00
ops.py
orgs.py Allow users to run crawls with 1 or 2 browser windows (#2627) 2025-06-03 13:37:30 -07:00
pages.py
pagination.py
profiles.py Remove workflows from GET profile endpoint + add inUse flag instead (#2703) 2025-07-02 16:44:12 -07:00
storages.py Set fields in AIOConfig to prevent MissingContentLength error on upload (#2665) 2025-06-12 15:27:38 -04:00
subs.py
uploads.py
users.py
utils.py additional scale / browser window cleanup to properly support QA: (#2663) 2025-06-12 13:09:04 -04:00
version.py hotfix: workflow list - rewrite arrays in url search params to remove items (#2734) 2025-07-14 14:30:18 -07:00
webhooks.py