Skip to content

Commit 3fcb5a8

Browse files
Merge branch 'master' into import-export-doc
2 parents 4f7c4df + 07e3c9c commit 3fcb5a8

File tree

467 files changed

+7510
-2178
lines changed

Some content is hidden

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

467 files changed

+7510
-2178
lines changed

.ci/Jenkinsfile_coverage

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ kibanaPipeline(timeoutMinutes: 240) {
1111
'CODE_COVERAGE=1', // Enables coverage. Needed for multiple ci scripts, such as remote.ts, test/scripts/*.sh, schema.js, etc.
1212
]) {
1313
workers.base(name: 'coverage-worker', size: 'l', ramDisk: false, bootstrapped: false) {
14-
kibanaCoverage.runTests()
15-
handleIngestion(TIME_STAMP)
14+
catchError {
15+
kibanaCoverage.runTests()
16+
handleIngestion(TIME_STAMP)
17+
}
18+
handleFail()
1619
}
1720
}
1821
kibanaPipeline.sendMail()
@@ -29,4 +32,13 @@ def handleIngestion(timestamp) {
2932
kibanaCoverage.uploadCoverageStaticSite(timestamp)
3033
}
3134

35+
def handleFail() {
36+
def buildStatus = buildUtils.getBuildStatus()
37+
if(params.NOTIFY_ON_FAILURE && buildStatus != 'SUCCESS' && buildStatus != 'ABORTED') {
38+
slackNotifications.sendFailedBuild(
39+
channel: '#kibana-qa',
40+
username: 'Kibana QA'
41+
)
42+
}
43+
}
3244

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.19.0
1+
10.21.0

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.19.0
1+
10.21.0

.sass-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ files:
44
- 'src/legacy/core_plugins/timelion/**/*.s+(a|c)ss'
55
- 'src/plugins/vis_type_vislib/**/*.s+(a|c)ss'
66
- 'src/plugins/vis_type_xy/**/*.s+(a|c)ss'
7-
- 'x-pack/legacy/plugins/security/**/*.s+(a|c)ss'
87
- 'x-pack/plugins/canvas/**/*.s+(a|c)ss'
98
- 'x-pack/plugins/triggers_actions_ui/**/*.s+(a|c)ss'
109
- 'x-pack/plugins/lens/**/*.s+(a|c)ss'
1110
- 'x-pack/plugins/cross_cluster_replication/**/*.s+(a|c)ss'
1211
- 'x-pack/legacy/plugins/maps/**/*.s+(a|c)ss'
1312
- 'x-pack/plugins/maps/**/*.s+(a|c)ss'
1413
- 'x-pack/plugins/spaces/**/*.s+(a|c)ss'
14+
- 'x-pack/plugins/security/**/*.s+(a|c)ss'
1515
ignore:
1616
- 'x-pack/plugins/canvas/shareable_runtime/**/*.s+(a|c)ss'
1717
rules:

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ kibanaPipeline(timeoutMinutes: 155, checkPrChanges: true) {
4141
'xpack-ciGroup9': kibanaPipeline.xpackCiGroupProcess(9),
4242
'xpack-ciGroup10': kibanaPipeline.xpackCiGroupProcess(10),
4343
'xpack-accessibility': kibanaPipeline.functionalTestProcess('xpack-accessibility', './test/scripts/jenkins_xpack_accessibility.sh'),
44+
'xpack-pageLoadMetrics': kibanaPipeline.functionalTestProcess('xpack-pageLoadMetrics', './test/scripts/jenkins_xpack_page_load_metrics.sh'),
4445
'xpack-securitySolutionCypress': { processNumber ->
4546
whenChanged(['x-pack/plugins/security_solution/', 'x-pack/test/security_solution_cypress/']) {
4647
kibanaPipeline.functionalTestProcess('xpack-securitySolutionCypress', './test/scripts/jenkins_security_solution_cypress.sh')(processNumber)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
| [SearchBar](./kibana-plugin-plugins-data-public.searchbar.md) | |
115115
| [SYNC\_SEARCH\_STRATEGY](./kibana-plugin-plugins-data-public.sync_search_strategy.md) | |
116116
| [syncQueryStateWithUrl](./kibana-plugin-plugins-data-public.syncquerystatewithurl.md) | Helper to setup syncing of global data with the URL |
117+
| [UI\_SETTINGS](./kibana-plugin-plugins-data-public.ui_settings.md) | |
117118

118119
## Type Aliases
119120

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) &gt; [UI\_SETTINGS](./kibana-plugin-plugins-data-public.ui_settings.md)
4+
5+
## UI\_SETTINGS variable
6+
7+
<b>Signature:</b>
8+
9+
```typescript
10+
UI_SETTINGS: {
11+
META_FIELDS: string;
12+
DOC_HIGHLIGHT: string;
13+
QUERY_STRING_OPTIONS: string;
14+
QUERY_ALLOW_LEADING_WILDCARDS: string;
15+
SEARCH_QUERY_LANGUAGE: string;
16+
SORT_OPTIONS: string;
17+
COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX: string;
18+
COURIER_SET_REQUEST_PREFERENCE: string;
19+
COURIER_CUSTOM_REQUEST_PREFERENCE: string;
20+
COURIER_MAX_CONCURRENT_SHARD_REQUESTS: string;
21+
COURIER_BATCH_SEARCHES: string;
22+
SEARCH_INCLUDE_FROZEN: string;
23+
HISTOGRAM_BAR_TARGET: string;
24+
HISTOGRAM_MAX_BARS: string;
25+
HISTORY_LIMIT: string;
26+
SHORT_DOTS_ENABLE: string;
27+
FORMAT_DEFAULT_TYPE_MAP: string;
28+
FORMAT_NUMBER_DEFAULT_PATTERN: string;
29+
FORMAT_PERCENT_DEFAULT_PATTERN: string;
30+
FORMAT_BYTES_DEFAULT_PATTERN: string;
31+
FORMAT_CURRENCY_DEFAULT_PATTERN: string;
32+
FORMAT_NUMBER_DEFAULT_LOCALE: string;
33+
TIMEPICKER_REFRESH_INTERVAL_DEFAULTS: string;
34+
TIMEPICKER_QUICK_RANGES: string;
35+
INDEXPATTERN_PLACEHOLDER: string;
36+
FILTERS_PINNED_BY_DEFAULT: string;
37+
FILTERS_EDITOR_SUGGEST_VALUES: string;
38+
}
39+
```

docs/development/plugins/data/server/kibana-plugin-plugins-data-server.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
| [fieldFormats](./kibana-plugin-plugins-data-server.fieldformats.md) | |
6363
| [indexPatterns](./kibana-plugin-plugins-data-server.indexpatterns.md) | |
6464
| [search](./kibana-plugin-plugins-data-server.search.md) | |
65+
| [UI\_SETTINGS](./kibana-plugin-plugins-data-server.ui_settings.md) | |
6566

6667
## Type Aliases
6768

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [kibana-plugin-plugins-data-server](./kibana-plugin-plugins-data-server.md) &gt; [UI\_SETTINGS](./kibana-plugin-plugins-data-server.ui_settings.md)
4+
5+
## UI\_SETTINGS variable
6+
7+
<b>Signature:</b>
8+
9+
```typescript
10+
UI_SETTINGS: {
11+
META_FIELDS: string;
12+
DOC_HIGHLIGHT: string;
13+
QUERY_STRING_OPTIONS: string;
14+
QUERY_ALLOW_LEADING_WILDCARDS: string;
15+
SEARCH_QUERY_LANGUAGE: string;
16+
SORT_OPTIONS: string;
17+
COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX: string;
18+
COURIER_SET_REQUEST_PREFERENCE: string;
19+
COURIER_CUSTOM_REQUEST_PREFERENCE: string;
20+
COURIER_MAX_CONCURRENT_SHARD_REQUESTS: string;
21+
COURIER_BATCH_SEARCHES: string;
22+
SEARCH_INCLUDE_FROZEN: string;
23+
HISTOGRAM_BAR_TARGET: string;
24+
HISTOGRAM_MAX_BARS: string;
25+
HISTORY_LIMIT: string;
26+
SHORT_DOTS_ENABLE: string;
27+
FORMAT_DEFAULT_TYPE_MAP: string;
28+
FORMAT_NUMBER_DEFAULT_PATTERN: string;
29+
FORMAT_PERCENT_DEFAULT_PATTERN: string;
30+
FORMAT_BYTES_DEFAULT_PATTERN: string;
31+
FORMAT_CURRENCY_DEFAULT_PATTERN: string;
32+
FORMAT_NUMBER_DEFAULT_LOCALE: string;
33+
TIMEPICKER_REFRESH_INTERVAL_DEFAULTS: string;
34+
TIMEPICKER_QUICK_RANGES: string;
35+
INDEXPATTERN_PLACEHOLDER: string;
36+
FILTERS_PINNED_BY_DEFAULT: string;
37+
FILTERS_EDITOR_SUGGEST_VALUES: string;
38+
}
39+
```

docs/images/add-data-fv.png

320 KB
Loading

0 commit comments

Comments
 (0)