Skip to content

Commit 6833276

Browse files
author
Stacey Gammon
committed
Merge branch 'master' of github.com:elastic/kibana into 2020-03-25-typescript-map-embeddable
2 parents ee9bc9e + 9ec240a commit 6833276

File tree

690 files changed

+13161
-7425
lines changed

Some content is hidden

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

690 files changed

+13161
-7425
lines changed

.backportrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"upstream": "elastic/kibana",
3-
"branches": [{ "name": "7.x", "checked": true }, "7.6", "7.5", "7.4", "7.3", "7.2", "7.1", "7.0", "6.8", "6.7", "6.6", "6.5", "6.4", "6.3", "6.2", "6.1", "6.0", "5.6"],
3+
"branches": [{ "name": "7.x", "checked": true }, "7.7", "7.6", "7.5", "7.4", "7.3", "7.2", "7.1", "7.0", "6.8", "6.7", "6.6", "6.5", "6.4", "6.3", "6.2", "6.1", "6.0", "5.6"],
44
"labels": ["backport"]
55
}

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
/src/legacy/server/saved_objects/ @elastic/kibana-platform
132132
/src/legacy/server/status/ @elastic/kibana-platform
133133
/src/plugins/status_page/ @elastic/kibana-platform
134+
/src/plugins/saved_objects_management/ @elastic/kibana-platform
134135
/src/dev/run_check_published_api_changes.ts @elastic/kibana-platform
135136

136137
# Security

.github/paths-labeller.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
11
---
2+
- "Team:AppArch":
3+
- "src/plugins/bfetch/**/*.*"
4+
- "src/plugins/dashboard_embeddable_container/**/*.*"
5+
- "src/plugins/data/**/*.*"
6+
- "src/plugins/embeddable/**/*.*"
7+
- "src/plugins/expressions/**/*.*"
8+
- "src/plugins/inspector/**/*.*"
9+
- "src/plugins/ui_actions/**/*.*"
10+
- "src/plugins/visualizations/**/*.*"
11+
- "Feature:Embedding":
12+
- "src/plugins/embeddable/**/*.*"
13+
- "src/plugins/dashboard_embeddable_container/**/*.*"
214
- "Feature:Drilldowns":
315
- "x-pack/plugins/drilldowns/**/*.*"
16+
- "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/**/*.*"
17+
- "Feature:ExpressionLanguage":
18+
- "src/plugins/expressions/**/*.*"
19+
- "src/plugins/bfetch/**/*.*"

0 commit comments

Comments
 (0)