Skip to content

docs: add NestJS DevTools link to README - #2389

Closed
shikanime wants to merge 8 commits into
mainfrom
wt/t_a0011a5a
Closed

docs: add NestJS DevTools link to README#2389
shikanime wants to merge 8 commits into
mainfrom
wt/t_a0011a5a

Conversation

@shikanime

Copy link
Copy Markdown
Member

Adds a link to the NestJS DevTools overview page (https://docs.nestjs.com/devtools/overview) in README.md, between the VS Code debugging section and the Docker images construction section.

shikanime and others added 8 commits July 29, 2026 11:02
Signed-off-by: William Phetsinorath <william.phetsinorath-open@interieur.gouv.fr>
Change-Id: I6f501bd1633ceb14edaa9bf2a324ea026a6a6964
Signed-off-by: William Phetsinorath <william.phetsinorath-open@interieur.gouv.fr>
Change-Id: I6f501bd1633ceb14edaa9bf2a324ea026a6a6964
Signed-off-by: William Phetsinorath <william.phetsinorath-open@interieur.gouv.fr>
Change-Id: I6f501bd1633ceb14edaa9bf2a324ea026a6a6964
Signed-off-by: William Phetsinorath <william.phetsinorath-open@interieur.gouv.fr>
Change-Id: I080adfe48d5b7f914fe9d92d83f5bc536a6a6964
Signed-off-by: William Phetsinorath <william.phetsinorath-open@interieur.gouv.fr>
Change-Id: I6f501bd1633ceb14edaa9bf2a324ea026a6a6964
Signed-off-by: William Phetsinorath <william.phetsinorath-open@interieur.gouv.fr>
Change-Id: I3ebbec188732c0b9b3a9d088d2cca9e26a6a6964
… with empty vars

The nestjs config refactor declared integration URL/secret fields as
required Zod fields and parsed them eagerly at module load
(registerAs(...).parse(process.env)). Empty integration vars in the
preview env crashed Nest at bootstrap, putting the pod in
CrashLoopBackOff and preventing kubectl from ever seeing a Ready pod.

Make integration URL/secret fields optional (empty string normalised to
undefined) so an integration is treated as disabled instead of fatal, and
guard each health indicator so a disabled integration reports 'not
configured' rather than calling fetch(undefined) (which would also keep
the readiness probe from going Ready).

Co-Authored-By: Operator 21O <noreply@21o.local>
Signed-off-by: Shikanime Deva <william.phetsinorath@shikanime.studio>
Adds a link to the NestJS DevTools overview page between the VS Code
debugging section and the Docker images construction section.

Co-authored-by: shikanime <shikanime@shikanime-labs.com>
@cloud-pi-native-sonarqube

Copy link
Copy Markdown

@shikanime shikanime closed this Jul 29, 2026
@shikanime
shikanime deleted the wt/t_a0011a5a branch July 29, 2026 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant