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

feat(core): Add Tournament as the new default expression evaluator #6964

Merged
merged 30 commits into from
Sep 21, 2023

Conversation

valya
Copy link
Contributor

@valya valya commented Aug 17, 2023

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

@github-actions
Copy link
Contributor

github-actions bot commented Aug 17, 2023

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

  • Used composition API for all new components.
  • Added component or unit tests to cover functionality.

Files matching packages/editor-ui/**/*.vue:

  • Added E2E if adding new features.
  • Used design system tokens (colors, spacings...) where 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 ui Enhancement in /editor-ui or /design-system labels Aug 17, 2023
@codecov
Copy link

codecov bot commented Aug 22, 2023

Codecov Report

Patch coverage: 71.57% and project coverage change: +0.01% 🎉

Comparison is base (6bc477b) 32.68% compared to head (98efcbd) 32.70%.
Report is 3 commits behind head on master.

❗ Current head 98efcbd differs from pull request most recent head 8ed4d83. Consider uploading reports for the commit 8ed4d83 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6964      +/-   ##
==========================================
+ Coverage   32.68%   32.70%   +0.01%     
==========================================
  Files        3347     3349       +2     
  Lines      199759   199850      +91     
  Branches    21896    21910      +14     
==========================================
+ Hits        65301    65365      +64     
- Misses     133363   133386      +23     
- Partials     1095     1099       +4     
Files Changed Coverage Δ
packages/cli/src/Server.ts 0.00% <ø> (ø)
packages/cli/src/config/schema.ts 37.50% <ø> (ø)
packages/editor-ui/src/App.vue 0.00% <0.00%> (ø)
packages/workflow/src/Interfaces.ts 57.14% <ø> (ø)
packages/workflow/src/ExpressionEvaluatorProxy.ts 69.23% <69.23%> (ø)
packages/cli/src/ExpressionEvalator.ts 85.71% <85.71%> (ø)
packages/cli/src/commands/BaseCommand.ts 48.27% <100.00%> (+1.21%) ⬆️
packages/editor-ui/src/mixins/workflowHelpers.ts 13.36% <100.00%> (+0.08%) ⬆️
packages/workflow/src/Expression.ts 67.00% <100.00%> (ø)
packages/workflow/src/index.ts 100.00% <100.00%> (ø)

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

@valya valya marked this pull request as ready for review September 19, 2023 13:49
Copy link
Contributor

@ivov ivov left a comment

Choose a reason for hiding this comment

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

Reviewed but untested. I'll check tomorrow.

packages/cli/src/ExpressionEvalator.ts Show resolved Hide resolved
packages/cli/src/Server.ts Outdated Show resolved Hide resolved
packages/cli/src/commands/BaseCommand.ts Show resolved Hide resolved
packages/cli/src/config/schema.ts Outdated Show resolved Hide resolved
packages/editor-ui/src/mixins/nodeHelpers.ts Outdated Show resolved Hide resolved
tmpl.brackets.set('{{ }}');

