This PR adds a new checkbox to both page and seed crawl workflow types, which will fail the crawl if behaviors detect the browser is not logged in for supported sites. Changes include: - Backend support for the new crawler flag - A new `failed_not_logged_in` crawl state - Checkbox workflow editor and config details in the frontend (currently in the Scope section - I think it makes sense to have this option up front, but worth considering) - User Guide documentation of new option - A new nightly test for the new workflow option and `failed_not_logged_in` state --------- Co-authored-by: Ilya Kreymer <ikreymer@gmail.com> Co-authored-by: sua yoo <sua@webrecorder.org> |
||
---|---|---|
.. | ||
data | ||
__init__.py | ||
conftest.py | ||
echo_server.py | ||
test_cleanup_seed_files.py | ||
test_concurrent_crawl_limit.py | ||
test_crawl_errors.py | ||
test_crawl_logs.py | ||
test_crawl_not_logged_in.py | ||
test_crawl_timeout.py | ||
test_crawlconfig_crawl_stats.py | ||
test_delete_crawls.py | ||
test_execution_minutes_quota.py | ||
test_free_register.py | ||
test_invite_expiration.py | ||
test_max_crawl_size_limit.py | ||
test_org_deletion.py | ||
test_storage_quota.py | ||
test_upload_replicas.py | ||
test_webhooks.py | ||
test_z_background_jobs.py | ||
utils.py |