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

Allow rules to be skipped #66

Merged

Commits on Jun 27, 2024

  1. Allow rules to be skipped (PicnicSupermarket#48)

    Rules can now return an empty value SkipRule().
    When doing so, the rule is not computed at all
    by the Scorer.
    diorge committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8ec7e73 View commit details
    Browse the repository at this point in the history
  2. Docs/example for skipping

    diorge committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    40d50d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    3414556 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5668a6 View commit details
    Browse the repository at this point in the history
  3. Make filters into frozen set, ran linter

    Changes due to prettifier, ruff and mypy
    diorge committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    9b47413 View commit details
    Browse the repository at this point in the history
  4. Extra test for model filter

    diorge committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    4b22e25 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Rules now support ModelFilter

    - Filters no longer have their own config
    - Rules take instances of filters instead of types
    - Rule configuration now allows `model_filter_name`
    diorge committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d17d0a4 View commit details
    Browse the repository at this point in the history
  2. Docs for new Filter feature

    diorge committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3ab2d5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5ff89b View commit details
    Browse the repository at this point in the history
  4. Style: Linting/auto-fix

    diorge committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    fc972e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    5c1ad44 View commit details
    Browse the repository at this point in the history
  2. feat(skip): mv filter names from config{} to field

    Use a new field rule.model_filter_names
    instead of using rule.config["model_filter_names"]
    diorge committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a974ccd View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

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

Commits on Jul 30, 2024

  1. style(lint): auto prettifier

    diorge committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9841366 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Add documentation

    jochemvandooren committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8f9b3ff View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    jochemvandooren committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9c32398 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

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