Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UnifiedFieldList] Migrate field list components from Lens to Unified…
…FieldList (#142758) * [UnifiedFieldList] Extract FieldsAccordion component from Lens * [UnifiedFieldList] Extract FieldList component from Lens * [CI] Auto-commit changed files from 'node scripts/build_plugin_list_docs' * [UnifiedFieldList] Rename component * [UnifiedFieldList] Start extracting logic for fetching fields existence info * [UnifiedFieldList] Start extracting logic for fetching fields existence info * [UnifiedFieldList] Fix special and runtime fields * [UnifiedFieldList] Start extracting logic for fetching fields existence info * [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix' * [UnifiedFieldList] Make API stricter * [UnifiedFieldList] Make sure that key is specified for items * [UnifiedFieldList] Fetch data for all active data views * [UnifiedFieldList] Refactor some other occurances * [UnifiedFieldList] Update more tests * [UnifiedFieldList] Fix some checks * [UnifiedFieldList] Some progress on updating tests * [UnifiedFieldList] Update more tests * [UnifiedFieldList] Skip redundant request's results * [UnifiedFieldList] Update more tests * [UnifiedFieldList] Improve tests * [UnifiedFieldList] Improve tests * [UnifiedFieldList] Improve tests * [UnifiedFieldList] Move grouping into a customizable hook * [UnifiedFieldList] Fix after the merge * [UnifiedFieldList] Fix checks * Revert "[UnifiedFieldList] Fix after the merge" This reverts commit 500db7e. * [UnifiedFieldList] Handle merge better * [UnifiedFieldList] Update the naming * [UnifiedFieldList] Support Selected fields * [UnifiedFieldList] Update tests * [UnifiedFieldList] Fix grouping * [UnifiedFieldList] Update more tests * [UnifiedFieldList] Fix refetch after adding a field * [UnifiedFieldList] Load es query builder in async way * [UnifiedFieldList] Fix a bug in case of renaming a field * [UnifiedFieldList] Small refactoring * [UnifiedFieldList] Refactor text based view * [UnifiedFieldList] Better types support * [UnifiedFieldList] Simplify props * [UnifiedFieldList] Fix types * [UnifiedFieldList] Async loading for FieldListGrouped code * [UnifiedFieldList] Add more tests * [UnifiedFieldList] Add more tests * [UnifiedFieldList] Add more tests * [UnifiedFieldList] Add more tests * [UnifiedFieldList] Add more tests * [UnifiedFieldList] Add more tests * [UnifiedFieldList] Add more tests * [UnifiedFieldList] Add docs * [UnifiedFieldList] Clean up * [UnifiedFieldList] Fix onNoData callback * [UnifiedFieldList] Address PR comments * [UnifiedFieldList] Address PR comments * [UnifiedFieldList] Support a custom data-test-subj * [UnifiedFieldList] Fix concurrency handling logic * [UnifiedFieldList] Remove a generic tooltip message. Lens and Discover will have their own tooltips. Co-authored-by: kibanamachine <[email protected]> Co-authored-by: Stratoula Kalafateli <[email protected]>
- Loading branch information