Commit 4325394
authored
refactor: regenerate project by use nest cli (#13)
* wip
* docs: remove wrong READMD.md
* style: apply lint
* feat: add event handler
* feat: add account query
* style: apply lint
* feat: add account controller, update password command
* style: apply lint
* refactor: add integration event
* refactor: add app service for config with env
* refactor: implement infrastructure
* fix: app controller
* test: remove useless test
* refactor: add provider to module
* refactor: add access modifiers in handler
* refactor: handle redis connection error
* refactor: default database connection and error handling
* fix: add mysql package
* refactor: remove default export and ommit public access modifier
* test: add account spec
* style: apply lint
* test: fix jest config
* refactor: rename and restructuring about infrastructure
* fix: wrong created empty account entity when get account new id
* fix: connect rabbitMQ recursively
* fix: unhandled account opened event
* refactor: event handler access modifier and event log
* fix: encrypt password when account open
* feat: add remit to controller
* refactor: add dto validation
* chore: rename infrastructure entity directory
* chore: update packages
* feat: remove unusable data in query result
* fix: dto validation
* test: update account domain spec
* doc: add swagger1 parent f2bdd81 commit 4325394
File tree
135 files changed
+4076
-10460
lines changed- helm
- templates
- tests
- src
- accounts
- application
- commands
- events
- queries
- domain
- events
- infrastructure
- cache
- entities
- message
- queries
- repositories
- interface
- dto
- account
- application
- command
- handlers
- implements
- event
- handlers
- implements
- query
- handlers
- implements
- domain
- event
- model
- infrastructure
- cache
- entity
- message
- interface
- dto
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
135 files changed
+4076
-10460
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
4 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 3 | + | |
| 4 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments