Skip to content

Commit 662835d

Browse files
authored
Merge branch 'main' into chore/remove-transform-task
2 parents f45a503 + c283ca5 commit 662835d

File tree

2,357 files changed

+100511
-19952
lines changed

Some content is hidden

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

2,357 files changed

+100511
-19952
lines changed

.buildkite/ftr_configs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ disabled:
5555
- x-pack/plugins/synthetics/e2e/config.ts
5656
- x-pack/plugins/synthetics/e2e/synthetics_run.ts
5757
- x-pack/plugins/ux/e2e/synthetics_run.ts
58-
- x-pack/plugins/observability/e2e/synthetics_run.ts
58+
- x-pack/plugins/exploratory_view/e2e/synthetics_run.ts
5959

6060
# Configs that exist but weren't running in CI when this file was introduced
6161
- x-pack/test/alerting_api_integration/security_and_spaces/group2/tests/actions/config.ts

.buildkite/pipelines/pull_request/observability_plugin.yml renamed to .buildkite/pipelines/pull_request/exploratory_view_plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
steps:
22
- command: .buildkite/scripts/steps/functional/observability_plugin.sh
3-
label: 'Observability @elastic/synthetics Tests'
3+
label: 'Exploratory View @elastic/synthetics Tests'
44
agents:
55
queue: n2-4-spot
66
depends_on: build
77
timeout_in_minutes: 120
88
artifact_paths:
9-
- 'x-pack/plugins/observability/e2e/.journeys/**/*'
9+
- 'x-pack/plugins/exploratory_view/e2e/.journeys/**/*'
1010
retry:
1111
automatic:
1212
- exit_status: '-1'

.buildkite/scripts/pipelines/pull_request/pipeline.ts

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -137,25 +137,20 @@ const uploadPipeline = (pipelineContent: string | object) => {
137137
pipeline.push(getPipeline('.buildkite/pipelines/pull_request/osquery_cypress.yml'));
138138
}
139139

