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 support for regular expression types (re.search, re.match, re.fullmatch) in status check and metrics definition #1730

Merged
merged 14 commits into from
Mar 16, 2024

Commits on Mar 15, 2024

  1. add key 're' in jsonschema for 'regex' and 'file_regex' and under met…

    …rics definition
    
    which allows one to select one of the regular expression types re.search, re.match or re.fullmatch
    Added an example buildspec and implementation for status check with different regular expression
    when using regex and file_regex field under status check
    shahzebsiddiqui committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    0d007f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a4729e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1559775 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7be3e04 View commit details
    Browse the repository at this point in the history
  5. change title

    shahzebsiddiqui committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    ef89543 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    67e2983 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    709280e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    15e0bfa View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. add example buildspec showing metrics declaration with regex type usi…

    …ng 're' property.
    
    add example buildspec for testing and schema test.
    shahzebsiddiqui committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    dd00587 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bac9074 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17d9f74 View commit details
    Browse the repository at this point in the history
  4. fix bug in file path in documentation build.

    rename title of test in buildspec
    shahzebsiddiqui committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    62c3ec4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b7222f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7353324 View commit details
    Browse the repository at this point in the history