Skip to content

Commit c1b9cba

Browse files
Merge branch 'master' into feature/component_template_details
2 parents 1f485b6 + 4295dfe commit c1b9cba

File tree

127 files changed

+48884
-72192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+48884
-72192
lines changed

Jenkinsfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ library 'kibana-pipeline-library'
44
kibanaLibrary.load()
55

66
kibanaPipeline(timeoutMinutes: 155, checkPrChanges: true) {
7-
ciStats.trackBuild {
8-
githubPr.withDefaultPrComments {
7+
githubPr.withDefaultPrComments {
8+
ciStats.trackBuild {
99
catchError {
1010
retryable.enable()
1111
parallel([
@@ -53,10 +53,10 @@ kibanaPipeline(timeoutMinutes: 155, checkPrChanges: true) {
5353
])
5454
}
5555
}
56+
}
5657

57-
if (params.NOTIFY_ON_FAILURE) {
58-
slackNotifications.onFailure()
59-
kibanaPipeline.sendMail()
60-
}
58+
if (params.NOTIFY_ON_FAILURE) {
59+
slackNotifications.onFailure()
60+
kibanaPipeline.sendMail()
6161
}
6262
}

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.indexpattern._constructor_.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,13 @@ Constructs a new instance of the `IndexPattern` class
99
<b>Signature:</b>
1010

1111
```typescript
12-
constructor(id: string | undefined, getConfig: any, savedObjectsClient: SavedObjectsClientContract, apiClient: IIndexPatternsApiClient, patternCache: PatternCache, fieldFormats: FieldFormatsStartCommon, onNotification: OnNotification, onError: OnError);
12+
constructor(id: string | undefined, { getConfig, savedObjectsClient, apiClient, patternCache, fieldFormats, onNotification, onError, }: IndexPatternDeps);
1313
```
1414

1515
## Parameters
1616

1717
| Parameter | Type | Description |
1818
| --- | --- | --- |
1919
| id | <code>string &#124; undefined</code> | |
20-
| getConfig | <code>any</code> | |
21-
| savedObjectsClient | <code>SavedObjectsClientContract</code> | |
22-
| apiClient | <code>IIndexPatternsApiClient</code> | |
23-
| patternCache | <code>PatternCache</code> | |
24-
| fieldFormats | <code>FieldFormatsStartCommon</code> | |
25-
| onNotification | <code>OnNotification</code> | |
26-
| onError | <code>OnError</code> | |
20+
| { getConfig, savedObjectsClient, apiClient, patternCache, fieldFormats, onNotification, onError, } | <code>IndexPatternDeps</code> | |
2721

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.indexpattern.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export declare class IndexPattern implements IIndexPattern
1414
1515
| Constructor | Modifiers | Description |
1616
| --- | --- | --- |
17-
| [(constructor)(id, getConfig, savedObjectsClient, apiClient, patternCache, fieldFormats, onNotification, onError)](./kibana-plugin-plugins-data-public.indexpattern._constructor_.md) | | Constructs a new instance of the <code>IndexPattern</code> class |
17+
| [(constructor)(id, { getConfig, savedObjectsClient, apiClient, patternCache, fieldFormats, onNotification, onError, })](./kibana-plugin-plugins-data-public.indexpattern._constructor_.md) | | Constructs a new instance of the <code>IndexPattern</code> class |
1818
1919
## Properties
2020

docs/infrastructure/getting-started.asciidoc

Lines changed: 0 additions & 11 deletions
This file was deleted.
-5.75 KB
Binary file not shown.
-624 KB
Binary file not shown.
-490 KB
Binary file not shown.
-348 KB
Binary file not shown.
-1.29 KB
Binary file not shown.
-1.21 KB
Binary file not shown.

0 commit comments

Comments
 (0)