Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# Backport This will backport the following commits from `main` to `8.x`: - [π Streams: Centralize stream name helpers (#208148)](#208148) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Joe Reuter","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-01-24T10:25:56Z","message":"π Streams: Centralize stream name helpers (#208148)\n\nMost helpers for dealing with stream names are already centralized in\nthe `hierarchy.ts` helper, something non-trivial we did in multiple\nplaces is listing out all ancestors.\n\nThis PR is centralizing that as well - the idea is that we never mess\nwith `split('.')` and `join('.')` directly throughout the code base. If\nwe decide later on to give more structure to stream names (e.g. special\nhandling for DSNS names), it will be much easier to change it.","sha":"d75ffa914a2d5035d67f9dd4a77e87bdb38026c8","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:version","v8.18.0","Feature:Streams"],"title":"π Streams: Centralize stream name helpers","number":208148,"url":"https://github.com/elastic/kibana/pull/208148","mergeCommit":{"message":"π Streams: Centralize stream name helpers (#208148)\n\nMost helpers for dealing with stream names are already centralized in\nthe `hierarchy.ts` helper, something non-trivial we did in multiple\nplaces is listing out all ancestors.\n\nThis PR is centralizing that as well - the idea is that we never mess\nwith `split('.')` and `join('.')` directly throughout the code base. If\nwe decide later on to give more structure to stream names (e.g. special\nhandling for DSNS names), it will be much easier to change it.","sha":"d75ffa914a2d5035d67f9dd4a77e87bdb38026c8"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/208148","number":208148,"mergeCommit":{"message":"π Streams: Centralize stream name helpers (#208148)\n\nMost helpers for dealing with stream names are already centralized in\nthe `hierarchy.ts` helper, something non-trivial we did in multiple\nplaces is listing out all ancestors.\n\nThis PR is centralizing that as well - the idea is that we never mess\nwith `split('.')` and `join('.')` directly throughout the code base. If\nwe decide later on to give more structure to stream names (e.g. special\nhandling for DSNS names), it will be much easier to change it.","sha":"d75ffa914a2d5035d67f9dd4a77e87bdb38026c8"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Joe Reuter <[email protected]>
- Loading branch information