browsertrix/backend/btrixcloud
Tessa Walsh 5684e896af
Add support for autoclick (#2313)
Fixes #2259 

This PR brings backend and frontend support for the new autoclick
behavior in Browsertrix, introduces in Browsertrix 1.5.0+

On the backend, we introduce `min_autoclick_crawler_image` to
`values.yaml`, with a default value of
`"docker.io/webrecorder/browsertrix-crawler:1.5.0"`. If this is set and
the crawler version for a new crawl is less than this value, the
autoclick behavior is removed from the behaviors list in the configmap
created for the crawl.

The one caveat for this is that a crawler image tag like "latest" will
always be parsed as greater than `min_autoclick_crawler_image`, so there
is the potential for the crawler to run into issues if using a
non-numeric image tag with an older version of the crawler. For
production we use hardcoded specific versions of the crawler except for
the dev channel, which from here on out will including autoclick
support, so I think this should be okay (and is also true of the
existing implementation for checking `min_qa_crawler_image`).

On the frontend, I've added a checkbox (unchecked by default) in the
"Limits" section just below the current checkbox for autoscroll. We
might want to move these to a different section eventually - I'm not
sure Limits is the right place for them - but I wanted to be consistent
with things as they are.

---------

Co-authored-by: Ilya Kreymer <ikreymer@users.noreply.github.com>
2025-01-16 12:44:00 -08:00
..
migrations feat: Add slug to collections and use it in public collection URLs (#2301) 2025-01-15 22:44:32 -08:00
operator Add support for autoclick (#2313) 2025-01-16 12:44:00 -08:00
__init__.py
auth.py Include user and user org info in login response (#2014) 2024-08-12 18:51:42 -07:00
background_jobs.py Add missing os import 2025-01-13 15:15:48 -08:00
basecrawls.py Add last crawl and subscription status indicators to org list (#2273) 2025-01-14 10:57:06 -05:00
colls.py feat: Add slug to collections and use it in public collection URLs (#2301) 2025-01-15 22:44:32 -08:00
crawlconfigs.py Fix nightly tests: modify kubectl exec syntax for creating new minio bucket (#2097) 2024-10-21 17:41:19 -07:00
crawlmanager.py Backend work for public collections (#2198) 2025-01-13 15:15:48 -08:00
crawls.py Backend work for public collections (#2198) 2025-01-13 15:15:48 -08:00
db.py feat: Add slug to collections and use it in public collection URLs (#2301) 2025-01-15 22:44:32 -08:00
emailsender.py Send subscription cancelation email (#2234) 2024-12-12 11:52:38 -08:00
invites.py fix: firstOrgAdmin being set to true even if invite was not for an admin (#2110) 2024-10-08 16:42:30 -07:00
k8sapi.py Configure browsertrix proxies (#1847) 2024-10-02 18:35:45 -07:00
main_bg.py Backend work for public collections (#2198) 2025-01-13 15:15:48 -08:00
main_op.py Backend work for public collections (#2198) 2025-01-13 15:15:48 -08:00
main.py Backend work for public collections (#2198) 2025-01-13 15:15:48 -08:00
models.py feat: Add slug to collections and use it in public collection URLs (#2301) 2025-01-15 22:44:32 -08:00
ops.py Backend work for public collections (#2198) 2025-01-13 15:15:48 -08:00
orgs.py feat: Add slug to collections and use it in public collection URLs (#2301) 2025-01-15 22:44:32 -08:00
pages.py Backend work for public collections (#2198) 2025-01-13 15:15:48 -08:00
pagination.py
profiles.py Backend work for public collections (#2198) 2025-01-13 15:15:48 -08:00
storages.py Backend work for public collections (#2198) 2025-01-13 15:15:48 -08:00
subs.py Send subscription cancelation email (#2234) 2024-12-12 11:52:38 -08:00
uploads.py Backend work for public collections (#2198) 2025-01-13 15:15:48 -08:00
users.py Add superuser endpoint to get user emails with org info (#2211) 2024-12-09 16:38:01 -08:00
utils.py feat: Add slug to collections and use it in public collection URLs (#2301) 2025-01-15 22:44:32 -08:00
version.py version: bump to 1.14.0-beta.0 for public collections! 2025-01-13 19:29:54 -08:00
webhooks.py Add webhooks for qaAnalysisStarted, qaAnalysisFinished, and crawlReviewed (#1974) 2024-07-25 16:53:49 -07:00