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

Move Ignore Origin rules to database #4026

Merged
merged 8 commits into from Apr 26, 2020
Merged

Move Ignore Origin rules to database #4026

merged 8 commits into from Apr 26, 2020

Commits on Apr 25, 2020

  1. Add IgnoreOriginRule-related entities, db migration, update config

    Add IgnoreOriginUserRule for user-defined rules and
    IgnoreOriginInstanceRule for system-wide rules. Add an interface for
    these two new entities.
    
    Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
    Kdecherf committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    c675bd1 View commit details
    Browse the repository at this point in the history
  2. Add new Ignore Origin rules tab, update ConfigController

    Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
    Kdecherf committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    24230a5 View commit details
    Browse the repository at this point in the history
  3. Add new Helper to process Ignore Origin rules and RulerZ operator

    This commits adds a new helper like RuleBasedTagger for processing
    ignore origin rules. It also adds a new custom RulerZ operator for the
    '~' pattern matching rule.
    
    Renames 'pattern' with '_all' in IgnoreOriginRule entity.
    
    Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
    Kdecherf committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    f39c5a2 View commit details
    Browse the repository at this point in the history
  4. Add default system-wide ignore origin rules with install support

    Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
    Kdecherf committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    2495b19 View commit details
    Browse the repository at this point in the history
  5. ContentProxy: replace ignoreUrl with new RuleBasedIgnoreOriginProcessor

    Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
    Kdecherf committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    b22eb27 View commit details
    Browse the repository at this point in the history
  6. Add controller, views and translations for ignore origin instance rules

    Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
    Kdecherf committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    7408a6c View commit details
    Browse the repository at this point in the history
  7. views: Add doc and translations on ignore origin rules forms

    Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
    Kdecherf committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    25c754f View commit details
    Browse the repository at this point in the history
  8. tests: add a NetworkCalls group for tests making network calls

    Excluding this group can decrease the run time of tests during
    development.
    
    Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
    Kdecherf committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    71f7e58 View commit details
    Browse the repository at this point in the history