Conversation
shikanime
marked this pull request as draft
September 18, 2026 09:20
shikanime
added this pull request to stack #2554
September 18, 2026 09:46
shikanime
removed this pull request from stack #2554
September 18, 2026 09:54
shikanime
changed the base branch from
pr/stage-strangler
to
pr/stage-migration
September 18, 2026 09:54
shikanime
added this pull request to stack #2753
September 18, 2026 09:54
shikanime
marked this pull request as ready for review
September 23, 2026 15:12
shikanime
force-pushed
the
pr/stage-nginx-routing
branch
from
September 23, 2026 15:50
45a917f to
0258166
Compare
shikanime
force-pushed
the
pr/stage-nginx-routing
branch
from
September 23, 2026 16:07
0258166 to
9688320
Compare
Ajoute le bloc `location /api/v1/stages` vers server-nestjs. Refs #2493 Signed-off-by: William Phetsinorath <william.phetsinorath-open@interieur.gouv.fr> Change-Id: Id581b73ea4e9e30f9306f4cd308ec24c6a6a6964
shikanime
force-pushed
the
pr/stage-nginx-routing
branch
from
September 23, 2026 16:25
9688320 to
02fca72
Compare
Contributor
|
🤖 Hey ! A preview of the application is available at : https://console-pr-2748.dso.cpin-hp.numerique-interieur.fr Please be patient, deployment may take a few minutes. |
StephaneTrebel
previously approved these changes
Sep 24, 2026
UserGuard on the stage routes resolves AuthService through the importing module; without AuthModule the backend crashed at boot. Co-authored-by: Automata <automata@shikanime.studio> Signed-off-by: William Phetsinorath <william.phetsinorath-open@interieur.gouv.fr>
UserGuard resolves UserPermissionService through the importing module as well; the guard crashed at boot with only AuthModule imported. Co-authored-by: Automata <automata@shikanime.studio> Signed-off-by: William Phetsinorath <william.phetsinorath-open@interieur.gouv.fr>
|
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.

0 New Issues
0 Fixed Issues
0 Accepted Issues
What
Extract the nginx-strangler routing change (
/api/v1/stages→ server-nestjs) from #2496 into this standalone PR.Why
Decouple the traffic-routing cut-over from the stage module migration so the nginx switch can land and be observed independently of #2496.
References
Depends on the server-nestjs stage routes from #2496; safe to merge only with or after it.
Signed-off-by: Shikanime Deva 22115108+shikanime@users.noreply.github.com