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

refactor(core): Move queueModeId as hostId to InstanceSettings #11262

Merged
merged 5 commits into from
Oct 15, 2024

Conversation

ivov
Copy link
Contributor

@ivov ivov commented Oct 15, 2024

@n8n-assistant n8n-assistant bot added core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team labels Oct 15, 2024
@ivov ivov marked this pull request as ready for review October 15, 2024 09:31
packages/core/src/InstanceSettings.ts Outdated Show resolved Hide resolved
valya
valya previously approved these changes Oct 15, 2024
packages/core/src/InstanceSettings.ts Outdated Show resolved Hide resolved
Copy link

cypress bot commented Oct 15, 2024

n8n    Run #7365

Run Properties:  status check passed Passed #7365  •  git commit d86bf917f6: 🌳 🖥️ browsers:node18.12.0-chrome107 🤖 ivov 🗃️ e2e/*
Project n8n
Run status status check passed Passed #7365
Run duration 04m 25s
Commit git commit d86bf917f6: 🌳 🖥️ browsers:node18.12.0-chrome107 🤖 ivov 🗃️ e2e/*
Committer Iván Ovejero
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 3
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 438

Copy link
Contributor

✅ All Cypress E2E specs passed

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.

couple of nitpicks. LGTM otherwise

* @example 'worker-nDJR0FnSd2Vf6DB5'
* @example 'webhook-jxQ7AO8IzxEtfW1F'
*/
readonly hostId: string;
Copy link
Member

Choose a reason for hiding this comment

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

should we setup member-ordering linting rule to have consistent placement of properties in classes across the code?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've always found this rule unnecessarily restrictive. I find it more important to be able to group fields and methods semantically rather than alphabetically.

Copy link
Contributor

✅ All Cypress E2E specs passed

@ivov ivov merged commit 05467fd into master Oct 15, 2024
51 checks passed
@ivov ivov deleted the pay-2027-move-queuemodeid-as-hostid-to-instancesettings branch October 15, 2024 12:55
@janober
Copy link
Member

janober commented Oct 16, 2024

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