Skip to content

Commit 4348b20

Browse files
Merge branch 'main' into internal_snooze_unsnooze
2 parents 182f7d9 + aee3c8e commit 4348b20

File tree

1,064 files changed

+64118
-24078
lines changed

Some content is hidden

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

1,064 files changed

+64118
-24078
lines changed

.buildkite/ftr_platform_stateful_configs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ enabled:
9393
- src/platform/test/functional/apps/discover/observability/config.ts
9494
- src/platform/test/functional/apps/discover/tabs/config.ts
9595
- src/platform/test/functional/apps/discover/tabs2/config.ts
96+
- src/platform/test/functional/apps/discover/tabs_disabled/config.ts
9697
- src/platform/test/functional/apps/getting_started/config.ts
9798
- src/platform/test/functional/apps/home/config.ts
9899
- src/platform/test/functional/apps/kibana_overview/config.ts

.buildkite/scout_ci_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ plugins:
1414

1515
packages:
1616
enabled:
17+
- kbn-streamlang-tests
1718
disabled:

.eslintrc.js

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1852,6 +1852,19 @@ module.exports = {
18521852
],
18531853
},
18541854

1855+
/**
1856+
* Search overrides
1857+
*/
1858+
1859+
{
1860+
files: ['x-pack/solutions/search/**/*.{ts,tsx}'],
1861+
excludedFiles: ['x-pack/solutions/search/**/*.test.tsx'],
1862+
rules: {
1863+
'@kbn/i18n/strings_should_be_translated_with_i18n': 'warn',
1864+
'@kbn/i18n/strings_should_be_translated_with_formatted_message': 'warn',
1865+
},
1866+
},
1867+
18551868
/**
18561869
* Enterprise Search overrides
18571870
* NOTE: We also have a single rule at the bottom of the file that
@@ -1902,8 +1915,6 @@ module.exports = {
19021915
'error',
19031916
{ vars: 'all', args: 'after-used', ignoreRestSiblings: true, varsIgnorePattern: '^_' },
19041917
],
1905-
'@kbn/i18n/strings_should_be_translated_with_i18n': 'warn',
1906-
'@kbn/i18n/strings_should_be_translated_with_formatted_message': 'warn',
19071918
'@kbn/telemetry/event_generating_elements_should_be_instrumented': 'warn',
19081919
},
19091920
},

.github/CODEOWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,7 @@ x-pack/platform/packages/shared/kbn-sample-parser @elastic/streams-program-team
930930
x-pack/platform/packages/shared/kbn-search-index-documents @elastic/search-kibana
931931
x-pack/platform/packages/shared/kbn-slo-schema @elastic/obs-ux-management-team
932932
x-pack/platform/packages/shared/kbn-streamlang @elastic/obs-ux-logs-team
933+
x-pack/platform/packages/shared/kbn-streamlang-tests @elastic/obs-ux-logs-team
933934
x-pack/platform/packages/shared/kbn-streams-ai @elastic/streams-program-team
934935
x-pack/platform/packages/shared/kbn-streams-schema @elastic/streams-program-team
935936
x-pack/platform/packages/shared/logs-overview @elastic/obs-ux-logs-team
@@ -1073,6 +1074,7 @@ x-pack/platform/test/plugin_api_integration/plugins/sample_task_plugin @elastic/
10731074
x-pack/platform/test/plugin_api_perf/plugins/task_manager_performance @elastic/response-ops
10741075
x-pack/platform/test/plugin_functional/plugins/global_search_test @elastic/kibana-core
10751076
x-pack/platform/test/reporting_api_integration/plugins/reporting_fixture @elastic/response-ops
1077+
x-pack/platform/test/reporting_api_integration/plugins/reporting_test_routes @elastic/response-ops
10761078
x-pack/platform/test/saved_object_api_integration/common/plugins/saved_object_test_plugin @elastic/kibana-security
10771079
x-pack/platform/test/security_api_integration/packages/helpers @elastic/kibana-security
10781080
x-pack/platform/test/security_api_integration/plugins/audit_log @elastic/kibana-security
@@ -1117,7 +1119,6 @@ x-pack/solutions/observability/plugins/observability_ai_assistant_app @elastic/o
11171119
x-pack/solutions/observability/plugins/observability_logs_explorer @elastic/obs-ux-logs-team
11181120
x-pack/solutions/observability/plugins/observability_onboarding @elastic/obs-ux-logs-team
11191121
x-pack/solutions/observability/plugins/observability_shared @elastic/observability-ui
1120-
x-pack/solutions/observability/plugins/observability_streams_wrapper @elastic/streams-program-team
11211122
x-pack/solutions/observability/plugins/profiling @elastic/obs-ux-infra_services-team
11221123
x-pack/solutions/observability/plugins/profiling_data_access @elastic/obs-ux-infra_services-team
11231124
x-pack/solutions/observability/plugins/serverless_observability @elastic/obs-ux-management-team

.github/workflows/copilot-request-review.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
request_review:
1212
name: Request review from Copilot
1313
runs-on: ubuntu-latest
14+
permissions:
15+
pull-requests: write
1416
if: github.event.repository.fork == false
1517
steps:
1618
- name: Check for team labels
@@ -40,8 +42,13 @@ jobs:
4042
GITHUB_TOKEN: ${{secrets.KIBANAMACHINE_TOKEN}}
4143
PR_NUMBER: ${{ github.event.pull_request.number }}
4244
run: |
43-
echo "Requesting Copilot review for PR #$PR_NUMBER"
45+
# "Requesting Copilot review for PR #$PR_NUMBER"
4446
4547
# Workaround from https://github.com/cli/cli/issues/10598
46-
gh api --method POST "/repos/elastic/kibana/pulls/${PR_NUMBER}/requested_reviewers" \
47-
-f "reviewers[]=copilot-pull-request-reviewer[bot]"
48+
if gh api --method POST "/repos/elastic/kibana/pulls/${PR_NUMBER}/requested_reviewers" \
49+
-f "reviewers[]=copilot-pull-request-reviewer[bot]" > /dev/null; then
50+
echo "Successfully requested Copilot review"
51+
else
52+
echo "Failed to request Copilot review"
53+
exit 1
54+
fi

config/serverless.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ xpack.product_intercept.interval: '90d'
295295
xpack.genAiSettings:
296296
showAiBreadcrumb: false
297297
showSpacesIntegration: false
298+
showAiAssistantsVisibilitySetting: false
298299

299300
## Feature flags overrides
300301
feature_flags.overrides:

docs/extend/plugin-list.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ mapped_pages:
227227
| [stackConnectors](https://github.com/elastic/kibana/blob/main/x-pack/platform/plugins/shared/stack_connectors/README.md) | The stack_connectors plugin provides connector types shipped with Kibana, built on top of the framework provided in the actions plugin. |
228228
| [streams](https://github.com/elastic/kibana/blob/main/x-pack/platform/plugins/shared/streams/README.md) | This plugin provides an interface to manage streams |
229229
| [streamsApp](https://github.com/elastic/kibana/blob/main/x-pack/platform/plugins/shared/streams_app/README.md) | Home of the Streams app plugin, which allows users to manage Streams via the UI. |
230-
| [streamsAppWrapper](https://github.com/elastic/kibana/blob/main/x-pack/solutions/observability/plugins/observability_streams_wrapper/README.md) | Observability-specific wrapper for the streams app. This is responsible for actually registering the app and making it accessible in observability contexts |
231230
| [synthetics](https://github.com/elastic/kibana/blob/main/x-pack/solutions/observability/plugins/synthetics/README.md) | The purpose of this plugin is to provide users of Heartbeat more visibility of what's happening in their infrastructure. |
232231
| [taskManager](https://github.com/elastic/kibana/blob/main/x-pack/platform/plugins/shared/task_manager/README.md) | The task manager is a generic system for running background tasks. |
233232
| [taskManagerDependencies](https://github.com/elastic/kibana/blob/main/x-pack/platform/plugins/private/task_manager_dependencies/README.md) | This plugin is used as a temporary sidecar plugin to enable the task manager plugin access to the encrypted saved objects client as there is a circular dependency if the task manager were to require the encrypted saved objects plugin directly. |

examples/portable_dashboards_example/public/static_by_value_example_panels.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[
22
{
33
"type": "visualization",
4-
"gridData": {
4+
"grid": {
55
"x": 0,
66
"y": 0,
77
"w": 28,
88
"h": 10,
99
"i": "a514e5f6-1d0d-4fe9-85a9-f7ba40665033"
1010
},
11-
"panelIndex": "a514e5f6-1d0d-4fe9-85a9-f7ba40665033",
12-
"panelConfig": {
11+
"uid": "a514e5f6-1d0d-4fe9-85a9-f7ba40665033",
12+
"config": {
1313
"savedVis": {
1414
"id": "",
1515
"title": "",
@@ -37,15 +37,15 @@
3737
},
3838
{
3939
"type": "lens",
40-
"gridData": {
40+
"grid": {
4141
"x": 30,
4242
"y": 0,
4343
"w": 20,
4444
"h": 21,
4545
"i": "b06b849e-f4fd-423c-a582-5c4bfec812c9"
4646
},
47-
"panelIndex": "b06b849e-f4fd-423c-a582-5c4bfec812c9",
48-
"panelConfig": {
47+
"uid": "b06b849e-f4fd-423c-a582-5c4bfec812c9",
48+
"config": {
4949
"title": "Destinations",
5050
"attributes": {
5151
"title": "",
@@ -144,14 +144,14 @@
144144
},
145145
{
146146
"type": "lens",
147-
"gridData": {
147+
"grid": {
148148
"x": 0,
149149
"y": 9,
150150
"w": 28,
151151
"h": 11,
152152
"i": "a4121cab-b6f2-4de3-af71-ec9b5a6f0a2a"
153153
},
154-
"panelIndex": "a4121cab-b6f2-4de3-af71-ec9b5a6f0a2a",
154+
"uid": "a4121cab-b6f2-4de3-af71-ec9b5a6f0a2a",
155155
"explicitInput": {
156156
"enhancements": {},
157157
"attributes": {

examples/unified_tabs_examples/public/example_app.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ export const UnifiedTabsExampleApp: React.FC<UnifiedTabsExampleAppProps> = ({
129129
items={managedItems}
130130
selectedItemId={managedSelectedItemId}
131131
recentlyClosedItems={[]}
132+
onClearRecentlyClosed={() => {}} // not implemented in this example
132133
maxItemsCount={25}
133134
services={services}
134135
onChanged={(updatedState) =>
@@ -141,6 +142,7 @@ export const UnifiedTabsExampleApp: React.FC<UnifiedTabsExampleAppProps> = ({
141142
getPreviewData={() =>
142143
TAB_CONTENT_MOCK[Math.floor(Math.random() * TAB_CONTENT_MOCK.length)]
143144
}
145+
onEBTEvent={() => {}}
144146
renderContent={({ label }) => {
145147
return (
146148
<EuiFlexGroup direction="column" gutterSize="none">

0 commit comments

Comments
 (0)