Skip to content

Commit 469147b

Browse files
Merge branch 'master' into issue-88744-sharing-saved-objects-guide
2 parents 555cbda + 1498a91 commit 469147b

File tree

604 files changed

+11391
-4212
lines changed

Some content is hidden

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

604 files changed

+11391
-4212
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

STYLEGUIDE.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ remove it, don't simply comment it out.
3535

3636
We are gradually moving the Kibana code base over to Prettier. All TypeScript code
3737
and some JavaScript code (check `.eslintrc.js`) is using Prettier to format code. You
38-
can run `node script/eslint --fix` to fix linting issues and apply Prettier formatting.
38+
can run `node scripts/eslint --fix` to fix linting issues and apply Prettier formatting.
3939
We recommend you to enable running ESLint via your IDE.
4040

4141
Whenever possible we are trying to use Prettier and linting over written style guide rules.

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)