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): Remove circular refs from Code and push msg #5741

Merged
merged 4 commits into from Mar 21, 2023

Conversation

flipswitchingmonkey
Copy link
Contributor

No description provided.

# Conflicts:
#	packages/cli/src/eventbus/MessageEventBusWriter/MessageEventBusLogWriter.ts
#	packages/cli/src/sso/saml/routes/saml.controller.ee.ts
@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 core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team node/improvement New feature or request labels Mar 21, 2023
@codecov
Copy link

codecov bot commented Mar 21, 2023

Codecov Report

Patch coverage: 46.42% and no project coverage change.

Comparison is base (34d7fcc) 14.31% compared to head (d42123c) 14.31%.

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

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5741   +/-   ##
=======================================
  Coverage   14.31%   14.31%           
=======================================
  Files        2465     2465           
  Lines      112895   112917   +22     
  Branches    17555    17561    +6     
=======================================
+ Hits        16161    16165    +4     
- Misses      96233    96252   +19     
+ Partials      501      500    -1     
Impacted Files Coverage Δ
...ages/cli/src/sso/saml/routes/saml.controller.ee.ts 0.00% <ø> (ø)
packages/workflow/src/utils.ts 50.84% <14.28%> (-11.38%) ⬇️
packages/cli/src/push/abstract.push.ts 11.53% <50.00%> (ø)
packages/nodes-base/nodes/Code/utils.ts 88.88% <81.81%> (-11.12%) ⬇️
packages/workflow/src/index.ts 100.00% <100.00%> (ø)

... and 4 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

Copy link
Member

@netroy netroy left a comment

Choose a reason for hiding this comment

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

👍🏽

@netroy netroy merged commit b6d8a0f into master Mar 21, 2023
9 checks passed
@netroy netroy deleted the eng-70-handle-circular-references-in branch March 21, 2023 14:34
@n8n-assistant n8n-assistant bot added the Upcoming Release Will be part of the upcoming release label Mar 21, 2023
MiloradFilipovic added a commit that referenced this pull request Mar 23, 2023
…nd-foundations-sheets-node-api-endpoint

* feature/resource-mapping-component:
  fix(editor): Use credentials when fetching node and credential types (#5760)
  fix: Update Posthog no-capture (#5693)
  fix(core): Return SAML service provider urls with config (#5759)
  fix(HTTP Request Node): Fix AWS credentials to automatically deconstruct the url (#5751)
  feat(editor): Fix ResourceLocator dropdown style (#5714)
  feat(Filter Node): New node
  fix(core): Require Auth on icons and nodes/credentials types static files (no-changelog) (#5745)
  refactor(core): Stop importing LoggerProxy and createDeferredPromise in nodes-base (no-changelog) (#5742)
  feat(core): Make OAuth2 error handling consistent with success handling (#5555)
  fix(Split In Batches Node): Roll back changes in v1 and create v2 (#5747)
  ci: Upgrade sanitize-html from 2.9.0 to 2.10.0 (#5744)
  fix(core): Remove circular refs from Code and push msg (#5741)
  fix(HTTP Request Node): Add streaming to binary response  (#5701)
  fix(core): Force-upgrade `http-cache-semantics` to address CVE-2022-25881 (#5733)
  fix(core): Force-upgrade `decode-uri-component` to address CVE-2022-38900 (#5734)
@janober
Copy link
Member

janober commented Mar 30, 2023

Got released with n8n@0.222.0

sunilrr pushed a commit to fl-g6/qp-n8n that referenced this pull request Apr 24, 2023
* remove circular refs from code items (and lint fixes)

* cleanup

---------

* add some tests

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
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 node/improvement New feature or request Released skip-e2e Upcoming Release Will be part of the upcoming release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants