-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented support for >, >=, <, and <= query operators for the doc …
…level monitor visual editor. (#508) (#528) * Implemented support for >, >=, <, and <= query operators for the doc level monitor visual editor. Signed-off-by: AWSHurneyt <[email protected]> * Fixed a bug with doc level trigger creation. See issue 448 for more details. Signed-off-by: AWSHurneyt <[email protected]> * Revert "Fixed a bug with doc level trigger creation. See issue 448 for more details." This fix will be implemented in a separate PR. This reverts commit 3a1e8b1. Signed-off-by: AWSHurneyt <[email protected]> * Fixed a bug involving the parsing of query operators. Signed-off-by: AWSHurneyt <[email protected]> * Implemented cypress tests to validate all support query operators. Signed-off-by: AWSHurneyt <[email protected]> * Renamed function based on PR feedback. Signed-off-by: AWSHurneyt <[email protected]> * Refactored validation method to be more succinct. Moved related unit tests to a more appropriate location. Signed-off-by: AWSHurneyt <[email protected]> * Refactored validation method to check whether input value is NaN. Implemented related unit tests. Signed-off-by: AWSHurneyt <[email protected]> --------- Signed-off-by: AWSHurneyt <[email protected]> (cherry picked from commit 6089ad9) Co-authored-by: AWSHurneyt <[email protected]>
- Loading branch information
1 parent
91785d7
commit 1b87c0b
Showing
20 changed files
with
775 additions
and
350 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
Oops, something went wrong.