-
-
Notifications
You must be signed in to change notification settings - Fork 4
feat: new features, reusable schema validator, DTO implementation and update template generation #861
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
Draft
devalexanderdaza
wants to merge
30
commits into
jellydn:main
Choose a base branch
from
devalexanderdaza:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
feat: new features, reusable schema validator, DTO implementation and update template generation #861
Changes from 13 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
4363730
chore: update Node.js version to 20 in configuration files
devalexanderdaza aef0314
chore(deps): updated dependencies to latest compatible versions
devalexanderdaza 7569f30
feat: improve API documentation and validation for greeter service
devalexanderdaza f471e61
feat: add IRepository interface with CRUD and aggregation methods
devalexanderdaza 30a82a5
feat: implement product creation and retrieval endpoints with in-memo…
devalexanderdaza ca108c5
feat: update welcomeName in index.html to reflect new user
devalexanderdaza 44b215f
Revert "feat: update welcomeName in index.html to reflect new user"
devalexanderdaza a77974f
feat: add product service and repository with basic actions and tests
devalexanderdaza c8af88f
feat: refactor validation logic and reorganize repository interfaces
devalexanderdaza 06d7cf6
feat: add validation and improve API response structure for service a…
devalexanderdaza ca348c1
feat: add generate:dto script for creating new DTOs with Hygen and up…
devalexanderdaza e987de5
Merge branch 'develop'
devalexanderdaza 37576cb
fix: update services/greeter.service.ts
devalexanderdaza e893d2f
chore: remove unused
jellydn bb66019
chore: Update text on services/product/product.service.ts
devalexanderdaza e1e03fc
fix: correct schema definition for DTO generation in hello.ejs.t
devalexanderdaza 7b9ce80
fix: add repository to ServiceThis type and update context in create …
devalexanderdaza af15210
fix: update log message for parameter validation in welcome action
devalexanderdaza 0782c42
fix: update comments for repository interface and product service for…
devalexanderdaza ef18ca7
fix: add error handling for YAML file generation in hello.ejs.t
devalexanderdaza f49c5f1
fix: update import statement for consistency in product.service.ts
devalexanderdaza 64f20a2
fix: add error handling for product repository initialization in prod…
devalexanderdaza ad17261
fix: improve parameter validation for list action using zod schema
devalexanderdaza 6da4130
fix: enhance validation for list parameters with detailed error messages
devalexanderdaza 8723d8b
fix: update Node.js version requirement in README and refactor produc…
devalexanderdaza fb7095a
fix: update package.json to use pnpm for swagger generation and SDK t…
devalexanderdaza 287f38b
fix: add @vitest/coverage-v8 dependency for improved test coverage re…
devalexanderdaza edcb367
Initial plan
Copilot ad98325
Merge pull request #1 from devalexanderdaza/copilot/fix-8e337501-87be…
devalexanderdaza 87a5211
Merge pull request #2 from devalexanderdaza/develop
devalexanderdaza File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "recommendations": [ | ||
| "pavittarx.moleculer-snippets" | ||
| ] | ||
| } | ||
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.