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

Change filter buildtest build to semicolon #1471

Merged
merged 4 commits into from
May 15, 2023

Commits on May 15, 2023

  1. change behavior of 'buildtest build --filter' where filter fields are…

    … separated by
    
    semicolon and multiple values can be specified as comma separated list.
    refactor the codebase for filtering by maintainers, type and tags to support multiple items in list
    shahzebsiddiqui committed May 15, 2023
    Configuration menu
    Copy the full SHA
    e6ffd9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82027fd View commit details
    Browse the repository at this point in the history
  3. increase test coverage for method valid_time, supported_color, build_…

    …filters_format and handle_kv_string method.
    
    Fix issue with regression test pertaining to filters by tags, maintainers, and type
    shahzebsiddiqui committed May 15, 2023
    Configuration menu
    Copy the full SHA
    9f33879 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50c7493 View commit details
    Browse the repository at this point in the history