-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[UnifiedFieldList] Add new fields ingested in background with valid mappings #172329
Merged
kertal
merged 45 commits into
elastic:main
from
kertal:unified-field-list-add-new-fields
Jan 9, 2024
Merged
Changes from 42 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
26d3d6d
Add new fields to list with correct types
kertal 7b999db
Improve code
kertal 3a6c239
Remove redundant newFieldsByFieldNameMap
kertal 307a16d
Add multi field support
kertal 54daa2f
Merge branch 'main' into unified-field-list-add-new-fields
kibanamachine ca50f4d
Merge branch 'main' into unified-field-list-add-new-fields
kibanamachine 999a6a9
Add support for Lens
kertal 1a30c70
Merge remote-tracking branch 'origin/unified-field-list-add-new-field…
kertal fa237a4
Merge remote-tracking branch 'upstream/main' into unified-field-list-…
kertal 15cc582
Add functional test
kertal 3cea884
Merge branch 'main' into unified-field-list-add-new-fields
kibanamachine 065a50c
Add documentation
kertal e9fd00e
Improve code
kertal 63907e4
Merge branch 'unified-field-list-add-new-fields' of github.com:kertal…
kertal 454592c
Add Lens test
kertal 75cc235
Improve Lens code preventing an endless loop of update
kertal 12616b4
Merge branch 'main' into unified-field-list-add-new-fields
kibanamachine 3a74600
Update packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts
kertal 15e5168
Update packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts
kertal 139b651
Update packages/kbn-unified-field-list/src/services/field_existing/fi…
kertal ab514e4
Update packages/kbn-unified-field-list/src/services/field_existing/fi…
kertal 5cd087f
Merge remote-tracking branch 'upstream/main' into unified-field-list-…
kertal b424159
Improve code
kertal 9b70dec
Merge branch 'main' into unified-field-list-add-new-fields
kibanamachine 30dfec6
Add isFieldLensCompatible for new fields in Lens
kertal f747c2e
Improve multi field code
kertal 9ed0c49
Improve code
kertal 5420c77
Remove redundant field list refreshing
kertal f340fae
Undo multi field changes
kertal 26c4d72
Address feedback
kertal ab2c743
Merge remote-tracking branch 'upstream/main' into unified-field-list-…
kertal 921a598
Address review feedback
kertal ec55f89
Fix error
kertal c76c87e
Add useMemo for new fields
kertal 165c3cd
Address review feedback
kertal cbee199
Merge branch 'main' into unified-field-list-add-new-fields
jughosta 9170300
[CI] Auto-commit changed files from 'node scripts/notice'
kibanamachine d62dba7
Merge branch 'main' into unified-field-list-add-new-fields
jughosta 02a4537
[Discover] Small fixes for types and memo deps. Add tests.
jughosta 621a1df
Merge pull request #16 from jughosta/unified-field-list-add-new-field…
kertal 8617b3d
Merge branch 'main' into unified-field-list-add-new-fields
kibanamachine 223f546
Merge branch 'main' into unified-field-list-add-new-fields
kibanamachine 8549c3f
Merge remote-tracking branch 'upstream/main' into unified-field-list-…
kertal f751a4e
Address review feedback
kertal d024027
Apply useLatest feedback
kertal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note, this code was just moved to have access to the new modified list of allFields