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(core): Fix workflow activation with history and workflow history for EE (no-changelog) #7508

Merged
merged 2 commits into from
Oct 25, 2023

Conversation

valya
Copy link
Contributor

@valya valya commented Oct 24, 2023

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

@valya valya requested review from krynble and netroy October 24, 2023 16:15
@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.

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

@n8n-assistant n8n-assistant bot added core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team labels Oct 24, 2023
@codecov
Copy link

codecov bot commented Oct 24, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (05e6f2a) 33.61% compared to head (4ce7c7e) 33.61%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7508      +/-   ##
==========================================
- Coverage   33.61%   33.61%   -0.01%     
==========================================
  Files        3399     3399              
  Lines      207468   207474       +6     
  Branches    22419    22416       -3     
==========================================
- Hits        69737    69734       -3     
- Misses     136598   136608      +10     
+ Partials     1133     1132       -1     
Files Coverage Δ
...blicApi/v1/handlers/workflows/workflows.handler.ts 85.08% <100.00%> (-0.26%) ⬇️
...kages/cli/src/workflows/workflows.controller.ee.ts 77.41% <100.00%> (+0.37%) ⬆️
packages/cli/src/workflows/workflows.controller.ts 68.06% <100.00%> (-0.53%) ⬇️
packages/cli/src/workflows/workflows.services.ts 59.01% <100.00%> (+1.87%) ⬆️
...lows/workflowHistory/workflowHistory.service.ee.ts 93.54% <75.00%> (-2.89%) ⬇️

... and 5 files with indirect coverage changes

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

krynble
krynble previously approved these changes Oct 25, 2023
Copy link
Contributor

@krynble krynble left a comment

Choose a reason for hiding this comment

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

LGTM, just left one comment

@cypress
Copy link

cypress bot commented Oct 25, 2023

1 flaky test on run #2571 ↗︎

0 258 0 0 Flakiness 1

Details:

🌳 🖥️ browsers:node18.12.0-chrome107 🤖 valya 🗃️ e2e/*
Project: n8n Commit: 4ce7c7e3d0
Status: Passed Duration: 09:37 💡
Started: Oct 25, 2023 9:49 AM Ended: Oct 25, 2023 9:59 AM
Flakiness  cypress/e2e/28-debug.cy.ts • 1 flaky test

View Output Video

Test Artifacts
Debug > should be able to debug executions Output Screenshots Video

Review all test suite changes for PR #7508 ↗︎

@github-actions
Copy link
Contributor

✅ All Cypress E2E specs passed

Copy link
Contributor

@krynble krynble left a comment

Choose a reason for hiding this comment

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

LGTM

@github-actions
Copy link
Contributor

✅ All Cypress E2E specs passed

@valya valya merged commit 93cfabb into master Oct 25, 2023
55 of 56 checks passed
@valya valya deleted the fix-workflowhistory-save-ee-and-activation branch October 25, 2023 10:07
MiloradFilipovic added a commit that referenced this pull request Oct 25, 2023
* master: (30 commits)
  🚀 Release 1.14.0 (#7514)
  ci: Fix oclif manifest generation
  feat(Switch Node): Add support for infinite Switch outputs (#7499)
  🚀 Release 1.13.0 (#7512)
  fix(core): Ensure nodes post-processors run in the correct order (#7500)
  feat(editor): Add PH tracking to event (#7511)
  fix(core): Fix workflow activation with history and workflow history for EE (no-changelog) (#7508)
  refactor(core): Make executions pruning more resilient (#7480)
  fix(Spreadsheet File Node): Fix include empty cells not working with v2 (#7505)
  fix(core): Create instance settings directory recursively (no-changelog) (#7506)
  fix(Microsoft SQL Node): Prevent SQL injection (#7467)
  refactor(core): Make pruning via lifecycle configuration in S3 mode mandatory (#7482)
  fix(core): Always derive `instanceId` from the encryption key (no-changlog) (#7501)
  fix(MQTT Trigger Node): Fix node causing a start up hang when active (#7498)
  feat: Collect usage metrics on license renewal (no-changelog) (#7486)
  fix(core): Fix `frontend.settings` external hook execution (#7496)
  fix(Redis Node): Fix adding sets data types (#7444)
  fix: Save new version of the workflow instead of the previous (no-changelog) (#7428)
  refactor(core): Abstract away InstanceSettings and `encryptionKey` into injectable services (no-changelog) (#7471)
  fix(Customer.io Node): Fix api endpoint when using EU region (#7485)
  ...
@janober
Copy link
Member

janober commented Oct 25, 2023

Got released with n8n@1.14.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team Released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants