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 capability to filter queries #1098

Merged
merged 9 commits into from Jun 16, 2022

Commits on Jun 14, 2022

  1. Add capability to filter queries

    This change adds a `query-filters` property to the codeql-config file.
    
    This property is an array of `exclude`/`include` entries for a query
    suite. These filters are appended to the generated query suite files
    and used to filter queries after they are selected.
    
    A related change is that now, all pack references are run in a single
    query suite, which has the query filters appended to them.
    aeisenberg committed Jun 14, 2022
    Copy the full SHA
    40b2800 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    06e27d3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    eec34d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Update changelog

    aeisenberg committed Jun 15, 2022
    Copy the full SHA
    428caf0 View commit details
    Browse the repository at this point in the history
  2. Extract query-filters test into a composite action

    Removes duplicated yaml.
    
    Also add some better typings.
    aeisenberg committed Jun 15, 2022
    Copy the full SHA
    59ca9b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Copy the full SHA
    777b778 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6db77ee View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d7459f0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7c412c6 View commit details
    Browse the repository at this point in the history