[Spaces] Move getSpaceIdFromPath to a separate package#221485
Merged
kowalczyk-krzysztof merged 7 commits intoelastic:mainfrom May 27, 2025
Merged
[Spaces] Move getSpaceIdFromPath to a separate package#221485kowalczyk-krzysztof merged 7 commits intoelastic:mainfrom
kowalczyk-krzysztof merged 7 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/kibana-security (Team:Security) |
jeramysoucy
reviewed
May 26, 2025
src/platform/packages/shared/kbn-spaces-utils/src/common/spaces_url_parser.ts
Show resolved
Hide resolved
…idfrompath' into chore/move-getspaceidfrompath
Contributor
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
Page load bundle
History
|
jeramysoucy
approved these changes
May 27, 2025
Contributor
jeramysoucy
left a comment
There was a problem hiding this comment.
Thanks for the update!
akowalska622
pushed a commit
to akowalska622/kibana
that referenced
this pull request
May 29, 2025
## Summary This PR creates a separate package with `getSpaceIdFromPath` exported to avoid creating a circular dependency in elastic#220138 --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Contributor
|
Starting backport for target branches: 8.19 https://github.com/elastic/kibana/actions/runs/15391305407 |
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
Member
Author
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kowalczyk-krzysztof
added a commit
to kowalczyk-krzysztof/kibana
that referenced
this pull request
Jun 2, 2025
## Summary This PR creates a separate package with `getSpaceIdFromPath` exported to avoid creating a circular dependency in elastic#220138 --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 7ac80fa) # Conflicts: # .github/CODEOWNERS # package.json # tsconfig.base.json # x-pack/platform/plugins/shared/spaces/tsconfig.json # yarn.lock
kowalczyk-krzysztof
added a commit
that referenced
this pull request
Jun 3, 2025
… (#222196) # Backport This will backport the following commits from `main` to `8.19`: - [[Spaces] Move getSpaceIdFromPath to a separate package (#221485)](#221485) <!--- Backport version: 10.0.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Krzysztof Kowalczyk","email":"krzysztof.kowalczyk@elastic.co"},"sourceCommit":{"committedDate":"2025-05-27T09:57:30Z","message":"[Spaces] Move getSpaceIdFromPath to a separate package (#221485)\n\n## Summary\n\nThis PR creates a separate package with `getSpaceIdFromPath` exported to\navoid creating a circular dependency in\nhttps://github.com//pull/220138\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"7ac80fa5a6352c7ede93691e60d3e4da81e051d0","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","Feature:Security/Spaces","release_note:skip","backport:version","v9.1.0","v8.19.0"],"title":"[Spaces] Move getSpaceIdFromPath to a separate package","number":221485,"url":"https://github.com/elastic/kibana/pull/221485","mergeCommit":{"message":"[Spaces] Move getSpaceIdFromPath to a separate package (#221485)\n\n## Summary\n\nThis PR creates a separate package with `getSpaceIdFromPath` exported to\navoid creating a circular dependency in\nhttps://github.com//pull/220138\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"7ac80fa5a6352c7ede93691e60d3e4da81e051d0"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/221485","number":221485,"mergeCommit":{"message":"[Spaces] Move getSpaceIdFromPath to a separate package (#221485)\n\n## Summary\n\nThis PR creates a separate package with `getSpaceIdFromPath` exported to\navoid creating a circular dependency in\nhttps://github.com//pull/220138\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"7ac80fa5a6352c7ede93691e60d3e4da81e051d0"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR creates a separate package with
getSpaceIdFromPathexported to avoid creating a circular dependency in #220138