fix: preserve nested repo paths in embeds#263
fix: preserve nested repo paths in embeds#263mariusvniekerk wants to merge 1 commit intofix-kata-52-explicit-embed-providerfrom
Conversation
|
This change is part of the following stack: Change managed by git-spice. |
roborev: Combined Review (
|
fd72bea to
974f6f5
Compare
roborev: Combined Review (
|
dfb5e5f to
291bdf5
Compare
974f6f5 to
8e6fd1e
Compare
roborev: Combined Review (
|
roborev: Combined Review (
|
291bdf5 to
c5120e9
Compare
5b2103a to
fe18f36
Compare
roborev: Combined Review (
|
c5120e9 to
8be5f22
Compare
fe18f36 to
fbcf17c
Compare
roborev: Combined Review (
|
8be5f22 to
8c5f63c
Compare
fbcf17c to
6fe535f
Compare
roborev: Combined Review (
|
Embed detail routes now carry repo_path as an encoded query value and derive display owner/name from it. The sidebar receives the exact repoPath so GitLab group/subgroup repositories are no longer flattened. test: cover nested GitLab embed detail API path The nested repo_path embed route depends on the real HTTP route preserving an encoded owner path through SQLite lookup, so cover that path outside mocked Playwright responses.
8c5f63c to
c5367e0
Compare
6fe535f to
6fd2fe9
Compare
roborev: Combined Review (
|
Embed detail routes now carry repo_path as an encoded query value and derive display owner/name from it. The sidebar receives the exact repoPath so GitLab group/subgroup repositories are no longer flattened.