-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Commits on Mar 15, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 0d007f4 - Browse repository at this point
Copy the full SHA 0d007f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a4729e - Browse repository at this point
Copy the full SHA 0a4729eView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 1559775 - Browse repository at this point
Copy the full SHA 1559775View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7be3e04 - Browse repository at this point
Copy the full SHA 7be3e04View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef89543 - Browse repository at this point
Copy the full SHA ef89543View commit details -
Merge branch 'specify_regex_type' of github.com:buildtesters/buildtes…
…t into specify_regex_type
Configuration menu - View commit details
-
Copy full SHA for 67e2983 - Browse repository at this point
Copy the full SHA 67e2983View commit details -
Configuration menu - View commit details
-
Copy full SHA for 709280e - Browse repository at this point
Copy the full SHA 709280eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15e0bfa - Browse repository at this point
Copy the full SHA 15e0bfaView commit details
Commits on Mar 16, 2024
-
add example buildspec showing metrics declaration with regex type usi…
…ng 're' property. add example buildspec for testing and schema test.
Configuration menu - View commit details
-
Copy full SHA for dd00587 - Browse repository at this point
Copy the full SHA dd00587View commit details -
Configuration menu - View commit details
-
Copy full SHA for bac9074 - Browse repository at this point
Copy the full SHA bac9074View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 17d9f74 - Browse repository at this point
Copy the full SHA 17d9f74View commit details -
fix bug in file path in documentation build.
rename title of test in buildspec
Configuration menu - View commit details
-
Copy full SHA for 62c3ec4 - Browse repository at this point
Copy the full SHA 62c3ec4View commit details -
Merge branch 'specify_regex_type' of github.com:buildtesters/buildtes…
…t into specify_regex_type
Configuration menu - View commit details
-
Copy full SHA for 3b7222f - Browse repository at this point
Copy the full SHA 3b7222fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7353324 - Browse repository at this point
Copy the full SHA 7353324View commit details