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: Correctly save executions that failed when polling as error instead of new #6192

Merged
merged 1 commit into from
May 9, 2023

Conversation

krynble
Copy link
Contributor

@krynble krynble commented May 5, 2023

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

@krynble krynble added n8n team Authored by the n8n team skip-e2e labels May 5, 2023
@github-actions
Copy link
Contributor

github-actions bot commented May 5, 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.

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

@github-actions
Copy link
Contributor

github-actions bot commented May 5, 2023

⚠️ Some Cypress E2E specs are failing, please fix them before merging

@codecov
Copy link

codecov bot commented May 5, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.15 🎉

Comparison is base (7d1d1f7) 19.93% compared to head (4078dd2) 20.09%.

❗ Current head 4078dd2 differs from pull request most recent head 2341a7e. Consider uploading reports for the commit 2341a7e to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6192      +/-   ##
==========================================
+ Coverage   19.93%   20.09%   +0.15%     
==========================================
  Files        2646     2626      -20     
  Lines      119664   118220    -1444     
  Branches    18928    18572     -356     
==========================================
- Hits        23859    23756     -103     
+ Misses      95078    93744    -1334     
+ Partials      727      720       -7     
Impacted Files Coverage Δ
packages/cli/src/GenericHelpers.ts 74.46% <ø> (ø)

... and 39 files with indirect coverage changes

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

@github-actions
Copy link
Contributor

github-actions bot commented May 8, 2023

⚠️ Some Cypress E2E specs are failing, please fix them before merging

@krynble krynble force-pushed the fix-poll-failed-executions branch from 5453e47 to 4078dd2 Compare May 8, 2023 11:58
@github-actions
Copy link
Contributor

github-actions bot commented May 9, 2023

⚠️ Some Cypress E2E specs are failing, please fix them before merging

@netroy netroy force-pushed the fix-poll-failed-executions branch from 4078dd2 to 2341a7e Compare May 9, 2023 10:43
@github-actions
Copy link
Contributor

github-actions bot commented May 9, 2023

✅ All Cypress E2E specs passed

@krynble krynble merged commit 06948b5 into master May 9, 2023
21 checks passed
@krynble krynble deleted the fix-poll-failed-executions branch May 9, 2023 10:58
MiloradFilipovic added a commit that referenced this pull request May 11, 2023
* master:
  feat(Google Ads Node): Update to support v13 (#6212)
  ci: Fix published nodes-base package's dependencies (no-changelog) (#6226)
  ci: Code coverage should include `.vue` files as well (no-changelog) (#6224)
  🚀 Release 0.228.0 (#6219)
  ci: Fix linting issue on master (no-changelog) (#6222)
  fix(core): Ensure DB repositories are initialized before the DB migrations are run  (#6220)
  refactor(editor): Stricter linting for promises and async functions (no-changelog) (#4642)
  ci: Increase timeout for DB tests (no-changelog) (#6221)
  fix(editor): Fix viewing and downloading of binary data (#6218)
  fix: Prevent unnecessary error messages also for data loaded flag (#6201)
  feat: Create NPM node (#6177)
  fix(editor): Fix polling trigger check for `runData` (#6130)
  ci: Fix linting issue on master (no-changelog) (#6217)
  fix: Prevent overflow when rendering expression hints (#6214)
  feat(core): Improve health check (#6205)
  refactor(editor): Add GitHub 30k stars banner (no-changelog) (#6204)
  fix(editor): Add loading skeletons to Executions list page (#6184)
  ci: Fix v1 docker rc builds (no-changelog) (#6208)
  feat(Code Node): Set `defaultVersion` to 2 for V1 RC builds (no-changelog) (#6209)
  fix: Correctly save executions that failed when polling as error instead of new (#6192)

# Conflicts:
#	packages/editor-ui/src/components/ParameterInputList.vue
netroy pushed a commit that referenced this pull request May 15, 2023
@janober
Copy link
Member

janober commented May 25, 2023

Got released with n8n@0.228.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
n8n team Authored by the n8n team Released skip-e2e
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants