Skip to content

Commit e444eee

Browse files
committed
Merge remote-tracking branch 'upstream/master' into docs/testing
2 parents 696e99b + 204efae commit e444eee

File tree

735 files changed

+9867
-7319
lines changed

Some content is hidden

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

735 files changed

+9867
-7319
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
# The #CC# prefix delineates Code Coverage,
66
# used for the 'team' designator within Kibana Stats
77

8+
# Tech leads
9+
/dev_docs @elastic/kibana-tech-leads
10+
/packages/kbn-docs-utils/ @elastic/kibana-tech-leads @elastic/kibana-operations
11+
812
# App
913
/x-pack/plugins/discover_enhanced/ @elastic/kibana-app
1014
/x-pack/plugins/lens/ @elastic/kibana-app
@@ -201,6 +205,7 @@
201205
/test/functional/services/remote @elastic/kibana-qa
202206

203207
# Core
208+
/examples/hello_world/ @elastic/kibana-core
204209
/src/core/ @elastic/kibana-core
205210
/src/plugins/saved_objects_tagging_oss @elastic/kibana-core
206211
/config/kibana.yml @elastic/kibana-core

api_docs/charts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2539,7 +2539,7 @@
25392539
"text": "Adapters"
25402540
},
25412541
", ",
2542-
"SerializableState",
2542+
"Serializable",
25432543
">>"
25442544
],
25452545
"path": "src/plugins/charts/common/palette.ts",
@@ -2597,7 +2597,7 @@
25972597
"text": "Adapters"
25982598
},
25992599
", ",
2600-
"SerializableState",
2600+
"Serializable",
26012601
">>"
26022602
],
26032603
"path": "src/plugins/charts/common/palette.ts",

api_docs/dashboard.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,8 +1137,8 @@
11371137
"pluginId": "kibanaUtils",
11381138
"scope": "common",
11391139
"docId": "kibKibanaUtilsPluginApi",
1140-
"section": "def-common.SerializableState",
1141-
"text": "SerializableState"
1140+
"section": "def-common.Serializable",
1141+
"text": "Serializable"
11421142
}
11431143
],
11441144
"path": "src/plugins/dashboard/public/locator.ts",
@@ -1204,8 +1204,8 @@
12041204
"pluginId": "kibanaUtils",
12051205
"scope": "common",
12061206
"docId": "kibKibanaUtilsPluginApi",
1207-
"section": "def-common.SerializableState",
1208-
"text": "SerializableState"
1207+
"section": "def-common.Serializable",
1208+
"text": "Serializable"
12091209
},
12101210
") | undefined"
12111211
],
@@ -1334,8 +1334,8 @@
13341334
"pluginId": "kibanaUtils",
13351335
"scope": "common",
13361336
"docId": "kibKibanaUtilsPluginApi",
1337-
"section": "def-common.SerializableState",
1338-
"text": "SerializableState"
1337+
"section": "def-common.Serializable",
1338+
"text": "Serializable"
13391339
},
13401340
") | undefined"
13411341
],

0 commit comments

Comments
 (0)