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

Exclude keys #3055

Merged
merged 13 commits into from
Jul 27, 2023
Merged

Exclude keys #3055

merged 13 commits into from
Jul 27, 2023

Commits on Jul 19, 2023

  1. readme and config

    Signed-off-by: Kat Shen <[email protected]>
    shenkw1 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b8c5fe5 View commit details
    Browse the repository at this point in the history
  2. reorganize code, impl exclude keys check

    Signed-off-by: Kat Shen <[email protected]>
    shenkw1 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e19f5e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. rerun tests

    Signed-off-by: Kat Shen <[email protected]>
    shenkw1 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    7d7cf03 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. merging main

    Signed-off-by: Kat Shen <[email protected]>
    shenkw1 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    c23c4c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0760cea View commit details
    Browse the repository at this point in the history
  3. exclude impl done

    Signed-off-by: Kat Shen <[email protected]>
    shenkw1 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    4d965bc View commit details
    Browse the repository at this point in the history
  4. exclude keys tests and empty list check

    Signed-off-by: Kat Shen <[email protected]>
    shenkw1 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2a8e686 View commit details
    Browse the repository at this point in the history
  5. rerun checks

    Signed-off-by: Kat Shen <[email protected]>
    shenkw1 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    901f20d View commit details
    Browse the repository at this point in the history
  6. rerun checks

    Signed-off-by: Kat Shen <[email protected]>
    shenkw1 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    186952e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. simplify include and exclude keys validation, add overlap check and t…

    …est, modify include/exclude null test to default test
    
    Signed-off-by: Kat Shen <[email protected]>
    shenkw1 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    cd6980c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    229ca7b View commit details
    Browse the repository at this point in the history
  3. reorganize code for logic clarity, fix overlap edge case

    Signed-off-by: Kat Shen <[email protected]>
    shenkw1 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    1108ee7 View commit details
    Browse the repository at this point in the history
  4. remove equal check and moved validation to private method

    Signed-off-by: Kat Shen <[email protected]>
    shenkw1 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    766b108 View commit details
    Browse the repository at this point in the history