-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4556 from novuhq/node-upgrade
v0.20.0 LTS node upgrade
- Loading branch information
Showing
103 changed files
with
205 additions
and
208 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -500,6 +500,8 @@ | |
"nextjs", | ||
"vanillajs", | ||
"errmsg", | ||
"devcontainer", | ||
"INITDB", | ||
"springboot", | ||
"errmsg", | ||
"shelljs", | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 16, 14, 12, 16-bullseye, 14-bullseye, 12-bullseye, 16-buster, 14-buster, 12-buster | ||
ARG VARIANT=16-bullseye | ||
ARG VARIANT=20-bullseye | ||
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT} | ||
|
||
# Install MongoDB command line tools if on buster and x86_64 (arm64 not supported) | ||
|
@@ -23,6 +23,3 @@ RUN . /etc/os-release \ | |
|
||
# [Optional] Uncomment if you want to install more global node modules | ||
RUN su node -c "npm install -g [email protected]" | ||
|
||
|
||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Empty file.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16.15.1 | ||
20.8.1 |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
GOOGLE_OAUTH_CLIENT_ID=11 | ||
GOOGLE_OAUTH_CLIENT_SECRET=11 | ||
GOOGLE_OAUTH_REDIRECT=http://localhost:3000/v1/auth/google/callback | ||
GOOGLE_OAUTH_REDIRECT=http://127.0.0.1:3000/v1/auth/google/callback | ||
STORE_ENCRYPTION_KEY="<ENCRYPTION_KEY_MUST_BE_32_LONG>" | ||
BLUEPRINT_CREATOR=645b648b36dd6d25f8650d37 | ||
|
||
CLIENT_SUCCESS_AUTH_REDIRECT=http://localhost:4200/auth/login | ||
CLIENT_SUCCESS_AUTH_REDIRECT=http://127.0.0.1:4200/auth/login | ||
|
||
MONGO_URL=mongodb://127.0.0.1:27017/novu-test | ||
REDIS_PORT=6379 | ||
|
@@ -36,8 +36,8 @@ REDIS_CLUSTER_KEEP_ALIVE= | |
REDIS_CLUSTER_FAMILY= | ||
REDIS_CLUSTER_KEY_PREFIX= | ||
|
||
SYNC_PATH=http://localhost:3001 | ||
API_ROOT_URL=http://localhost:3000 | ||
SYNC_PATH=http://127.0.0.1:3001 | ||
API_ROOT_URL=http://127.0.0.1:3000 | ||
DISABLE_USER_REGISTRATION=false | ||
PORT=1337 | ||
JWT_SECRET=ASD#asda23DFEFSFHG%fg | ||
|
@@ -46,14 +46,14 @@ SENDGRID_API_KEY=SG.123123 | |
S3_ACCESS_KEY= | ||
S3_SECRET= | ||
REDIS_ARENA_PORT=4568 | ||
FRONT_BASE_URL=http://localhost:4200 | ||
FRONT_BASE_URL=http://127.0.0.1:4200 | ||
RELEASLY_MAIL=[email protected] | ||
BACK_OFFICE_URL=http://localhost:5200 | ||
BACK_OFFICE_URL=http://127.0.0.1:5200 | ||
INTERCOM_API_KEY= | ||
GLOBAL_CONTEXT_PATH= | ||
API_CONTEXT_PATH= | ||
|
||
S3_LOCAL_STACK=http://localhost:4566 | ||
S3_LOCAL_STACK=http://127.0.0.1:4566 | ||
S3_BUCKET_NAME=novu-test | ||
S3_REGION=us-east-1 | ||
GCS_BUCKET_NAME=novu-test | ||
|
@@ -70,7 +70,7 @@ MAIL_SERVER_DOMAIN= | |
|
||
VERCEL_CLIENT_ID= | ||
VERCEL_CLIENT_SECRET= | ||
VERCEL_REDIRECT_URI=http://localhost:4200/auth/login | ||
VERCEL_REDIRECT_URI=http://127.0.0.1:4200/auth/login | ||
VERCEL_BASE_URL=https://api.vercel.com | ||
|
||
FF_IS_TOPIC_NOTIFICATION_ENABLED=true | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.