docs: add NestJS DevTools link to README - #2389
Closed
shikanime wants to merge 8 commits into
Closed
Conversation
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>
|
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
1 Fixed Issue
0 Accepted Issues
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.