Skip to content

Commit 80d96c2

Browse files
Merge branch 'master' into chore/bump-react-markdown
2 parents afadf78 + 3350bff commit 80d96c2

File tree

383 files changed

+5043
-4328
lines changed

Some content is hidden

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

383 files changed

+5043
-4328
lines changed

.github/paths-labeller.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
- "src/plugins/bfetch/**/*.*"
1111
- "Team:apm":
1212
- "x-pack/plugins/apm/**/*.*"
13-
- "x-pack/plugins/apm/**/*.*"
13+
- "Team:Ingest Management":
14+
- "x-pack/plugins/ingest_manager/**/*.*"
15+
- "x-pack/test/api_integration/apis/fleet/**/*.*"
16+
- "x-pack/test/epm_api_integration/**/*.*"
1417
- "Team:uptime":
1518
- "x-pack/plugins/uptime/**/*.*"

examples/alerting_example/kibana.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"id": "alertingExample",
33
"version": "0.0.1",
44
"kibanaVersion": "kibana",
5-
"configPath": ["alerting_example"],
65
"server": true,
76
"ui": true,
87
"requiredPlugins": ["triggers_actions_ui", "charts", "data", "alerting", "actions"],

examples/bfetch_explorer/kibana.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"id": "bfetchExplorer",
33
"version": "0.0.1",
44
"kibanaVersion": "kibana",
5-
"configPath": ["bfetch_explorer"],
65
"server": true,
76
"ui": true,
87
"requiredPlugins": ["bfetch"],

examples/demo_search/kibana.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"id": "demoSearch",
33
"version": "0.0.1",
44
"kibanaVersion": "kibana",
5-
"configPath": ["demoSearch"],
65
"server": true,
76
"ui": true,
87
"requiredPlugins": ["data"],

examples/embeddable_examples/kibana.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"id": "embeddableExamples",
33
"version": "0.0.1",
44
"kibanaVersion": "kibana",
5-
"configPath": ["embeddable_examples"],
65
"server": true,
76
"ui": true,
87
"requiredPlugins": ["embeddable"],

examples/embeddable_explorer/kibana.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"id": "embeddableExplorer",
33
"version": "0.0.1",
44
"kibanaVersion": "kibana",
5-
"configPath": ["embeddable_explorer"],
65
"server": false,
76
"ui": true,
87
"requiredPlugins": ["uiActions", "inspector", "embeddable", "embeddableExamples"],

examples/search_explorer/kibana.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"id": "searchExplorer",
33
"version": "0.0.1",
44
"kibanaVersion": "kibana",
5-
"configPath": ["search_explorer"],
65
"server": false,
76
"ui": true,
87
"requiredPlugins": ["data", "demoSearch"],

examples/state_containers_examples/kibana.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"id": "stateContainersExamples",
33
"version": "0.0.1",
44
"kibanaVersion": "kibana",
5-
"configPath": ["state_containers_examples"],
65
"server": true,
76
"ui": true,
87
"requiredPlugins": ["navigation", "data"],

examples/ui_action_examples/kibana.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"id": "uiActionsExamples",
33
"version": "0.0.1",
44
"kibanaVersion": "kibana",
5-
"configPath": ["ui_actions_examples"],
65
"server": false,
76
"ui": true,
87
"requiredPlugins": ["uiActions"],

examples/ui_actions_explorer/kibana.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"id": "uiActionsExplorer",
33
"version": "0.0.1",
44
"kibanaVersion": "kibana",
5-
"configPath": ["ui_actions_explorer"],
65
"server": false,
76
"ui": true,
87
"requiredPlugins": ["uiActions", "uiActionsExamples"],

0 commit comments

Comments
 (0)