-
Notifications
You must be signed in to change notification settings - Fork 92
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
Implemented support for >, >=, <, and <= query operators for the doc level monitor visual editor. #508
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #508 +/- ##
==========================================
- Coverage 53.39% 52.82% -0.57%
==========================================
Files 209 211 +2
Lines 5501 5569 +68
Branches 775 781 +6
==========================================
+ Hits 2937 2942 +5
- Misses 2562 2625 +63
Partials 2 2 see 11 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
…level monitor visual editor. Signed-off-by: AWSHurneyt <[email protected]>
…etails. Signed-off-by: AWSHurneyt <[email protected]>
…r more details." This fix will be implemented in a separate PR. This reverts commit 3a1e8b1. Signed-off-by: AWSHurneyt <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
public/pages/CreateMonitor/components/DocumentLevelMonitorQueries/DocumentLevelQuery.js
Outdated
Show resolved
Hide resolved
public/pages/CreateMonitor/components/DocumentLevelMonitorQueries/utils/helpers.js
Outdated
Show resolved
Hide resolved
Signed-off-by: AWSHurneyt <[email protected]>
…tests to a more appropriate location. Signed-off-by: AWSHurneyt <[email protected]>
…lemented related unit tests. Signed-off-by: AWSHurneyt <[email protected]>
…level monitor visual editor. (#508) * 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)
…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]>
…level monitor visual editor. (opensearch-project#508) * 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]>
Description
>
,>=
,<
, and<=
query operators for the doc level monitor visual editor.Issues Resolved
Screenshots
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.