-
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
[Discover] Add container for internal state #144149
Merged
Merged
Changes from 25 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
5ab45e2
Initial commit
kertal 2557d20
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
kibanamachine 67c1d23
Remove dataViews from internal state since it is not used
kertal 838b95f
Merge branch 'discover-internal-state' of github.com:kertal/kibana in…
kertal d74ab22
Fix tests
kertal 43c06f9
Fix more tests
kertal c2fe3f5
Merge remote-tracking branch 'upstream/main' into discover-internal-s…
kertal 9404801
Refactor AppState type location
kertal 5e784c3
[Discover] make adhoc data view logic more explicit
dimaanj badaf79
[Discover] remove log
dimaanj 0fd1b90
Merge pull request #14 from dimaanj/make-adhoc-logic-more-explicit
kertal a01df77
Rename dataViewsAdHoc to dataViewAdHocList
kertal 2f482d7
fix conflicts
kertal ad88bff
Fix context_app.tsx
kertal 95483dd
Merge branch 'main' into discover-internal-state
kibanamachine 5843385
Merge branch 'main' into discover-internal-state
kibanamachine e8a8d9e
Merge branch 'main' of https://github.com/elastic/kibana into discove…
dimaanj fc45043
[Discover] fix linting
dimaanj 16c1d01
Merge branch 'main' of https://github.com/elastic/kibana into discove…
dimaanj 9914d6f
[Discover] remove redundant comment
dimaanj 80bb56c
Fix functional
kertal 9ddf6be
[Discover] return savedDataViews list
dimaanj 2fb845b
migrate dataViewList to internal state container
kertal 16f92b3
undo change_dataview.tsx
kertal f49e221
remove unnecessary refetch function usage
kertal 9b8e176
address review comments
kertal 4bbb236
Fix change data view issue
kertal ca718fc
Merge remote-tracking branch 'upstream/main' into discover-internal-s…
kertal 27377bb
Fix unit tests
kertal 383ac1d
Fix functional tests
kertal 9d7a73e
Merge remote-tracking branch 'upstream/main' into discover-internal-s…
kertal 5cab758
Fix functionals
kertal 43bb325
[Discover] fix two adhoc data views diplayed issue on click use witho…
dimaanj ad6169b
Merge branch 'discover-internal-state' of github.com:kertal/kibana in…
kertal c209394
Prevent duplicate ad-hocs in the data view select
kertal 4c929b8
Fix loading state change
kertal 7027786
Update src/plugins/discover/public/hooks/use_data_grid_columns.ts
kertal 857afed
Update src/plugins/discover/public/hooks/use_data_grid_columns.ts
kertal 74f5058
Fix storybook state name
kertal 5091f46
Improve saved/adhoc data views naming
kertal 8b75e85
Merge branch 'main' into discover-internal-state
kertal 6fe5cd2
fix conflicts
kertal 06c6bb6
Fix type errors
kertal 475033b
Fix jest test
kertal 8c8e92e
fix conflicts
kertal 177e1b3
apply review suggestion
kertal ce9cc2a
Improve documentation
kertal fb71953
Merge main, fix conflicts
kertal 1ab6046
Add functional test
kertal d0bc3d4
Add missing await to functional test
kertal ca6926a
Fix functional test
kertal 1c73ea9
Merge remote-tracking branch 'upstream/main' into discover-internal-s…
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
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.
There is
appStateContainer
in this definition. Is it correct?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.
it's wrong, thx and changed, however it doesn't change the current broken state of storybook, it needs some ❤️ to unbreak it