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: See which rules are affecting a particular SERP entry #522

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Aug 5, 2024

  1. feat: keep track of subscription name in the InteractiveRuleset class

    This is being added in order to allow the user of the class to query
    not only the rules that are matching a certain SerpEntry, but also the
    subscriptions that those rules originate from.
    aug-dev committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    1bff0c4 View commit details
    Browse the repository at this point in the history
  2. feat: add way to query all rules matching a SerpEntry

    This was done by extending the InteractiveRuleset class.
    aug-dev committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    79b029d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    f2f7544 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    b4638c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. feat: add "matching rules" section in the block-dialog component

    This is the first implementation of an interface change that will allow
    the user to see rules matching a particular entry in the SERP page
    "Block this site" dialog.
    aug-dev committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    10234e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6556524 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    92d6f3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8690e15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8de3285 View commit details
    Browse the repository at this point in the history