Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add recording url blocklist #1500

Merged
merged 18 commits into from
Nov 12, 2024
Merged

feat: add recording url blocklist #1500

merged 18 commits into from
Nov 12, 2024

Commits on Oct 25, 2024

  1. Add blocked urls to the state

    Richard Borcsik committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d17daa8 View commit details
    Browse the repository at this point in the history
  2. rename function to indicate new purpose

    Richard Borcsik committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    69f285f View commit details
    Browse the repository at this point in the history
  3. exit early when paused or disabled

    Richard Borcsik committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    aa12022 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. refactor: move matching to a function

    Richard Borcsik committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    11a0968 View commit details
    Browse the repository at this point in the history
  2. extend status to return paused

    Richard Borcsik committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    85580bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cbbf3b View commit details
    Browse the repository at this point in the history
  4. fix: use same name for property

    Richard Borcsik committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    17d04bb View commit details
    Browse the repository at this point in the history
  5. fix: don't fully stop/restart sessions

    Richard Borcsik committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f1c76db View commit details
    Browse the repository at this point in the history
  6. fix: more property typos

    Richard Borcsik committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8a8daf6 View commit details
    Browse the repository at this point in the history
  7. fix: trigger should be disabled even when no decide response was rece…

    …ived as well
    Richard Borcsik committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    fbb4fc0 View commit details
    Browse the repository at this point in the history
  8. fix: early exit only for paused state

    Richard Borcsik committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    fddf71c View commit details
    Browse the repository at this point in the history
  9. fix: guard condition for pause/resume

    Richard Borcsik committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a8519e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. fix: more reliable way of pausing, lose less data

    Richard Borcsik committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f41fabd View commit details
    Browse the repository at this point in the history
  2. test: add a new test for url blocking functionality

    Richard Borcsik committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    e0ce5d3 View commit details
    Browse the repository at this point in the history
  3. oops

    Richard Borcsik committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8e55e87 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. add/remove capture blocking tag

    Richard Borcsik committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    28d7d8b View commit details
    Browse the repository at this point in the history
  2. test the document classname changes

    Richard Borcsik committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e5df23e View commit details
    Browse the repository at this point in the history
  3. remove some comments, these cannot be tested as-is

    Richard Borcsik committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    45e13c4 View commit details
    Browse the repository at this point in the history