-
Notifications
You must be signed in to change notification settings - Fork 99
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
App Analytics bug fixes #782
Merged
eugenesk24
merged 17 commits into
opensearch-project:1.3
from
eugenesk24:cherry-pick-modularization-and-bug-fixes-for-1.3.3
Jun 6, 2022
Merged
App Analytics bug fixes #782
eugenesk24
merged 17 commits into
opensearch-project:1.3
from
eugenesk24:cherry-pick-modularization-and-bug-fixes-for-1.3.3
Jun 6, 2022
Conversation
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
Signed-off-by: Eugene Lee <eugenesk@amazon.com>
Signed-off-by: Eugene Lee <eugenesk@amazon.com>
Signed-off-by: Eugene Lee <eugenesk@amazon.com>
Signed-off-by: Eugene Lee <eugenesk@amazon.com>
Signed-off-by: Eugene Lee <eugenesk@amazon.com>
* Do not include minimum_should_match if no app configs Signed-off-by: Eugene Lee <eugenesk@amazon.com> * Add all comparison operators to availability levels Signed-off-by: Eugene Lee <eugenesk@amazon.com> * Set availability as undefined if most current value is null Signed-off-by: Eugene Lee <eugenesk@amazon.com> * Use parse get suggestions for all autocompelte Signed-off-by: Eugene Lee <eugenesk@amazon.com> * Fix autocomplete tests Signed-off-by: Eugene Lee <eugenesk@amazon.com> * Calculate availability by row for app table while showing loading spinner in meantime Signed-off-by: Eugene Lee <eugenesk@amazon.com> * Add cypress tests for bugs Signed-off-by: Eugene Lee <eugenesk@amazon.com> * Update snapshots Signed-off-by: Eugene Lee <eugenesk@amazon.com> * Update snaphosts Signed-off-by: Eugene Lee <eugenesk@amazon.com> * Update snapshots again Signed-off-by: Eugene Lee <eugenesk@amazon.com> * Remove obsolete snapshots: Signed-off-by: Eugene Lee <eugenesk@amazon.com>
* remove button toggle and add stop button Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com> * update cypress Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
Signed-off-by: Eugene Lee <eugenesk@amazon.com>
Signed-off-by: Eugene Lee <eugenesk@amazon.com>
Signed-off-by: Eugene Lee <eugenesk@amazon.com>
Signed-off-by: Eugene Lee <eugenesk@amazon.com>
…search-project#732) Signed-off-by: Eugene Lee <eugenesk@amazon.com>
Signed-off-by: Eugene Lee <eugenesk@amazon.com>
Signed-off-by: Eugene Lee <eugenesk@amazon.com>
Signed-off-by: Eugene Lee <eugenesk@amazon.com>
Signed-off-by: Eugene Lee <eugenesk@amazon.com>
Codecov Report
@@ Coverage Diff @@
## 1.3 #782 +/- ##
============================================
+ Coverage 53.23% 53.64% +0.41%
Complexity 271 271
============================================
Files 236 244 +8
Lines 7780 7728 -52
Branches 1653 1600 -53
============================================
+ Hits 4142 4146 +4
+ Misses 3436 3387 -49
+ Partials 202 195 -7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
kavithacm
approved these changes
Jun 6, 2022
anirudha
approved these changes
Jun 6, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Modularization and bug fixes for 1.3.3 release.
Needed to also cherry-pick modularization commits because bug fixes were made on that version of the code.
Issues Resolved
[List any issues this PR will resolve]
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.