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

support wildcards #369

Open
wants to merge 7 commits into
base: rolling
Choose a base branch
from

Commits on Jul 13, 2023

  1. support wildcards(/**, /*) for the parameters file

    Signed-off-by: Chen Lihui <[email protected]>
    Chen Lihui committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    7307a5b View commit details
    Browse the repository at this point in the history
  2. fix exist issue

    Signed-off-by: Chen Lihui <[email protected]>
    Chen Lihui committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    aae8499 View commit details
    Browse the repository at this point in the history
  3. address exception and flake8

    Signed-off-by: Chen Lihui <[email protected]>
    Chen Lihui committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    97bd869 View commit details
    Browse the repository at this point in the history
  4. update test as last one win in the yaml file

    and use fullmatch instead
    
    Signed-off-by: Chen Lihui <[email protected]>
    Chen Lihui committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    1398208 View commit details
    Browse the repository at this point in the history
  5. Revert "fix exist issue"

    This reverts commit aae8499.
    
    Signed-off-by: Chen Lihui <[email protected]>
    Chen Lihui committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a06396b View commit details
    Browse the repository at this point in the history
  6. add a test

    Signed-off-by: Chen Lihui <[email protected]>
    Chen Lihui committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    58f4fb4 View commit details
    Browse the repository at this point in the history
  7. add a test to test a wrong wildcard format

    Signed-off-by: Chen Lihui <[email protected]>
    Chen Lihui committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ada035f View commit details
    Browse the repository at this point in the history