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

add new filter to filter to an enum #94

Open
wants to merge 10 commits into
base: 2.31.x
Choose a base branch
from

Commits on Dec 30, 2022

  1. add new filter to filter to an enum

    Signed-off-by: Reinfi <[email protected]>
    reinfi committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    fdef40c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. fix some issues with types

    Signed-off-by: Reinfi <[email protected]>
    reinfi committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    84f400f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. fix psalm errors and return value instead of null

    Signed-off-by: Reinfi <[email protected]>
    reinfi committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    cd769fb View commit details
    Browse the repository at this point in the history
  2. remove setter method

    Signed-off-by: Reinfi <[email protected]>
    reinfi committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    8a6fd86 View commit details
    Browse the repository at this point in the history
  3. remove useless return in constructor

    Signed-off-by: Reinfi <[email protected]>
    reinfi committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    7de3e2e View commit details
    Browse the repository at this point in the history
  4. adjust codingstyle

    Signed-off-by: Reinfi <[email protected]>
    reinfi committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    2fca6f1 View commit details
    Browse the repository at this point in the history
  5. specify return type of filter function

    Signed-off-by: Reinfi <[email protected]>
    reinfi committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    7182172 View commit details
    Browse the repository at this point in the history
  6. register filter in plugin manager

    Signed-off-by: Reinfi <[email protected]>
    reinfi committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    fc001a4 View commit details
    Browse the repository at this point in the history
  7. add default value for constructor

    Signed-off-by: Reinfi <[email protected]>
    reinfi committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    18ece90 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. fix return type of function

    Signed-off-by: Reinfi <[email protected]>
    reinfi committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    7d7f97d View commit details
    Browse the repository at this point in the history