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(editor): Pin all data regardless of pagination #6346

Merged
merged 2 commits into from
Jun 2, 2023

Conversation

cstuncsik
Copy link
Contributor

No description provided.

@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 **/*.vue:

  • Used composition API for all new components.
  • Added component or unit tests to cover functionality.

Files matching packages/editor-ui/**/*.vue:

  • Added E2E if adding new features.
  • Used design system tokens (colors, spacings...) where 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 ui Enhancement in /editor-ui or /design-system labels May 31, 2023
@codecov
Copy link

codecov bot commented May 31, 2023

Codecov Report

Patch coverage: 66.66% and project coverage change: +0.65 🎉

Comparison is base (da856d1) 27.66% compared to head (cda1829) 28.31%.

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

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6346      +/-   ##
==========================================
+ Coverage   27.66%   28.31%   +0.65%     
==========================================
  Files        2958     2982      +24     
  Lines      181566   185130    +3564     
  Branches    19732    20296     +564     
==========================================
+ Hits        50225    52425    +2200     
- Misses     130593   131920    +1327     
- Partials      748      785      +37     
Impacted Files Coverage Δ
packages/editor-ui/src/components/RunData.vue 70.00% <66.66%> (-0.05%) ⬇️

... and 99 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.

@cstuncsik cstuncsik requested a review from alexgrozav June 1, 2023 13:44
Copy link
Contributor

@alexgrozav alexgrozav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I know, pinData still needs to be paginated. Other than that, the fix works as expected.

packages/editor-ui/src/components/RunData.vue Outdated Show resolved Hide resolved
packages/editor-ui/src/components/RunData.vue Outdated Show resolved Hide resolved
@cstuncsik cstuncsik requested a review from alexgrozav June 1, 2023 14:37
@github-actions
Copy link
Contributor

github-actions bot commented Jun 2, 2023

✅ All Cypress E2E specs passed

@cstuncsik cstuncsik merged commit f88029f into master Jun 2, 2023
23 checks passed
@cstuncsik cstuncsik deleted the pay-441-data-gets-truncated-on-pinning branch June 2, 2023 09:59
MiloradFilipovic added a commit that referenced this pull request Jun 2, 2023
* master:
  fix(editor): Fix hard-coded parameter names for code editors (#6372)
  ci: Add support for Node.js 18 (#5793)
  ci: Update the release process for v1 release (#6366)
  refactor: Add deprecation notice for UM disabled mode (#6367)
  feat(editor): Make WF name a link on /executions (#6354)
  ci: Revert "Set up Turborepo cache for GitHub actions runner" (#6364) (no-changelog)
  fix(editor): Add secondary icon to menu items (#6351)
  fix(editor): Pin all data regardless of pagination (#6346)
  feat(Crypto Node): Add support for hash and hmac on binary data (#6359)
  ci: Set up Turborepo cache for GitHub actions runner (no-changelog) (#6335)

# Conflicts:
#	packages/editor-ui/src/components/ParameterInput.vue
@janober
Copy link
Member

janober commented Jun 14, 2023

Got released with n8n@0.232.0

netroy pushed a commit that referenced this pull request Jun 14, 2023
* fix(editor): pin all data

* fix(editor): restore pinned data pagination
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 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