140-
if (await doAnyChangesMatch([/^x-pack\/plugins\/observability/])) {
141-
pipeline.push(getPipeline('.buildkite/pipelines/pull_request/observability_plugin.yml'));
140+
if (await doAnyChangesMatch([/^x-pack\/plugins\/exploratory_view/])) {
141+
pipeline.push(getPipeline('.buildkite/pipelines/pull_request/exploratory_view_plugin.yml'));
142142
}
143143

144144
if (
145145
await doAnyChangesMatch([
146146
/^x-pack\/plugins\/synthetics/,
147-
/^x-pack\/plugins\/observability\/public\/components\/shared\/exploratory_view/,
147+
/^x-pack\/plugins\/exploratory_view/,
148148
])
149149
) {
150150
pipeline.push(getPipeline('.buildkite/pipelines/pull_request/synthetics_plugin.yml'));
151151
}
152152

153-
if (
154-
await doAnyChangesMatch([
155-
/^x-pack\/plugins\/ux/,
156-
/^x-pack\/plugins\/observability\/public\/components\/shared\/exploratory_view/,
157-
])
158-
) {
153+
if (await doAnyChangesMatch([/^x-pack\/plugins\/ux/, /^x-pack\/plugins\/exploratory_view/])) {
159154
pipeline.push(getPipeline('.buildkite/pipelines/pull_request/ux_plugin_e2e.yml'));
160155
}
161156

.eslintrc.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,7 @@ module.exports = {
867867
files: [
868868
'x-pack/plugins/apm/**/*.{js,mjs,ts,tsx}',
869869
'x-pack/plugins/observability/**/*.{js,mjs,ts,tsx}',
870+
'x-pack/plugins/exploratory_view/**/*.{js,mjs,ts,tsx}',
870871
'x-pack/plugins/ux/**/*.{js,mjs,ts,tsx}',
871872
],
872873
rules: {
@@ -886,7 +887,11 @@ module.exports = {
886887
},
887888
},
888889
{
889-
files: ['x-pack/plugins/apm/**/*.stories.*', 'x-pack/plugins/observability/**/*.stories.*'],
890+
files: [
891+
'x-pack/plugins/apm/**/*.stories.*',
892+
'x-pack/plugins/observability/**/*.stories.*',
893+
'x-pack/plugins/exploratory_view/**/*.stories.*',
894+
],
890895
rules: {
891896
'react/function-component-definition': [
892897
'off',
@@ -901,6 +906,7 @@ module.exports = {
901906
files: [
902907
'x-pack/plugins/apm/**/*.{js,mjs,ts,tsx}',
903908
'x-pack/plugins/observability/**/*.{js,mjs,ts,tsx}',
909+
'x-pack/plugins/exploratory_view/**/*.{js,mjs,ts,tsx}',
904910
'x-pack/plugins/ux/**/*.{js,mjs,ts,tsx}',
905911
'x-pack/plugins/synthetics/**/*.{js,mjs,ts,tsx}',
906912
'x-pack/plugins/infra/**/*.{js,mjs,ts,tsx}',

.github/CODEOWNERS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ packages/core/http/core-http-router-server-mocks @elastic/kibana-core
175175
packages/core/http/core-http-server @elastic/kibana-core
176176
packages/core/http/core-http-server-internal @elastic/kibana-core
177177
packages/core/http/core-http-server-mocks @elastic/kibana-core
178+
packages/core/http/core-http-versioned-router-server-internal @elastic/kibana-core
178179
packages/core/i18n/core-i18n-browser @elastic/kibana-core
179180
packages/core/i18n/core-i18n-browser-internal @elastic/kibana-core
180181
packages/core/i18n/core-i18n-browser-mocks @elastic/kibana-core
@@ -284,7 +285,6 @@ packages/core/usage-data/core-usage-data-base-server-internal @elastic/kibana-co
284285
packages/core/usage-data/core-usage-data-server @elastic/kibana-core
285286
packages/core/usage-data/core-usage-data-server-internal @elastic/kibana-core
286287
packages/core/usage-data/core-usage-data-server-mocks @elastic/kibana-core
287-
packages/core/versioning/core-version-http-server @elastic/kibana-core
288288
x-pack/plugins/cross_cluster_replication @elastic/platform-deployment-management
289289
packages/kbn-crypto @elastic/kibana-security
290290
packages/kbn-crypto-browser @elastic/kibana-core
@@ -344,6 +344,7 @@ x-pack/plugins/event_log @elastic/response-ops
344344
packages/kbn-expandable-flyout @elastic/security-threat-hunting-investigations
345345
packages/kbn-expect @elastic/kibana-operations
346346
x-pack/examples/exploratory_view_example @elastic/uptime
347+
x-pack/plugins/exploratory_view @elastic/uptime
347348
src/plugins/expression_error @elastic/kibana-presentation
348349
src/plugins/chart_expressions/expression_gauge @elastic/kibana-visualizations
349350
src/plugins/chart_expressions/expression_heatmap @elastic/kibana-visualizations
@@ -813,6 +814,7 @@ packages/kbn-yarn-lock-validator @elastic/kibana-operations
813814
/x-pack/test/functional/es_archives/uptime @elastic/uptime
814815
/x-pack/test/functional/services/uptime @elastic/uptime
815816
/x-pack/test/api_integration/apis/uptime @elastic/uptime
817+
/x-pack/test/api_integration/apis/synthetics @elastic/uptime
816818
/x-pack/plugins/observability/public/components/shared/exploratory_view @elastic/uptime
817819
/x-pack/plugins/observability/public/components/shared/field_value_suggestions @elastic/uptime
818820
/x-pack/plugins/observability/public/components/shared/core_web_vitals @elastic/uptime

.github/workflows/add-to-ao-project.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ on:
33
issues:
44
types: [labeled]
55
jobs:
6-
sync_issues_with_table:
7-
runs-on: ubuntu-latest
6+
add_to_project:
87
name: Add issues to project
8+
runs-on: ubuntu-latest
99
if: |
1010
github.event.label.name == 'Team: Actionable Observability'
1111
steps:
@@ -19,5 +19,4 @@ jobs:
1919
]
2020
env:
2121
GRAPHQL_API_BASE: 'https://api.github.com'
22-
PAT_TOKEN: ${{ secrets.PROJECT_ASSIGNER_TOKEN }}
2322
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/add-to-imui-project.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ jobs:
2323
]
2424
env:
2525
GRAPHQL_API_BASE: 'https://api.github.com'
26-
PAT_TOKEN: ${{ secrets.PROJECT_ASSIGNER_TOKEN }}
2726
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

api_docs/actions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions
88
title: "actions"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the actions plugin
11-
date: 2023-03-23
11+
date: 2023-03-29
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
1313
---
1414
import actionsObj from './actions.devdocs.json';

api_docs/advanced_settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings
88
title: "advancedSettings"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the advancedSettings plugin
11-
date: 2023-03-23
11+
date: 2023-03-29
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
1313
---
1414
import advancedSettingsObj from './advanced_settings.devdocs.json';

api_docs/aiops.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops
88
title: "aiops"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the aiops plugin
11-
date: 2023-03-23
11+
date: 2023-03-29
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
1313
---
1414
import aiopsObj from './aiops.devdocs.json';

0 commit comments

Comments
 (0)