-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:elastic/kibana into pipeline-edit…
…or-part-mvp-2 * 'master' of github.com:elastic/kibana: (259 commits) SavedObjects bulkCreate API should return migrationVersion and strip the type & namespace from the id (#65150) Drilldown count tooltip (#65105) plugins logs start with "plugins." prefix (#65710) [ML] Fix pagination reset on search query update. (#65668) [SIEM] Add types to the mappings objects so extra keys cannot be introduced [apm] Update machine learning flyout and service maps docs (#65517) change api endpoint and throw error (#65790) [Maps] remove SLA percentage metric (#65718) [Reporting] APM integration for baseline performance measurements (#59967) fix(NA): noParse regex for windows on kbn optimizer (#65755) [ML] DFA: ensure at least one field is included in analysis before job can be created (#65320) [Data plugin] cleanup - remove unused getRoutes / routes from indexPattern object (#65683) Removed skip to enable test. (#65575) [Lens] Type safe migrations (#65576) [Canvas] Fix nav link behavior in Canvas (#65590) [Event log] Fix flaky test (#65658) [Alerting] changes preconfigured actions config from array to object (#65397) remove immediate functions from esqueue worker cycles (#65375) [Metrics UI] Fix isAbove to only display when threshold set (#65540) draft search profiler accessibility tests (#62357) ... # Conflicts: # x-pack/plugins/ingest_pipelines/public/application/components/pipeline_form/pipeline_form_fields.tsx
- Loading branch information
Showing
4,403 changed files
with
88,273 additions
and
38,274 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,31 @@ | ||
{ | ||
"upstream": "elastic/kibana", | ||
"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"], | ||
"labels": ["backport"] | ||
"targetBranchChoices": [ | ||
{ "name": "master", "checked": true }, | ||
{ "name": "7.x", "checked": true }, | ||
"7.8", | ||
"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" | ||
], | ||
"targetPRLabels": ["backport"], | ||
"branchLabelMapping": { | ||
"^v7.8.0$": "7.x", | ||
"^v(\\d+).(\\d+).\\d+$": "$1.$2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.