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

fix(Postgres Node): Remove reusable connections (no-changelog) #6259

Merged

Conversation

michael-radency
Copy link
Contributor

@michael-radency michael-radency commented May 16, 2023

@michael-radency michael-radency added n8n team Authored by the n8n team node/issue Issue with a node labels May 16, 2023
@github-actions
Copy link
Contributor

Great PR! Please pay attention to the following items before merging:

Files matching packages/**:

  • If fixing bug, added test to cover scenario.
  • If addressing forum or Github issue, added link to description.

Files matching packages/**/*.ts:

  • Added unit tests to cover new or updated functionality.

Files matching packages/nodes-base/nodes/**:

  • Added workflow tests for nodes if possible.

Make sure to check off this list before asking for review.

@codecov
Copy link

codecov bot commented May 16, 2023

Codecov Report

Patch coverage: 6.66% and no project coverage change.

Comparison is base (e88b9d8) 27.69% compared to head (ccfe271) 27.69%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6259   +/-   ##
=======================================
  Coverage   27.69%   27.69%           
=======================================
  Files        2948     2948           
  Lines      180869   180872    +3     
  Branches    19635    19638    +3     
=======================================
+ Hits        50090    50092    +2     
+ Misses     130034   130033    -1     
- Partials      745      747    +2     
Impacted Files Coverage Δ
...ges/nodes-base/nodes/Postgres/v2/actions/router.ts 0.00% <0.00%> (ø)
...s-base/nodes/Postgres/v2/methods/credentialTest.ts 0.00% <0.00%> (ø)
...nodes-base/nodes/Postgres/v2/methods/listSearch.ts 0.00% <0.00%> (ø)
...odes-base/nodes/Postgres/v2/methods/loadOptions.ts 0.00% <0.00%> (ø)
...es/nodes-base/nodes/Postgres/v2/transport/index.ts 0.00% <0.00%> (ø)
...s/Postgres/v2/actions/database/update.operation.ts 91.30% <20.00%> (-8.70%) ⬇️
...s/Postgres/v2/actions/database/upsert.operation.ts 91.48% <20.00%> (-8.52%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Joffcom
Joffcom previously approved these changes May 19, 2023
@github-actions
Copy link
Contributor

⚠️ Some Cypress E2E specs are failing, please fix them before merging

@github-actions
Copy link
Contributor

✅ All Cypress E2E specs passed

@michael-radency michael-radency merged commit be5d326 into master May 19, 2023
@michael-radency michael-radency deleted the node-528-postgres-node-is-blocking-the-event-loop branch May 19, 2023 13:42
MiloradFilipovic added a commit that referenced this pull request May 20, 2023
* master:
  fix(core): Prevent app crashes because of unhandled promises in poll and trigger nodes (#6278)
  fix(Postgres Node): Remove reusable connections (no-changelog) (#6259)
  ci(editor): Enfore stricter linting rules from `eslint-plugin-vue` (no-changelog) (#6242)
  fix(Strava Trigger Node): Fix issue with delete events failing to display data (#6277)
  feat(SSH Node): Credentials test (#6279)
  feat(Send Email Node): Add content-id for email attachments (#3632)
  feat(core): Include openssh in the base docker image (no-changelog) (#6275)

# Conflicts:
#	packages/nodes-base/nodes/Postgres/v2/actions/database/update.operation.ts
@janober
Copy link
Member

janober commented May 25, 2023

Got released with [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
n8n team Authored by the n8n team node/issue Issue with a node Released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants