refactor(user): strangler offload routes to server-nestjs - #2499
Draft
shikanime wants to merge 1 commit into
Draft
refactor(user): strangler offload routes to server-nestjs#2499shikanime wants to merge 1 commit into
shikanime wants to merge 1 commit into
Conversation
shikanime
force-pushed
the
pr/user-strangler
branch
from
August 14, 2026 13:54
644c755 to
f2e64db
Compare
shikanime
force-pushed
the
pr/user-strangler
branch
from
August 17, 2026 13:02
f2e64db to
242d980
Compare
shikanime
force-pushed
the
pr/user-strangler
branch
2 times, most recently
from
August 20, 2026 16:17
65cde9f to
e10a4e6
Compare
shikanime
force-pushed
the
pr/user-strangler
branch
from
August 21, 2026 12:30
e10a4e6 to
5b35174
Compare
shikanime
force-pushed
the
pr/user-strangler
branch
2 times, most recently
from
August 24, 2026 09:52
b862e08 to
d5e3502
Compare
Comment on lines
+7
to
+13
| import { | ||
| createUser as createUserQuery, | ||
| getAdminRolesByName, | ||
| getUsers, | ||
| getUsersByIds, | ||
| updateUserAdminRoleIds, | ||
| } from './user-queries.utils' |
Signed-off-by: William Phetsinorath <william.phetsinorath-open@interieur.gouv.fr> Change-Id: I39d0c71b5912f708ff91995e286f4e076a6a6964
shikanime
force-pushed
the
pr/user-strangler
branch
from
August 24, 2026 10:06
d5e3502 to
785dab3
Compare
|
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.

3 New Issues
0 Fixed Issues
0 Accepted Issues
Issues liées
Quel est le comportement actuel ?
Les routes
users(/api/v1/users) sont servies par l'ancienne application Fastifyapps/servervia le nginx strangler.Quel est le nouveau comportement ?
Offload du routage
/api/v1/usersde l'ancien serveur versserver-nestjsdans le nginx strangler.Cette PR est empilée sur la PR de migration du module
user(#2498) : le module étant migré, le strangler bascule le trafic versserver-nestjs.Cette PR introduit-elle un breaking change ?
Non.