This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change parser interface and add real time dynamic config (#15)
* change parser interface and add real time config * parser is now expected to be a function that takes a string and returns a dictionary or ValueError * real time alerts can now have dynamic configuration depending on the contents of the message, this can be useful to have different escalation policies depending on severity for instance * rename variable for clarity * bump version to 2.0.0 as this PR is introducing breaking changes for the interfaces we are bumping the major version * add newline to end of requirements.txt
- Loading branch information
Fredrik Gustafsson
authored
Aug 1, 2019
1 parent
7c9c602
commit e02a8d0
Showing
4 changed files
with
109 additions
and
82 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ retrying==1.3.3 | |
six==1.12.0 | ||
SQLAlchemy==1.3.0 | ||
Werkzeug==0.14.1 | ||
marshmallow==2.17.0 | ||
marshmallow==2.17.0 |
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