Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #528

Merged
merged 49 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
0b37018
feat: added session, password peroid module
andrechristikan Aug 18, 2024
d549e36
Merge branch 'development' of github.com:andrechristikan/ack-nestjs-b…
andrechristikan Aug 18, 2024
a7666ec
Merge branch 'main' of github.com:andrechristikan/ack-nestjs-boilerpl…
andrechristikan Aug 18, 2024
b5a1112
feat: update package, and add verification entity
andrechristikan Aug 19, 2024
64076c4
feat: added activity module
andrechristikan Aug 19, 2024
2939b22
feat: added activity module
andrechristikan Aug 21, 2024
c66bcb6
fix: print main.ts
andrechristikan Aug 21, 2024
510d42d
feat: session test
andrechristikan Aug 21, 2024
c9498fa
feat: updated github action
andrechristikan Aug 25, 2024
82fccf5
feat: fixed sesison module, updated dockerfile, update cicd
andrechristikan Aug 26, 2024
cfd276e
feat: added verification user module
andrechristikan Aug 26, 2024
307d1be
feat: cicd make separate and bugs versioning url
andrechristikan Aug 26, 2024
55161f2
fix: url password history
andrechristikan Aug 26, 2024
b179af6
feat: updated docker image
andrechristikan Aug 29, 2024
d5a1c46
fix: email migration
andrechristikan Sep 3, 2024
c3e8ae1
feat: remove active country, updated eslink rule
andrechristikan Sep 10, 2024
e215e9b
fix: bullmq & cached because of redis
andrechristikan Sep 11, 2024
31b0d0a
feat: fixed all things except unit test
andrechristikan Sep 13, 2024
5927a7b
fix: fixed linter
andrechristikan Sep 13, 2024
5ed0a5a
feat: fixed swagger schema, user system list added filter
andrechristikan Sep 17, 2024
dcf0783
feat: updated package
andrechristikan Sep 17, 2024
ab17ae0
fix: email queue param for sender
andrechristikan Sep 17, 2024
633826b
feat: sentry official package
andrechristikan Sep 19, 2024
63bbbc2
feat: sepately assets, add country flag, strict cors config, strict g…
andrechristikan Sep 26, 2024
b40f51b
feat: asset fix country and aws s3 service
andrechristikan Sep 26, 2024
37dcd56
fix: tested, adjustment
andrechristikan Sep 29, 2024
bf13505
update: github action
andrechristikan Sep 29, 2024
7081007
fix: rename github action, and rename repository
andrechristikan Oct 2, 2024
13b9e43
fix: database option for find one
andrechristikan Oct 3, 2024
36c2bde
feat: strict use mongoose
andrechristikan Oct 3, 2024
5f8bfdd
fix: remove unused import
andrechristikan Oct 3, 2024
7cf650a
fix: filter date pagination
andrechristikan Oct 3, 2024
342af57
fix: removed @type in request dto
andrechristikan Oct 7, 2024
d1bb424
fix: conflict exist database repo
andrechristikan Oct 7, 2024
ca72a08
feat: aws s3 option private and public
andrechristikan Oct 8, 2024
38dc380
feat: upload photo profile using aws s3 presign
andrechristikan Oct 11, 2024
12a984b
fix: aws country export
andrechristikan Oct 14, 2024
26579bd
feat: removed setting repo, change moment to luxon, remove asset repe…
andrechristikan Oct 15, 2024
406dc80
fix: migration
andrechristikan Oct 15, 2024
55370e6
feat: update package
andrechristikan Oct 15, 2024
cbf4b5a
feat: implement swc
andrechristikan Oct 16, 2024
b813064
fix: readme
andrechristikan Oct 16, 2024
87c8be9
feat: added cdn url for aws s3
andrechristikan Oct 16, 2024
073a0ca
feat: logger not finish yet
andrechristikan Oct 29, 2024
34ae0fc
feat: add logger with pino, fix prettier and eslint
andrechristikan Nov 3, 2024
e92af87
fix: aws s3 fixed
andrechristikan Nov 4, 2024
c71f651
fix: readme
andrechristikan Nov 5, 2024
1dcfa70
fix: resolve conflict
andrechristikan Nov 5, 2024
b8cec83
fix: github acction trigger
andrechristikan Nov 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dist/
swagger.json
.husky/
.github/
assets/

# Logs
logs/
Expand All @@ -24,4 +25,5 @@ dockerfile
docker-compose.yml
cspell.json
README.md
nodemon.json
nodemon.json
templates
25 changes: 17 additions & 8 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,27 @@ APP_NAME=NestJS_ACK
APP_ENV=development
APP_LANGUAGE=en
APP_TIMEZONE=Asia/Jakarta
APP_DEBUG=false

HTTP_ENABLE=true
HTTP_HOST=localhost
HTTP_PORT=3000

DEBUG_ENABLE=false

MIDDLEWARE_CORS_ORIGIN=*

URL_VERSIONING_ENABLE=true
URL_VERSION=1

DATABASE_URI=mongodb://host.docker.internal:27017,host.docker.internal:27018,host.docker.internal:27019/ack?retryWrites=true&w=majority&replicaSet=rs0
DATABASE_URI=mongodb://localhost:27017,localhost:27018,localhost:27019/ack?retryWrites=true&w=majority&replicaSet=rs0
DATABASE_DEBUG=false

AUTH_JWT_ISSUER=https://example.com
AUTH_JWT_AUDIENCE=ack

AUTH_JWT_ACCESS_TOKEN_EXPIRED=15m
AUTH_JWT_ACCESS_TOKEN_SECRET_KEY=1234567890
AUTH_JWT_REFRESH_TOKEN_EXPIRED=182d
AUTH_JWT_REFRESH_TOKEN_EXPIRED=7d
AUTH_JWT_REFRESH_TOKEN_SECRET_KEY=0987654321

AUTH_SOCIAL_GOOGLE_CLIENT_ID=
Expand All @@ -28,18 +31,24 @@ AUTH_SOCIAL_GOOGLE_CLIENT_SECRET=
AUTH_SOCIAL_APPLE_CLIENT_ID=
AUTH_SOCIAL_APPLE_SIGN_IN_CLIENT_ID=

AWS_S3_CREDENTIAL_KEY=
AWS_S3_CREDENTIAL_SECRET=
AWS_S3_REGION=ap-southeast-3
AWS_S3_BUCKET=
AWS_S3_PUBLIC_CREDENTIAL_KEY=
AWS_S3_PUBLIC_CREDENTIAL_SECRET=
AWS_S3_PUBLIC_REGION=ap-southeast-3
AWS_S3_PUBLIC_BUCKET=
AWS_S3_PUBLIC_CDN=
AWS_S3_PRIVATE_CREDENTIAL_KEY=
AWS_S3_PRIVATE_CREDENTIAL_SECRET=
AWS_S3_PRIVATE_REGION=ap-southeast-3
AWS_S3_PRIVATE_BUCKET=

AWS_SES_CREDENTIAL_KEY=
AWS_SES_CREDENTIAL_SECRET=
AWS_SES_REGION=ap-southeast-3

REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_USERNAME=
REDIS_PASSWORD=
REDIS_TLS=false

SENTRY_DSN=

Expand Down
298 changes: 0 additions & 298 deletions .github/workflows/ci-cd.yml

This file was deleted.

Loading
Loading