-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[data.search] Simplify poll logic and improve types #82545
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
Merged
Merged
Changes from 21 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
26c47bd
[Search] Add request context and asScoped pattern
lukasolson 36b8fcb
Update docs
lukasolson 8274226
Merge branch 'master' into search-as-scoped
lukasolson c7296f0
Unify interface for getting search client
lukasolson 9dadfb2
Update examples/search_examples/server/my_strategy.ts
lukasolson ab55bcb
Merge branch 'master' into search-as-scoped
lukasolson 2b3d2a0
Review feedback
lukasolson 7a048a0
Merge branch 'search-as-scoped' of github.com:lukasolson/kibana into …
lukasolson 2d0da67
Merge branch 'master' into search-as-scoped
lukasolson f7cb5a1
Merge branch 'master' into search-as-scoped
lukasolson 6c9aec5
Fix checks
lukasolson 1ae55ef
Fix CI
lukasolson 4634fb4
Fix security search
lukasolson c35fb49
Merge branch 'master' into search-as-scoped
lukasolson 1567995
Merge branch 'master' into search-as-scoped
lukasolson 5f7c9ab
Fix test
lukasolson f1b515d
Fix test for reals
lukasolson b0860e7
Merge branch 'master' into search-as-scoped
lukasolson 11517ee
Fix types
lukasolson b1e06b0
[data.search] Refactor search polling and improve types
lukasolson 8e8eae8
Merge branch 'master' into search-poll
lukasolson 5f41a97
Merge branch 'master' of github.com:elastic/kibana into pr/82545
8e72dce
Merge branch 'master' into search-poll
lukasolson cf2b31d
Fix & update tests & types
lukasolson 10a2f92
Merge branch 'master' into search-poll
kibanamachine 01e8a06
eql totals
7874b18
doc
07d6b72
Revert "eql totals"
9ee668b
Merge branch 'master' of github.com:elastic/kibana into pr/82545
b61ebc3
lint
98c2c47
response type
09eaaac
Merge branch 'master' of github.com:elastic/kibana into pr/82545
2ba358f
shim inside strategies
1ad2f0b
shim for security
d4ef755
Merge branch 'master' of github.com:elastic/kibana into pr/82545
168214b
fix eql params
1c14a36
Merge branch 'master' of github.com:elastic/kibana into pr/82545
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
55 changes: 0 additions & 55 deletions
55
src/plugins/data/common/search/es_search/es_search_rxjs_utils.ts
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
src/plugins/data/common/search/es_search/get_total_loaded.test.ts
This file was deleted.
Oops, something went wrong.
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
64 changes: 0 additions & 64 deletions
64
src/plugins/data/common/search/es_search/shim_abort_signal.test.ts
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
src/plugins/data/common/search/es_search/shim_abort_signal.ts
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.