This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: markdown processing returns errors (#802)
* changes log message Signed-off-by: Joerg Poecher <[email protected]> * parsing markdown now returns errors; split up tests Signed-off-by: Joerg Poecher <[email protected]> * fix documentation and add data types & restrictions Signed-off-by: Joerg Poecher <[email protected]> * adds checks for duplicate keys and adds tests Signed-off-by: Joerg Poecher <[email protected]> * adds checks for invalid values on total.pass & .warning; adds tests Signed-off-by: Joerg Poecher <[email protected]> * adds more markdown tests Signed-off-by: Joerg Poecher <[email protected]> * adds integration test for markdown parsing Signed-off-by: Joerg Poecher <[email protected]> * adds more integration tests Signed-off-by: Joerg Poecher <[email protected]> * exports constants and uses them in tests Signed-off-by: Joerg Poecher <[email protected]> * adds tests for multiple markdown tiles for configuration Signed-off-by: Joerg Poecher <[email protected]> BREAKING CHANGE: parsing errors in markdown tiles for SLO configuration will now return `result=fail` in the event payload.
- Loading branch information
Showing
10 changed files
with
816 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.