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

feat: RMQ context type + nestjs upgrade to v7.5.5 #359

Closed
wants to merge 5 commits into from
Closed

feat: RMQ context type + nestjs upgrade to v7.5.5 #359

wants to merge 5 commits into from

Conversation

underfisk
Copy link
Contributor

@underfisk underfisk commented Jan 11, 2022

Initially, there was request #350 that proposed to fix the contextType to RMQ instead of relying on the default http avoiding null pointer exceptions.
In fact that is true, when attempting to get anything from RMQ inside (lets say a guard) it will not return anything valid

Tested this change and it does not introduce any breaking changes and the Nestjs upgrade to v7 was required in order to have the newest features such as the contextType

Changelog:

  • Silent logger for stripe webook e2e tests
  • Context type is now using rmq instead of the default http
  • Upgraded nestjs packages to v7.5
  • Dev dependencies upgrades to its latest such as Jest
  • Fixed error with hasura event handling decorators

Note
There are some temporary eslint disables that i hope after upgrading the majority of the packages to the most safe and recent version that we can tune them

@underfisk underfisk added enhancement New feature or request rabbitmq labels Jan 11, 2022
@underfisk underfisk self-assigned this Jan 11, 2022
@underfisk underfisk changed the title feat: RMQ context type + nestjs upgrade to v7.5.5 (core/common) feat: RMQ context type + nestjs upgrade to v7.5.5 Jan 11, 2022
@underfisk
Copy link
Contributor Author

Closing in favor of #342

@underfisk underfisk closed this Jan 12, 2022
@underfisk underfisk removed the request for review from WonderPanda January 12, 2022 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rabbitmq
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant