-
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
[Partial Results] Move other bucket into Search Source #96384
Merged
Merged
Changes from 8 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
173b1b9
Move inspector adapter integration into search source
d3c9dbb
docs and ts
f927075
Merge branch 'master' of github.com:elastic/kibana into search/inspec…
f44c320
Merge branch 'master' of github.com:elastic/kibana into search/inspec…
413b462
Move other bucket to search source
7862457
test ts + delete unused tabilfy function
1bd2887
Merge branch 'master' of github.com:elastic/kibana into search/move-o…
f22bab9
Merge branch 'master' of github.com:elastic/kibana into search/move-o…
b9301dd
hierarchical param in aggconfig.
e88df9d
fix jest
47b9944
separate inspect
b9ce734
jest
2976277
inspector
8d4aafe
Error handling and more tests
f2d202e
Merge branch 'master' of github.com:elastic/kibana into search/move-o…
f5e9a1b
Merge branch 'master' of github.com:elastic/kibana into search/move-o…
c7514ee
put the fun in functional tests
ebb3f7e
Merge branch 'master' of github.com:elastic/kibana into search/move-o…
2250735
code review
164319b
Add functional test for other bucket in search example app
1c60934
Merge branch 'master' into search/move-other-bucket
kibanamachine cde09cf
Merge branch 'master' of github.com:elastic/kibana into search/move-o…
01b0f26
test
5ba1d9e
test
0b89ce3
Merge branch 'search/move-other-bucket' of github.com:lizozom/kibana …
c39309d
ts
e6f9042
test
4cab9fb
Merge branch 'master' of github.com:elastic/kibana into search/move-o…
49e72a0
test
56a2d82
ts
d3f2836
Merge branch 'master' into search/move-other-bucket
kibanamachine c3f0872
Merge branch 'master' into search/move-other-bucket
lizozom 95e6acf
Merge branch 'master' of github.com:elastic/kibana into search/move-o…
d098ce6
Merge branch 'search/move-other-bucket' of github.com:lizozom/kibana …
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
8 changes: 5 additions & 3 deletions
8
...public.isearchoptions.requestresponder.md → ...s-data-public.isearchoptions.inspector.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
<!-- 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) > [ISearchOptions](./kibana-plugin-plugins-data-public.isearchoptions.md) > [requestResponder](./kibana-plugin-plugins-data-public.isearchoptions.requestresponder.md) | ||
[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [ISearchOptions](./kibana-plugin-plugins-data-public.isearchoptions.md) > [inspector](./kibana-plugin-plugins-data-public.isearchoptions.inspector.md) | ||
|
||
## ISearchOptions.requestResponder property | ||
## ISearchOptions.inspector property | ||
|
||
Inspector integration options | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
requestResponder?: RequestResponder; | ||
inspector?: IInspectorInfo; | ||
``` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,5 @@ | |
<b>Signature:</b> | ||
|
||
```typescript | ||
aggs?: any; | ||
aggs?: object | IAggConfigs | (() => object); | ||
``` |
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
8 changes: 5 additions & 3 deletions
8
...server.isearchoptions.requestresponder.md → ...s-data-server.isearchoptions.inspector.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-data-server](./kibana-plugin-plugins-data-server.md) > [ISearchOptions](./kibana-plugin-plugins-data-server.isearchoptions.md) > [requestResponder](./kibana-plugin-plugins-data-server.isearchoptions.requestresponder.md) | ||
[Home](./index.md) > [kibana-plugin-plugins-data-server](./kibana-plugin-plugins-data-server.md) > [ISearchOptions](./kibana-plugin-plugins-data-server.isearchoptions.md) > [inspector](./kibana-plugin-plugins-data-server.isearchoptions.inspector.md) | ||
|
||
## ISearchOptions.requestResponder property | ||
## ISearchOptions.inspector property | ||
|
||
Inspector integration options | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
requestResponder?: RequestResponder; | ||
inspector?: IInspectorInfo; | ||
``` |
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.
Introduced response typing, but I don't want to broaden the refactoring of this code