[streams-ui] Fix auto-generated CODEOWNERS entries by updating kibana.jsonc owner fields - #288217
[streams-ui] Fix auto-generated CODEOWNERS entries by updating kibana.jsonc owner fields#288217Supplementing wants to merge 3 commits into
Conversation
There was a problem hiding this comment.
The 6 kibana.jsonc owner edits and their matching CODEOWNERS lines look correct for the fleet → streams-ui rename. However, the regenerated CODEOWNERS also drops two unrelated ownership entries (flagged inline) that appear to be collateral from regenerating against a stale branch. Recommend rebasing on main and regenerating before merge.
Generated by Claude Reviewer for #288217 · opus · 99.9 AIC · ⌖ 14.4 AIC · ⊞ 5.1K
f20f87c to
af23402
Compare
0893806 to
7bef28d
Compare
There was a problem hiding this comment.
The 6 fleet→streams-ui owner changes in the kibana.jsonc files and their corresponding CODEOWNERS entries are consistent and correct. However, the two additional CODEOWNERS entry removals are not the stale-cleanup the description claims — both backing kibana.jsonc files still exist with valid owners at this PR's head commit. See inline comments; a rebase + regenerate should resolve it.
Generated by Claude Reviewer for #288217 · opus · 103.8 AIC · ⌖ 39.4 AIC · ⊞ 5.1K
070989e to
c46a4ea
Compare
…streams-ui via kibana.jsonc Update owner field in 6 kibana.jsonc files so that the auto-generated section of CODEOWNERS reflects the fleet→streams-ui team rename. Previous PR (elastic#284546) manually edited CODEOWNERS but the auto-generated section is driven by kibana.jsonc; CI regenerated and reverted those lines. Regenerated with: node scripts/generate codeowners Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0609d85 to
8a8813f
Compare
💔 Build Failed
Failed CI StepsMetrics [docs]
History
|
Summary
Followup to #284546, which transferred CODEOWNERS ownership from
@elastic/fleetto@elastic/streams-uias part of the fleet → streams-ui team rename. The top section of CODEOWNERS is auto-generated fromkibana.jsoncfiles vianode scripts/generate codeowners— CI regenerated it after merge and reverted the 6 entries that live in that section, because the sourcekibana.jsoncfiles were never updated.This PR fixes the root cause by updating the
ownerfield in the 6 affectedkibana.jsoncfiles and committing the regenerated CODEOWNERS output.Affected packages/plugins:
x-pack/platform/plugins/shared/fleetx-pack/platform/plugins/shared/fleet/cypresssrc/platform/packages/shared/deeplinks/fleetsrc/platform/packages/shared/kbn-yaml-loadersrc/platform/plugins/shared/custom_integrationsx-pack/platform/packages/shared/kbn-elastic-agent-condition-languageAll were solely owned by
@elastic/fleet; no co-owners were affected.Checklist
release_note:breakinglabel should be applied in these situations.release_note:*label is applied per the guidelinesbackport:*labels.Identify risks
No significant risks identified — config-only change, no runtime behavior affected.