// Make sure that error get forwarded
tmpl.tmpl.errorHandler = (error: Error) => {
setErrorHandler((error: Error) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

What's the difference between this and L341? Do we still need this?

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 kept the same behaviour in tournament as tmpl and required some kind of error handler. In both cases errors will just get eaten if nothing is provided. I'll add that comment back to make it clearer.

packages/editor-ui/src/mixins/nodeHelpers.ts Outdated Show resolved Hide resolved
packages/workflow/test/Expression.test.ts Show resolved Hide resolved
packages/workflow/src/ExpressionEvaluatorProxy.ts Outdated Show resolved Hide resolved
@valya valya requested a review from ivov September 20, 2023 13:50
@cypress
Copy link

cypress bot commented Sep 20, 2023

Passing run #2228 ↗︎

0 234 3 0 Flakiness 0

Details:

🌳 pay-356-enable-new-evaluator-config 🖥️ browsers:node18.12.0-chrome107 🤖 val...
Project: n8n Commit: 8ed4d83d92
Status: Passed Duration: 08:10 💡
Started: Sep 20, 2023 5:54 PM Ended: Sep 20, 2023 6:03 PM

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

@github-actions
Copy link
Contributor

✅ All Cypress E2E specs passed

@valya valya changed the title feat(core): Add new expression evaluator options feat(core): Add Tournament as the new default expression evaluator Sep 21, 2023
@valya valya merged commit bf74f09 into master Sep 21, 2023
53 checks passed
@valya valya deleted the pay-356-enable-new-evaluator-config branch September 21, 2023 12:57
This was referenced Sep 27, 2023
netroy added a commit that referenced this pull request Sep 28, 2023
# [1.9.0](https://github.com/n8n-io/n8n/compare/n8n@1.8.0...n8n@1.9.0)
(2023-09-28)


### Bug Fixes

* **Airtable Node:** Attachments field type fix
([#7227](#7227))
([2af967c](2af967c))
* **core:** Change WorkflowHistory nodes/connections columns to be json
([#7282](#7282))
([a80abad](a80abad))
* **core:** Fix binary data manager check on pruning
([#7251](#7251))
([484035e](484035e))
* **core:** Fix missing execution ID in webhook-based workflow producing
binary data ([#7244](#7244))
([33991e9](33991e9))
* **core:** Handle filename* with quotes in Content-Disposition header
([#7229](#7229))
([67b985f](67b985f))
* **core:** Make DNS resolution order configurable
([#7272](#7272))
([5b3121c](5b3121c))
* **core:** Make senderId required for all command messages
([#7252](#7252))
([4b01428](4b01428))
* **core:** Prevent executions from displaying Running status
incorrectly ([#7261](#7261))
([861cac5](861cac5))
* **core:** Use consistent timezone-aware timestamps in postgres
([#6948](#6948))
([0132514](0132514)),
closes [#2178](#2178)
[#2810](#2810)
[#3855](#3855)
[#2813](#2813)
* **editor:** Add debug feature docs link
([#7240](#7240))
([4614e1e](4614e1e))
* **editor:** Fix SQL editor issue
([#7236](#7236))
([647fc6c](647fc6c))
* **editor:** Ensure new Set node is on top of search list
([#7215](#7215))
([2491ccf](2491ccf))
* **editor:** Forbid password reset when cloud account is limited in the
number of users [7188](#7188)
([303bc8e](303bc8e))
* **HTTP Request Node:** Add suggestion how to fix '429 - too many
requests' errors ([#7293](#7293))
([0bc33b1](0bc33b1))
* **Item Lists Node:** Concatenate operation pairedItems fix
([#7286](#7286))
([cde23a1](cde23a1))
* **Respond to Webhook Node:** JSON output from expression fix
([#7294](#7294))
([8bc369d](8bc369d))


### Features

* Add onboarding flow
([#7212](#7212))
([01e9340](01e9340))
* **core:** Add secrets provider reload and refactor
([#7277](#7277))
([53a7502](53a7502))
* **core:** Add Tournament as the new default expression evaluator
([#6964](#6964))
([bf74f09](bf74f09))
* **core:** Initial workflow history API
([#7234](#7234))
([0083a9e](0083a9e))
* **core:** Introduce object store service
([#7225](#7225))
([fa84545](fa84545))
* **editor:** Add user cloud ID to telemetry
[#7232](#7232)
([60c152d](60c152d))
* **editor:** Rework banners framework and add email confirmation banner
([#7205](#7205))
([b0e98b5](b0e98b5))
* **MISP Node:** Update credential to support HTTP Request node
([#7268](#7268))
([e4c302c](e4c302c))


### Performance Improvements

* **core:** Skip unneeded calls on every pruning cycle
([#7260](#7260))
([db01164](db01164))

Co-authored-by: netroy <netroy@users.noreply.github.com>
@janober
Copy link
Member

janober commented Sep 28, 2023

Got released with n8n@1.9.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 ui Enhancement in /editor-ui or /design-system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants