-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Search] Remove long-running query pop-up #75385
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 all commits
Commits
Show all changes
115 commits
Select commit
Hold shift + click to select a range
9ce2275
[Search] Remove long-running query pop-up
lukasolson b647c34
Merge branch 'master' into search-remove-popup
lukasolson c1217b0
Don't timeout if requestTimeout isn't configured
lukasolson 3299406
Merge branch 'master' into search-remove-popup
lukasolson b9aa07d
Remove unused kibanaUtils
lukasolson c2c0237
Remove unused kibanaReact
lukasolson 7927af6
Re-add reference to kibanaUtils
lukasolson 0f69bac
Remove unused translations and update documentation
lukasolson c29ab1b
Add new x-pack advanced setting searchTimeout and use it in the Enhan…
4f603ce
docs
13ea90e
Merge branch 'master' into search-remove-popup
lukasolson 2df19ac
Merge branch 'master' of github.com:elastic/kibana into search/search…
25aae3a
Re-add toast when queries time out
lukasolson 849ef85
Fix types
lukasolson de8107d
Update error message with capabilities
lukasolson d54b09a
Update docs
lukasolson 20ea649
Update docs
lukasolson 356281a
Move search server routes into a directory.
lukeelmers 84ad62f
Add internal/_msearch route.
lukeelmers 9a8de03
Remove legacy search API, rewrite default search strategy to use inte…
lukeelmers 371a4df
Remove legacy es_client code.
lukeelmers 2475467
Handle msearch options on server.
lukeelmers 775586a
Remove elasticsearch-browser dependency.
lukeelmers d7df81e
Update generated docs.
lukeelmers e02a9dc
Merge branch 'master' of github.com:elastic/kibana into search/search…
2cb19ec
Merge remote-tracking branch 'lukeelmers/fix/remove-es-client' into s…
c07d923
Rely on server timeout in OSS (?)
1086b9c
Merge branch 'master' into search/search-timeout-setting
elasticmachine 184a3e6
Merge branch 'master' of github.com:elastic/kibana into search/search…
8c75c64
Rename function
5b1af34
Merge branch 'master' of github.com:elastic/kibana into search/search…
17fd210
Merge branch 'search/search-timeout-setting' of github.com:lizozom/ki…
39605fe
Merge branch 'master' of github.com:elastic/kibana into search/search…
742f3ba
Add features to dependencies
lukasolson 4056f40
Undefined check
lukasolson 791a92f
Merge branch 'master' into fix/remove-es-client
elasticmachine 82915ab
Merge branch 'master' into search/search-timeout-setting
elasticmachine 059706e
doc
260d23c
Code review fixes
9540e4c
code review
6de4205
doc
5049b35
loading count
002c13c
simplify code review and fix jest tets
3c07a71
Merge branch 'master' of github.com:elastic/kibana into pr/75943
1dded0a
type check
75c1eb6
Merge branch 'master' of github.com:elastic/kibana into search/search…
a6a128f
Merge remote-tracking branch 'lukeelmers/fix/remove-es-client' into s…
05e9bdf
Remove esShard from client
8dd8f95
Merge branch 'master' into fix/remove-es-client
elasticmachine 1dab018
Merge remote-tracking branch 'lukeelmers/fix/remove-es-client' into s…
dc19863
cleanup request parameters from FE
0499b21
doc
05c51b8
doc
39fc3fe
Merge branch 'master' of github.com:elastic/kibana into search/search…
735ac5c
Align request parameters on server,
0edd897
docs
34a008f
add management docs
f9fab22
docs
eaa9c77
Merge branch 'master' of github.com:elastic/kibana into search/search…
a601601
Remove import
cb1951e
Break circular dep + fix msearch test
78ea8a1
Merge branch 'master' of github.com:elastic/kibana into search/search…
4921152
Remove deleted type
0b954df
Fix jest
5e2417d
Merge branch 'master' of github.com:elastic/kibana into search/search…
3f8b19a
Bring toSnakeCase back
b000274
docs
504814d
fix jest
e520695
Merge branch 'search-timeout-setting' into search-remove-popup
lukasolson 5e0959a
Add new x-pack advanced setting searchTimeout and use it in the Enhan…
a682fb7
docs
f2c4c16
Rely on server timeout in OSS (?)
2497e00
Rename function
a65596f
doc
1e9e9a0
Remove esShard from client
6d718c5
cleanup request parameters from FE
060ce08
doc
0310fb1
doc
1b4770a
Align request parameters on server,
70b5809
docs
f8aba5d
add management docs
f4d0064
docs
9c5c0ec
Remove import
befdf10
Break circular dep + fix msearch test
098a9ad
Remove deleted type
dac9d7a
Fix jest
f9273d6
Bring toSnakeCase back
3dc393e
docs
59f5cc1
fix jest
2841d57
Fix merge
313bbd7
Fix types
lukasolson ae3f8b6
Merge branch 'search/search-timeout-setting' into search-remove-popup
lukasolson 2dea1e3
Merge branch 'master' of github.com:elastic/kibana into search/search…
68c2604
Merge branch 'search/search-timeout-setting' into pr/75385
6111ac7
Allow timeout to be undefined
b1b466c
Fix jest test
5a7c9e0
Upldate docs
882c4fd
Fix msearch jest
6e91b8f
Merge branch 'search/search-timeout-setting' into pr/75385
95f0e9b
Merge correction
b9306c0
Merge branch 'master' into search/search-timeout-setting
elasticmachine bec86a5
Merge branch 'master' of github.com:elastic/kibana into search/search…
887b3ea
docs
b9c7dfc
Merge branch 'search/search-timeout-setting' of github.com:lizozom/ki…
4bdbcc6
Merge branch 'master' of github.com:elastic/kibana into search/search…
f6d4b5b
Merge branch 'master' of github.com:elastic/kibana into search/search…
4405680
Fix rollup search merge
61d1f76
Merge branch 'master' of github.com:elastic/kibana into search/search…
790f2b0
Merge branch 'search/search-timeout-setting' into pr/75385
069390b
Merge branch 'master' of github.com:elastic/kibana into pr/75385
25d5e37
Fix merge
bc6eaae
Merge branch 'master' into search-remove-popup
elasticmachine c6508b0
Use i18n
lukasolson 4ed7d31
Merge remote-tracking branch 'origin/search-remove-popup' into search…
lukasolson 66dac98
Merge branch 'master' into search-remove-popup
lukasolson 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
17 changes: 0 additions & 17 deletions
17
.../public/kibana-plugin-plugins-data-public.searchinterceptor.getpendingcount_.md
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
11 changes: 11 additions & 0 deletions
11
.../public/kibana-plugin-plugins-data-public.searchinterceptor.showtimeouterror.md
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| <!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
|
||
| [Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [SearchInterceptor](./kibana-plugin-plugins-data-public.searchinterceptor.md) > [showTimeoutError](./kibana-plugin-plugins-data-public.searchinterceptor.showtimeouterror.md) | ||
|
|
||
| ## SearchInterceptor.showTimeoutError property | ||
|
|
||
| <b>Signature:</b> | ||
|
|
||
| ```typescript | ||
| protected showTimeoutError: ((e: Error) => void) & import("lodash").Cancelable; | ||
| ``` |
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
59 changes: 0 additions & 59 deletions
59
src/plugins/data/public/search/long_query_notification.tsx
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
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.