-
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 'main' of github.com:elastic/kibana into updating_action…
…s_migration_logic
- Loading branch information
Showing
669 changed files
with
10,307 additions
and
11,550 deletions.
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
pageLoadAssetSize: | ||
advancedSettings: 27596 | ||
actions: 20000 | ||
alerting: 106936 | ||
apm: 64385 | ||
canvas: 1066647 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Pulling a list of PRs | ||
|
||
This folder contains files used to pull lists of Kibana PRs for release testing. | ||
|
||
`scripts/download_pr_list.js` is the cli wrapper. | ||
|
||
You must have a `GITHUB_TOKEN` either set in your environment or on command line like | ||
|
||
`GITHUB_TOKEN=<your token here> node scripts/download_pr_list.js` | ||
|
||
Run it with `--help` or without arguments for help. | ||
|
||
`kibana_qa_pr_list.json` is the file currently used by the Kibana QA team and also serves as an example. |
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 |
---|---|---|
@@ -0,0 +1,135 @@ | ||
{ | ||
"include": [ | ||
"v8.3.0" | ||
], | ||
"exclude": [ | ||
"v8.2.0", | ||
"v8.1.3", | ||
"v8.1.2", | ||
"v8.1.1", | ||
"v8.1.0", | ||
"v8.0.1", | ||
"v8.0.0", | ||
"v7.17.3", | ||
"v7.17.2", | ||
"v7.17.1", | ||
"v7.17.0", | ||
"v7.16.3", | ||
"v7.16.2", | ||
"v7.16.1", | ||
"v7.16.0", | ||
"v7.15.3", | ||
"v7.15.2", | ||
"v7.15.1", | ||
"v7.15.0", | ||
"v7.14.3", | ||
"v7.14.2", | ||
"v7.14.1", | ||
"v7.14.0", | ||
"v7.13.3", | ||
"v7.13.2", | ||
"v7.13.1", | ||
"v7.13.0", | ||
"v7.12.3", | ||
"v7.12.2", | ||
"v7.12.1", | ||
"v7.12.0", | ||
"v7.11.3", | ||
"v7.11.2", | ||
"v7.11.1", | ||
"v7.11.0", | ||
"v7.10.3", | ||
"v7.10.2", | ||
"v7.10.1", | ||
"v7.10.0", | ||
"v7.9.3", | ||
"v7.9.2", | ||
"v7.9.1", | ||
"v7.9.0", | ||
"v7.8.3", | ||
"v7.8.2", | ||
"v7.8.1", | ||
"v7.8.0", | ||
"v7.7.3", | ||
"v7.7.2", | ||
"v7.7.1", | ||
"v7.7.0", | ||
"v7.6.3", | ||
"v7.6.2", | ||
"v7.6.1", | ||
"v7.6.0", | ||
"v7.5.3", | ||
"v7.5.2", | ||
"v7.5.1", | ||
"v7.5.0", | ||
"v7.4.3", | ||
"v7.4.2", | ||
"v7.4.1", | ||
"v7.4.0", | ||
"v7.3.3", | ||
"v7.3.2", | ||
"v7.3.1", | ||
"v7.3.0", | ||
"v7.2.3", | ||
"v7.2.2", | ||
"v7.2.1", | ||
"v7.2.0", | ||
"v7.1.3", | ||
"v7.1.2", | ||
"v7.1.1", | ||
"v7.1.0", | ||
"v7.0.3", | ||
"v7.0.2", | ||
"v7.0.1", | ||
"v7.0.0", | ||
":ml", | ||
"Feature:Anomaly Detection", | ||
"Feature:Detections", | ||
"Feature:Endpoint", | ||
"Feature:Observability Landing - Milestone 1", | ||
"Feature:Osquery", | ||
"Feature:Transforms", | ||
"Synthetics", | ||
"Team: AWL: Platform", | ||
"Team: Actionable Observability", | ||
"Team: CTI", | ||
"Team: SecuritySolution", | ||
"Team:Asset Management", | ||
"Team:Cloud Security Posture", | ||
"Team:Detection Alerts", | ||
"Team:Detection Rules", | ||
"Team:Detections and Resp", | ||
"Team:Docs", | ||
"Team:Elasticsearch UI", | ||
"Team:Endpoint Data Visibility", | ||
"Team:Endpoint Management", | ||
"Team:Endpoint Response", | ||
"Team:EnterpriseSearch", | ||
"Team:Fleet", | ||
"Team:Infra Monitoring UI", | ||
"Team:Ingest Management", | ||
"Team:Observability", | ||
"Team:Onboarding and Lifecycle Mgt", | ||
"Team:Operations", | ||
"Team:QA", | ||
"Team:ResponseOps", | ||
"Team:SIEM", | ||
"Team:Security Solution Platform", | ||
"Team:Security", | ||
"Team:Threat Hunting", | ||
"Team:Threat Hunting:Explore", | ||
"Team:Threat Hunting:Investigations", | ||
"Team:WorkplaceSearch", | ||
"Team:WorkplaceSearch", | ||
"Team:apm", | ||
"Team:logs-metrics-ui", | ||
"Team:uptime", | ||
"bump", | ||
"docs", | ||
"failed-test", | ||
"Feature:Unit Testing", | ||
"Feature:Functional Testing", | ||
"test_xpack_functional" | ||
] | ||
} | ||
|
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.