-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dev/session/ui-revamp
- Loading branch information
Showing
27,976 changed files
with
108,974 additions
and
80,847 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,7 @@ | |
.idea | ||
.teamcity | ||
.yarn-local-mirror | ||
bazel-cache | ||
bazel-dist | ||
/bazel | ||
build | ||
node_modules | ||
target |
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 |
---|---|---|
|
@@ -46,4 +46,4 @@ snapshots.js | |
/packages/kbn-monaco/src/painless/antlr | ||
|
||
# Bazel | ||
/bazel-* | ||
/bazel |
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 |
---|---|---|
|
@@ -78,5 +78,5 @@ report.asciidoc | |
.yarn-local-mirror | ||
|
||
# Bazel | ||
/bazel-* | ||
/bazel | ||
/.bazelrc.user |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
exports_files( | ||
[ | ||
"tsconfig.json", | ||
"package.json" | ||
], | ||
visibility = ["//visibility:public"] | ||
) |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Source code in this repository is covered by (i) a dual license under the Server | ||
Side Public License, v 1 and the Elastic License or (ii) an Apache License 2.0 | ||
compatible license or (iii) solely under the Elastic License, in each case, as | ||
noted in the applicable header. The default throughout the repository is a dual | ||
license under the Server Side Public License, v 1 and the Elastic License, | ||
unless the header specifies another license. Code that is licensed solely under | ||
the Elastic License is found only in the x-pack folder. | ||
Side Public License, v 1 and the Elastic License 2.0 or (ii) an Apache License | ||
2.0 compatible license or (iii) solely under the Elastic License 2.0, in each | ||
case, as noted in the applicable header. The default throughout the repository | ||
is a dual license under the Server Side Public License, v 1 and the Elastic | ||
License 2.0, unless the header specifies another license. Code that is licensed | ||
solely under the Elastic License 2.0 is found only in the x-pack folder. |
18 changes: 0 additions & 18 deletions
18
...s/data/server/kibana-plugin-plugins-data-server.dataapirequesthandlercontext.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...erver/kibana-plugin-plugins-data-server.dataapirequesthandlercontext.session.md
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
.../plugins/data/server/kibana-plugin-plugins-data-server.iscopedsessionservice.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...s/data/server/kibana-plugin-plugins-data-server.iscopedsessionservice.search.md
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
...ver/kibana-plugin-plugins-data-server.isearchsessionservice.asscopedprovider.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- 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) > [ISearchSessionService](./kibana-plugin-plugins-data-server.isearchsessionservice.md) > [asScopedProvider](./kibana-plugin-plugins-data-server.isearchsessionservice.asscopedprovider.md) | ||
|
||
## ISearchSessionService.asScopedProvider property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
asScopedProvider: (core: CoreStart) => (request: KibanaRequest) => IScopedSearchSessionsClient<T>; | ||
``` |
18 changes: 18 additions & 0 deletions
18
.../plugins/data/server/kibana-plugin-plugins-data-server.isearchsessionservice.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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!-- 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) > [ISearchSessionService](./kibana-plugin-plugins-data-server.isearchsessionservice.md) | ||
|
||
## ISearchSessionService interface | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export interface ISearchSessionService<T = unknown> | ||
``` | ||
|
||
## Properties | ||
|
||
| Property | Type | Description | | ||
| --- | --- | --- | | ||
| [asScopedProvider](./kibana-plugin-plugins-data-server.isearchsessionservice.asscopedprovider.md) | <code>(core: CoreStart) => (request: KibanaRequest) => IScopedSearchSessionsClient<T></code> | | | ||
|
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
11 changes: 0 additions & 11 deletions
11
...ta/server/kibana-plugin-plugins-data-server.isessionservice.asscopedprovider.md
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
...opment/plugins/data/server/kibana-plugin-plugins-data-server.isessionservice.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.