Skip to content

Commit 244da07

Browse files
committed
Merge branch 'master' into saved-objects/scoped-client-with-extra-types
* master: (33 commits) [Saved Objects] adds support for including hidden types in saved objects client (elastic#66879) [Discover] Deangularize timechart header (elastic#66532) [Discover] Improve and unskip a11y context view test (elastic#66959) [SIEM] Refactor Timeline.timelineType draft to Timeline.status draft (elastic#66864) docs: update RUM documentation link (elastic#67042) [QA] fixup coverage ingestion tests. (elastic#66905) [Metrics UI] Add support for multiple groupings to Metrics Explorer (and Alerts) (elastic#66503) [Metrics UI] Add sorting for name and value to Inventory View (elastic#66644) [Metrics UI] Change Metric Threshold Alert charts to use bar charts (elastic#66672) [Uptime] Use React.lazy for alert type registration (elastic#66829) [Reporting] Consolidate API Integration Test configs (elastic#66637) Allow histogram fields in average and sum aggregations (elastic#66891) Fix saved object share link (elastic#66771) move role reset into the top level after clause (elastic#66971) Automate the labels for any PRs affecting files for the Ingest Management team (elastic#67022) [SIEMDPOINT] Move endpoint to siem (elastic#66907) server.uuid so is not used (elastic#66963) Revert "[ci/stats] fix git metadata collection (elastic#66840)" [Uptime] Unmount uptime app properly (elastic#66950) [Visualize] Bar chart: Show missing values on chart setting (elastic#66375) ...
2 parents ff9d788 + dfa22d1 commit 244da07

File tree

491 files changed

+6688
-31724
lines changed

Some content is hidden

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

491 files changed

+6688
-31724
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)