-
Notifications
You must be signed in to change notification settings - Fork 16
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
adding nestjs-bullmq-postgres kit to main site #1087
Merged
Merged
Conversation
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
✅ Deploy Preview for starter-dev canceled.
|
* chore: setting up sequelize * chore: adding import for technology model * feat: adding technology files * fix: removing postgres file * fix: updating credentials in env example * [nestjs-bullmq-postgres]: setting up CORS (#1209) * chore: setting up CORS * fix: pinned dependencies * fix: removing default props * fix: removing extra start commands
* chore: setting up sequelize * chore: adding import for technology model * feat: adding technology files * fix: removing postgres file * fix: updating credentials in env example * docs: setting up API docs using swagger * fix: pinning dependencies * [nestjs-bullmq-postgres]: setting up CORS (#1209) * chore: setting up CORS * fix: pinned dependencies * fix: removing default props * chore: applying code review comments * fix: removing extra start commands
merging latest main .
* chore: adding health check for nest kit * refactor: remove failing health check test * fix: healthcheck for database connection
* test: adding unit tests for nest kit * fix: missing await
ihardz
reviewed
May 26, 2023
ihardz
reviewed
May 26, 2023
* feat: adding bull mq * fix: adding console logs for QueueProcessor * fix: IP host value for registerQueue * fix: host value
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
✅ Deploy Preview for shopify-next-tailwind canceled.
|
* docs: updating nestjs reame * docs: adding technology example * docs: adding swagger example
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
vyktoremario
approved these changes
Sep 25, 2023
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.
Type of change
Summary of change
This PR is responsible for adding the nest kit to the main site.
closes #1072
Checklist