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(Zendesk Node): Fix issue with group assignment not working #6501

Merged
merged 3 commits into from
Jun 21, 2023

Conversation

Joffcom
Copy link
Member

@Joffcom Joffcom commented Jun 21, 2023

Github issue / Community forum post (link here to close automatically): #6491

@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.

@n8n-assistant n8n-assistant bot added n8n team Authored by the n8n team node/improvement New feature or request labels Jun 21, 2023
@codecov
Copy link

codecov bot commented Jun 21, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.08 ⚠️

Comparison is base (6ab3502) 28.51% compared to head (449678c) 28.43%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6501      +/-   ##
==========================================
- Coverage   28.51%   28.43%   -0.08%     
==========================================
  Files        3000     3000              
  Lines      186129   186129              
  Branches    20530    20526       -4     
==========================================
- Hits        53066    52935     -131     
- Misses     132257   132388     +131     
  Partials      806      806              
Impacted Files Coverage Δ
...s/nodes-base/credentials/ZendeskApi.credentials.ts 0.00% <ø> (ø)
packages/nodes-base/nodes/Zendesk/Zendesk.node.ts 0.00% <0.00%> (ø)

... and 4 files with indirect coverage changes

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

@cypress
Copy link

cypress bot commented Jun 21, 2023

2 flaky tests on run #1276 ↗︎

0 227 0 0 Flakiness 2

Details:

🌳 fix/zendesk-groups 🖥️ browsers:node18.12.0-chrome107 🤖 Joffcom 🗃️ e2e/*
Project: n8n Commit: 449678c113
Status: Passed Duration: 07:32 💡
Started: Jun 21, 2023 2:01 PM Ended: Jun 21, 2023 2:09 PM
Flakiness  10-undo-redo.cy.ts • 1 flaky test

View Output Video

Test Artifacts
Undo/Redo > should undo/redo multiple steps Output Screenshots Video
Flakiness  14-mapping.cy.ts • 1 flaky test

View Output Video

Test Artifacts
Data mapping > shows you can drop to inputs, including booleans Output Screenshots Video

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

@github-actions
Copy link
Contributor

✅ All Cypress E2E specs passed

@Joffcom Joffcom merged commit 772ed7f into master Jun 21, 2023
@Joffcom Joffcom deleted the fix/zendesk-groups branch June 21, 2023 15:19
MiloradFilipovic added a commit that referenced this pull request Jun 22, 2023
* master:
  fix(core): Fix the `db:revert` command (no-changelog) (#6506)
  fix(core): Add additional path-traversal guards on res.sendFile calls (no-changelog) (#6505)
  fix(Zendesk Node): Fix issue with group assignment not working (#6501)
  fix: Make MySQL migration for nano id change compatible with version 5.7 (#6498)
  fix(core): Use correct scopes-separator when generating authorization urls (#6502)
  feat(core): Add GET /users endpoints to public API (#6360)
  fix(core): Fix OAuth2 callback for `grantType=clientCredentials` (#6500)
  docs(DebugHelper Node): Update codex for debughelper (no-changelog) (#6499)
  feat(core): Add PKCE for OAuth2 (#6324)
  fix(core): Fix pairedItem for alwaysOutputData & multi identical resolve (#6405)
  feat: Migrate integer primary keys to nanoids (#6345)
  fix(editor): Fix resource mapper dropdown width and disabled styling (#6493)
  fix(core): Improve the error returned to users on SSL issues (#6494)
  fix(HTTP Request Node): "Ignore SSL issues" should also ignore legacy renegotiation issues (#6492)
  feat(Stripe Trigger Node): Add action required trigger for payment intents (#6490)
  build: Check test files (#6455)
@janober
Copy link
Member

janober commented Jun 22, 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/improvement New feature or request Released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants