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

ci(core): Load config schema after process.env has been overwritten (no-changelog) #7550

Merged
merged 2 commits into from
Nov 7, 2023

Conversation

netroy
Copy link
Member

@netroy netroy commented Oct 30, 2023

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 packages/**/*.ts:

  • Added unit tests to cover new or updated functionality.

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

@codecov
Copy link

codecov bot commented Oct 30, 2023

Codecov Report

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

Comparison is base (2f66568) 17.46% compared to head (bb94b18) 33.59%.
Report is 1 commits behind head on master.

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

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #7550       +/-   ##
===========================================
+ Coverage   17.46%   33.59%   +16.12%     
===========================================
  Files        2768     3404      +636     
  Lines      102742   207791   +105049     
  Branches    19947    22486     +2539     
===========================================
+ Hits        17941    69800    +51859     
- Misses      83665   136844    +53179     
- Partials     1136     1147       +11     
Files Coverage Δ
packages/cli/src/config/index.ts 41.66% <100.00%> (ø)
packages/cli/src/constants.ts 100.00% <ø> (ø)
packages/core/src/InstanceSettings.ts 85.00% <100.00%> (+0.38%) ⬆️
packages/cli/src/Server.ts 0.00% <0.00%> (-22.00%) ⬇️
packages/cli/src/commands/start.ts 0.00% <0.00%> (-43.92%) ⬇️
packages/cli/src/services/frontend.service.ts 0.00% <0.00%> (ø)

... and 698 files with indirect coverage changes

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

@n8n-assistant n8n-assistant bot added core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team labels Oct 30, 2023
@netroy netroy closed this Oct 30, 2023
@netroy netroy reopened this Oct 30, 2023
@netroy netroy requested a review from tomi November 7, 2023 13:27
tomi
tomi previously approved these changes Nov 7, 2023
Copy link
Contributor

@tomi tomi left a comment

Choose a reason for hiding this comment

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

Nice one 🥇 Only one question: do we need to have a changelog entry for this, since this changes the path used for static cache? (I assume the no-changelog in the commit means it will not be included in automatically generated changelog)

E: Nevermind, the default stays the same

@netroy
Copy link
Member Author

netroy commented Nov 7, 2023

this changes the path used for static cache?

The path is still the same as before: ~/.cache/n8n/public

Copy link

cypress bot commented Nov 7, 2023

Passing run #2758 ↗︎

0 271 0 0 Flakiness 0

Details:

🌳 🖥️ browsers:node18.12.0-chrome107 🤖 netroy 🗃️ e2e/*
Project: n8n Commit: f4c49c2c76
Status: Passed Duration: 08:44 💡
Started: Nov 7, 2023 2:42 PM Ended: Nov 7, 2023 2:51 PM

Review all test suite changes for PR #7550 ↗︎

Copy link
Contributor

github-actions bot commented Nov 7, 2023

✅ All Cypress E2E specs passed

Copy link
Contributor

github-actions bot commented Nov 7, 2023

✅ All Cypress E2E specs passed

@netroy netroy merged commit f0fc5b1 into master Nov 7, 2023
56 checks passed
@netroy netroy deleted the fix-N8N_USER_FOLDER-in-e2e branch November 7, 2023 14:58
MiloradFilipovic added a commit that referenced this pull request Nov 8, 2023
* master: (24 commits)
  fix(Crypto Node): Fix issue with value not appearing for Sign action (#7619)
  feat(NocoDB Node): Add new data apis and workspace support (#7329)
  fix(Facebook Lead Ads Trigger Node): Fix issue with missing scope for business management  (#7616)
  refactor(core): Stop reporting to Sentry missing-node-on-retry error (no-changelog) (#7648)
  fix(editor): Fix workflow history prune time limit (getting hours instead of days) (#7644)
  fix(core): Comply with custom default for workflow saving settings (#7634)
  feat(core): Initial support for two-way communication over websockets (#7570)
  ci: Conditionally re-enable coverage for frontend packages (no-changelog) (#7641)
  ci(core): Load config schema after process.env has been overwritten (no-changelog) (#7550)
  fix(core): Make password-reset urls valid only for single-use (#7622)
  fix: Error handling on forgot password page (no-changelog) (#7633)
  ci: Improve CI performance (no-changelog) (#7637)
  fix(core): Ensure pruning starts only after migrations have completed (#7626)
  feat(core): Coordinate workflow activation in multiple main scenario in internal API (#7566)
  fix(editor): Fix local storage flags defaulting to undefined string (#7603)
  fix(editor): Reset canvas zoom before workspace reset in node view (#7625)
  fix(editor): More dark-mode fixes (no-changelog) (#7624)
  fix(core): Fix accessor error when running partial execution (#7618)
  fix(editor): Fix issue that frontend breaks with unkown nodes (#7596)
  fix(core): Ensure `init` before checking leader or follower in multi-main scenario (#7621)
  ...
@janober
Copy link
Member

janober commented Nov 8, 2023

Got released with n8n@1.16.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.

4 participants