Skip to content

Commit dbfadda

Browse files
Merge branch 'master' into new-field-format
2 parents 1cef50e + 3ef24aa commit dbfadda

679 files changed

Lines changed: 27460 additions & 9397 deletions

File tree

Some content is hidden

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

.ci/package-testing/Jenkinsfile

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#!/bin/groovy
2+
library 'kibana-pipeline-library'
3+
kibanaLibrary.load()
4+
kibanaPipeline(timeoutMinutes: 300) {
5+
slackNotifications.onFailure {
6+
ciStats.trackBuild {
7+
workers.ci(ramDisk: false, name: "package-build", size: 'l', runErrorReporter: false) {
8+
withGcpServiceAccount.fromVaultSecret('secret/kibana-issues/dev/ci-artifacts-key', 'value') {
9+
kibanaPipeline.bash("test/scripts/jenkins_xpack_package_build.sh", "Package builds")
10+
}
11+
}
12+
def packageTypes = ['deb', 'docker', 'rpm']
13+
def workers = [:]
14+
packageTypes.each { type ->
15+
workers["package-${type}"] = {
16+
testPackage(type)
17+
}
18+
}
19+
parallel(workers)
20+
}
21+
}
22+
}
23+
def testPackage(packageType) {
24+
workers.ci(ramDisk: false, name: "package-${packageType}", size: 's', runErrorReporter: false) {
25+
withGcpServiceAccount.fromVaultSecret('secret/kibana-issues/dev/ci-artifacts-key', 'value') {
26+
kibanaPipeline.bash("test/scripts/jenkins_xpack_package_${packageType}.sh", "Execute package testing for ${packageType}")
27+
}
28+
}
29+
}

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
#CC# /x-pack/plugins/file_upload @elastic/kibana-gis
148148
/src/plugins/tile_map/ @elastic/kibana-gis
149149
/src/plugins/region_map/ @elastic/kibana-gis
150+
/packages/kbn-mapbox-gl @elastic/kibana-gis
150151

151152
# Operations
152153
/src/dev/ @elastic/kibana-operations

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ npm-debug.log*
6060
.ci/runbld
6161
.ci/bash_standard_lib.sh
6262
.gradle
63+
.vagrant
6364

6465
## @cypress/snapshot from apm plugin
6566
snapshots.js

api_docs/apm.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
],
310310
"source": {
311311
"path": "x-pack/plugins/apm/server/plugin.ts",
312-
"lineNumber": 270
312+
"lineNumber": 269
313313
},
314314
"deprecated": false,
315315
"children": [
@@ -331,7 +331,7 @@
331331
],
332332
"source": {
333333
"path": "x-pack/plugins/apm/server/plugin.ts",
334-
"lineNumber": 270
334+
"lineNumber": 269
335335
},
336336
"deprecated": false,
337337
"isRequired": true
@@ -351,7 +351,7 @@
351351
],
352352
"source": {
353353
"path": "x-pack/plugins/apm/server/plugin.ts",
354-
"lineNumber": 289
354+
"lineNumber": 288
355355
},
356356
"deprecated": false,
357357
"children": [],
@@ -653,7 +653,13 @@
653653
"<unknown>>; delete: (deleteParams: { id: string; }) => Promise<",
654654
"DeleteResponse",
655655
">; } | undefined>; }; start: () => Promise<undefined>; }; ruleRegistry: { setup: ",
656-
"RuleDataPluginService",
656+
{
657+
"pluginId": "ruleRegistry",
658+
"scope": "server",
659+
"docId": "kibRuleRegistryPluginApi",
660+
"section": "def-server.RuleRegistryPluginSetupContract",
661+
"text": "RuleRegistryPluginSetupContract"
662+
},
657663
"; start: () => Promise<void>; }; security?: { setup: ",
658664
{
659665
"pluginId": "security",

api_docs/charts.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,9 @@
179179
"type": "Array",
180180
"tags": [],
181181
"label": "xValues",
182-
"description": [],
182+
"description": [
183+
"sorted and unquie x values"
184+
],
183185
"signature": [
184186
"number[]"
185187
],
@@ -417,7 +419,9 @@
417419
"type": "Object",
418420
"tags": [],
419421
"label": "splitSeriesAccessorFnMap",
420-
"description": [],
422+
"description": [
423+
"needed when using `splitSeriesAccessors` as `AccessorFn`"
424+
],
421425
"signature": [
422426
"Map<React.ReactText, ",
423427
"AccessorFn",

api_docs/core.json

Lines changed: 31 additions & 25 deletions
Large diffs are not rendered by default.

api_docs/core_application.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@
115115
"type": "string",
116116
"tags": [],
117117
"label": "basePath",
118-
"description": [],
118+
"description": [
119+
"the URL path scope for the sub history"
120+
],
119121
"signature": [
120122
"string"
121123
],
@@ -207,7 +209,9 @@
207209
"type": "CompoundType",
208210
"tags": [],
209211
"label": "pathOrLocation",
210-
"description": [],
212+
"description": [
213+
"a string or location descriptor"
214+
],
211215
"signature": [
212216
"string | ",
213217
"LocationDescriptorObject",
@@ -266,7 +270,9 @@
266270
"type": "CompoundType",
267271
"tags": [],
268272
"label": "pathOrLocation",
269-
"description": [],
273+
"description": [
274+
"a string or location descriptor"
275+
],
270276
"signature": [
271277
"string | ",
272278
"LocationDescriptorObject",
@@ -323,7 +329,9 @@
323329
"type": "number",
324330
"tags": [],
325331
"label": "n",
326-
"description": [],
332+
"description": [
333+
"number of positions in the stack to go. Negative numbers indicate number of entries backward, positive\nnumbers for forwards. If passed 0, the current location will be reloaded. If `n` exceeds the number of\nentries available, this is a no-op."
334+
],
327335
"signature": [
328336
"number"
329337
],
@@ -449,7 +457,9 @@
449457
"type": "Function",
450458
"tags": [],
451459
"label": "listener",
452-
"description": [],
460+
"description": [
461+
"a function that receives location updates."
462+
],
453463
"signature": [
454464
"(location: ",
455465
"Location",

api_docs/core_saved_objects.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,9 @@
161161
"type": "Array",
162162
"tags": [],
163163
"label": "objects",
164-
"description": [],
164+
"description": [
165+
"- [{ type, id, attributes, references, migrationVersion }]"
166+
],
165167
"signature": [
166168
{
167169
"pluginId": "core",
@@ -451,7 +453,9 @@
451453
"type": "Array",
452454
"tags": [],
453455
"label": "objects",
454-
"description": [],
456+
"description": [
457+
"- an array ids, or an array of objects containing id and optionally type"
458+
],
455459
"signature": [
456460
"{ id: string; type: string; }[]"
457461
],
@@ -9362,7 +9366,9 @@
93629366
"type": "string",
93639367
"tags": [],
93649368
"label": "namespace",
9365-
"description": [],
9369+
"description": [
9370+
"The namespace ID, which must be either a non-empty string or `undefined`."
9371+
],
93669372
"signature": [
93679373
"string | undefined"
93689374
],
@@ -9400,7 +9406,9 @@
94009406
"type": "string",
94019407
"tags": [],
94029408
"label": "namespace",
9403-
"description": [],
9409+
"description": [
9410+
"The namespace string, which must be non-empty."
9411+
],
94049412
"signature": [
94059413
"string"
94069414
],

0 commit comments

Comments
 (0)