-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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 node exclusion on the frontend types #12544
Conversation
@@ -654,18 +645,6 @@ describe('DirectoryLoader', () => { | |||
expect(nodeWithIcon.description.icon).toBeUndefined(); | |||
}); | |||
|
|||
it('should skip node if included in excludeNodes', () => { | |||
const loader = new CustomDirectoryLoader(directory, ['CUSTOM.node1']); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed this because now exclusion doesn't work for custom nodes. If someone is adding custom nodes to their instance, and doesn't want it to be used, they can simply remove the node.
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix. Tested and works as expected. 🙏
✅ All Cypress E2E specs passed |
n8n Run #8710
Run Properties:
|
Project |
n8n
|
Branch Review |
CAT-505-fix-node-exclusion
|
Run status |
Passed #8710
|
Run duration | 04m 55s |
Commit |
3f961c477a: 🌳 🖥️ browsers:node18.12.0-chrome107 🤖 netroy 🗃️ e2e/*
|
Committer | कारतोफ्फेलस्क्रिप्ट™ |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
2
|
Pending |
0
|
Skipped |
0
|
Passing |
489
|
View all changes introduced in this branch ↗︎ |
Summary
CAT-505
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)