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(Convert to/from binary data Node): Rename 'Move Binary Data' to 'Convert to/from binary data' #7318

Merged
merged 2 commits into from
Oct 4, 2023

Conversation

elsmr
Copy link
Member

@elsmr elsmr commented Oct 2, 2023

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

@github-actions
Copy link
Contributor

github-actions bot commented Oct 2, 2023

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.

Files matching cypress/e2e/**:

  • Avoided chaining commands more than two or three times (to avoid flakiness because only last one will be retried).
  • Spoofed endpoints that are not critical for the test (to avoid flakiness).
  • Picked most efficient path to start the test (for example skipped account setup and starting at /workflow/new for a canvas test).
  • Avoided adding waits on time (use request intercepts instead).
  • Ensured each spec does not depend on any another spec to pass.

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

@elsmr elsmr changed the title Rename 'Move Binary Data' to 'Convert to/from binary data' fix(Convert to/from binary data Node): Rename 'Move Binary Data' to 'Convert to/from binary data' Oct 2, 2023
@n8n-assistant n8n-assistant bot added community Authored by a community member ui Enhancement in /editor-ui or /design-system n8n team Authored by the n8n team node/improvement New feature or request labels Oct 2, 2023
@codecov
Copy link

codecov bot commented Oct 2, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (04dfcd7) 33.21% compared to head (bfdbd7d) 33.20%.
Report is 5 commits behind head on master.

❗ Current head bfdbd7d differs from pull request most recent head c93cc46. Consider uploading reports for the commit c93cc46 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7318      +/-   ##
==========================================
- Coverage   33.21%   33.20%   -0.01%     
==========================================
  Files        3366     3366              
  Lines      201011   201011              
  Branches    22050    22046       -4     
==========================================
- Hits        66762    66755       -7     
- Misses     133139   133146       +7     
  Partials     1110     1110              
Files Coverage Δ
...s-base/nodes/MoveBinaryData/MoveBinaryData.node.ts 84.09% <ø> (ø)

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

michael-radency
michael-radency previously approved these changes Oct 3, 2023
@cypress
Copy link

cypress bot commented Oct 3, 2023

1 flaky test on run #2357 ↗︎

0 242 3 0 Flakiness 1

Details:

🌳 node-710-rename-move-binary-data 🖥️ browsers:node18.12.0-chrome107 🤖 elsmr ...
Project: n8n Commit: c93cc4609e
Status: Passed Duration: 08:06 💡
Started: Oct 4, 2023 11:09 AM Ended: Oct 4, 2023 11:17 AM
Flakiness  cypress/e2e/24-ndv-paired-item.cy.ts • 1 flaky test

View Output Video

Test Artifacts
NDV > resolves expression with default item when input node is not parent, while still pairing items Output Screenshots Video

Review all test suite changes for PR #7318 ↗︎

@elsmr elsmr removed the community Authored by a community member label Oct 3, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Oct 4, 2023

✅ All Cypress E2E specs passed

@elsmr elsmr merged commit 5e6c1d4 into master Oct 4, 2023
53 of 54 checks passed
@elsmr elsmr deleted the node-710-rename-move-binary-data branch October 4, 2023 11:23
@github-actions github-actions bot mentioned this pull request Oct 4, 2023
krynble added a commit that referenced this pull request Oct 5, 2023
# [1.10.0](https://github.com/n8n-io/n8n/compare/n8n@1.9.0...n8n@1.10.0)
(2023-10-05)


### Bug Fixes

* **Convert to/from binary data Node:** Rename 'Move Binary Data' to
'Convert to/from binary data'
([#7318](#7318))
([5e6c1d4](5e6c1d4))
* **core:** Account for itemless case on restoring binary data ID
([#7305](#7305))
([1691223](1691223))
* **core:** Fix pruning of non-finished executions
([#7333](#7333))
([1b4848a](1b4848a))
* **editor:** Disable email confirmation banner for trialing users
([#7340](#7340))
([6d3d178](6d3d178))
* **editor:** Display value of selected matching column in RMC
([#7298](#7298))
([3aac22b](3aac22b))
* **editor:** Fix canvas endpoint snapping when dragging connection
([#7346](#7346))
([b59b908](b59b908))
* **editor:** Fix disappearing NDV header in code nodes
([#7290](#7290))
([7ebf8f3](7ebf8f3))
* **editor:** Fix RLC not loading when an expression can't resolve
([#7295](#7295))
([ddc26c2](ddc26c2))
* **editor:** Separate cloud endpoint calls
([#7312](#7312))
([04dfcd7](04dfcd7))
* **Jira Software Node:** Get all users in dropdown/RLC
([#7322](#7322))
([3704760](3704760)),
closes [#2670](#2670)
* **Notion Node:** Rename Notion API Key to Internal Integration Token
([#7176](#7176))
([ec2aa38](ec2aa38))
* **Postgres Node:** Node requires comma-separated string even when
using a single parameter through an expression
([#7300](#7300))
([763d451](763d451))
* **Set Node:** Do not stringify null and undefined
([#7313](#7313))
([f0a6687](f0a6687))
* **Typeform Trigger Node:** Change output format for TypeForm trigger
to object instead of array
([#7315](#7315))
([b3fc00e](b3fc00e))


### Features

* **core:** Add "Sent by n8n" attribution
([#7183](#7183))
([8f9fe62](8f9fe62))
* **core:** Add support for building LLM applications
([#7235](#7235))
([00a4b8b](00a4b8b)),
closes [#7246](#7246)
[#7137](#7137)
* Workflow History pruning and prune time settings
([#7343](#7343))
([0adc533](0adc533))

Co-authored-by: krynble <krynble@users.noreply.github.com>
@janober
Copy link
Member

janober commented Oct 11, 2023

Got released with n8n@1.10.1

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 ui Enhancement in /editor-ui or /design-system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants