[Backport 2.x] fixed aliases being returned in unmapped_index_fields#209
Merged
[Backport 2.x] fixed aliases being returned in unmapped_index_fields#209
Conversation
Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> (cherry picked from commit 1c798dc)
Codecov Report
@@ Coverage Diff @@
## 2.x #209 +/- ##
============================================
+ Coverage 39.08% 39.09% +0.01%
Complexity 891 891
============================================
Files 176 176
Lines 6722 6720 -2
Branches 820 820
============================================
Hits 2627 2627
+ Misses 3854 3852 -2
Partials 241 241
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
riysaxen-amzn
pushed a commit
to riysaxen-amzn/security-analytics
that referenced
this pull request
Feb 20, 2024
* remove unused service Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com> * refactor form state Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com> * extract model and mappers Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com> * Extract Visual Rule Editor Component Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com> * fix missing default id Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com> * yaml editor Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com> * yaml rule editor mappings Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com> * more mapping guards Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com> * remove console.log's Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com> * YAML editor - cypress test Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com> * yaml editor snapshot test Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com> * rename model Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com> * more validations on yaml editor Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com> * use eui form validation error box Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com> * re-generate snapshot Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com> * 153: rule yaml preview Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com> * cypress test for rule yaml preview Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com> * update snapshot test Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com> * propagate ruleId to rule viewers Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com> Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com>
This file contains hidden or 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
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.
Backport 1c798dc from #147