Commit Graph

56 Commits

Author SHA1 Message Date
Marian Novotny
0cc78cd1fc adding Response stream project (#87)
* adding responding-stream project

* adding missing file

* adding unit test for rules stream service

* adding unitest

* minor cleaning and fixes

* minor cleaning
2020-06-05 15:53:51 +01:00
Marian Novotny
799dad8cb5 Siembol response various fixes and improvements (#86)
* response: fixes in compiler testConfigurations function

* fixing response schema service test configurations

* adding response error type

* renaming provided evaluators

* fixing rule evaluation

* adding sleep evaluator
renaming evaluators

* supporting arrays in cinfig editor computeRulesSchema function

* minor refactoring of ConfigEditorUtils

* sorrting evaluators in schema according to type name

* adding siembol_response_ts field

* using guava cache for alert throttling implementation

* adding unitests, increasing siembol version

* minor cleaning

* relues engine can return no match

* modification of rule engine when no match
2020-06-04 12:33:21 +01:00
Marian Novotny
21c66df14d Adding response config-editor service (#84)
* ResponsePlugin extends spring plugin interface

* Fixing wrong argument in ResponsePlugin interface

* adding getRulesMetadata into RespondingEngine interface
changing return type in ResponsePlugin interface

* adding testing fucntionality into RespondingCompiler

* adding attributes into RespondingResultAttributes

* registering metrics in evaluator factories in the compiler

* fixing name in Response compiler

* reworking response schema service

* bugfixing adding unitests

* increasing version of application
2020-05-22 15:14:13 +01:00
Marian Novotny
3000962a96 response: adding table formatting evaluators (#77)
* response: adding table formatting evaluators

* adding array reducer and alert throttling evaluators into response component

* adding test specification wrapper in config editor

* minor fixes
2020-05-13 16:18:55 +01:00
Marian Novotny
6729eda5a1 adding config-editor-rest project into siembol (#79)
* adding config-editor-rest project into siembol

* Delete application-DEV.properties

* remove test specification wrapper
2020-05-12 14:19:33 +01:00
Marian Novotny
ccca4ad719 rename project to siembol (#74)
* renaming maven projects

* renaming nortem to siembol

* remove colon from siembol alerts field names

* remove temp files form resources

* increasing version of application
2020-04-15 11:29:34 +01:00