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(editor): Combine type imports in editor-ui (no-changelog) #6072

Merged
merged 1 commit into from
Apr 24, 2023

Conversation

ivov
Copy link
Contributor

@ivov ivov commented Apr 24, 2023

Followup to #6060, to address the combine-imports comments in this review.

The unused-imports comments are covered by #6073.

@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.

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

@ivov ivov requested a review from OlegIvaniv April 24, 2023 10:56
@n8n-assistant n8n-assistant bot added n8n team Authored by the n8n team ui Enhancement in /editor-ui or /design-system labels Apr 24, 2023
@codecov
Copy link

codecov bot commented Apr 24, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (03be725) 18.59% compared to head (5e5ff15) 18.59%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6072   +/-   ##
=======================================
  Coverage   18.59%   18.59%           
=======================================
  Files        2585     2585           
  Lines      116665   116665           
  Branches    18181    18180    -1     
=======================================
  Hits        21694    21694           
  Misses      94337    94337           
  Partials      634      634           
Impacted Files Coverage Δ
packages/editor-ui/src/stores/segment.ts 20.93% <100.00%> (-0.61%) ⬇️
packages/editor-ui/src/stores/workflows.ts 31.73% <100.00%> (ø)
packages/editor-ui/src/utils/typeGuards.ts 67.56% <100.00%> (-0.86%) ⬇️
packages/editor-ui/src/utils/userUtils.ts 36.97% <100.00%> (+0.29%) ⬆️

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.

@github-actions
Copy link
Contributor

✅ All Cypress E2E specs passed

@ivov ivov merged commit 1bb6672 into master Apr 24, 2023
@ivov ivov deleted the combine-type-imports-editor branch April 24, 2023 11:58
MiloradFilipovic added a commit that referenced this pull request Apr 24, 2023
* master:
  refactor(editor): Delete leftover restApi mixin file (no-changelog) (#6074)
  docs: Remove version notice from overhauled nodes (no-changelog) (#6071)
  refactor(editor): Combine type imports in `editor-ui` (no-changelog) (#6072)
  refactor: Async functions don't need to explicitly return promises (no-changelog) (#6041)
  SSO/SAML : add Base URL to redirects in acsHandler (#5923)
  refactor: Integrate `consistent-type-imports` in FE packages (no-changelog) (#6060)
  fix(core): Skip license activation when instance was already activated (#6064)
  refactor(core): Setup decorator based RBAC (no-changelog) (#5787)
  test: Add run linking tests (#6061)

# Conflicts:
#	packages/editor-ui/src/components/ParameterInputWrapper.vue
sunilrr pushed a commit to fl-g6/qp-n8n that referenced this pull request Apr 24, 2023
@janober
Copy link
Member

janober commented May 2, 2023

Got released with [email protected]

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 ui Enhancement in /editor-ui or /design-system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants