Skip to content

Conversation

@netroy
Copy link
Contributor

@netroy netroy commented Mar 27, 2023

No description provided.

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

@n8n-assistant n8n-assistant bot added core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team labels Mar 27, 2023
@netroy netroy force-pushed the controller-decorators-part2 branch from ab3baf9 to c3e053f Compare April 5, 2023 17:07
@netroy netroy force-pushed the controller-decorators-part2 branch from c3e053f to 22b556c Compare April 13, 2023 15:32
@codecov
Copy link

codecov bot commented Apr 13, 2023

Codecov Report

Patch coverage: 94.44% and project coverage change: -0.01 ⚠️

Comparison is base (71ed1f4) 18.67% compared to head (1575857) 18.67%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5787      +/-   ##
==========================================
- Coverage   18.67%   18.67%   -0.01%     
==========================================
  Files        2582     2582              
  Lines      116479   116461      -18     
  Branches    18178    18177       -1     
==========================================
- Hits        21751    21747       -4     
+ Misses      94090    94080      -10     
+ Partials      638      634       -4     
Impacted Files Coverage Δ
...ges/cli/src/UserManagement/UserManagementHelper.ts 77.57% <ø> (-1.38%) ⬇️
...es/cli/src/controllers/passwordReset.controller.ts 85.39% <ø> (ø)
...i/src/sso/saml/middleware/samlEnabledMiddleware.ts 44.44% <0.00%> (+5.98%) ⬆️
packages/cli/src/decorators/registerController.ts 90.62% <92.30%> (+0.14%) ⬆️
packages/cli/src/controllers/auth.controller.ts 76.92% <100.00%> (ø)
packages/cli/src/controllers/ldap.controller.ts 88.57% <100.00%> (ø)
packages/cli/src/controllers/me.controller.ts 89.77% <100.00%> (ø)
...ckages/cli/src/controllers/nodeTypes.controller.ts 23.33% <100.00%> (ø)
packages/cli/src/controllers/nodes.controller.ts 70.09% <100.00%> (+0.45%) ⬆️
packages/cli/src/controllers/owner.controller.ts 94.44% <100.00%> (ø)
... and 9 more

... and 1 file with indirect coverage changes

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.

@netroy netroy force-pushed the controller-decorators-part2 branch from 22b556c to a317e88 Compare April 14, 2023 09:58
Copy link
Contributor

@krynble krynble left a comment

Choose a reason for hiding this comment

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

Did some manual testing and could only find this issue but it was blocking the very first screen after logging in.

@github-actions
Copy link
Contributor

✅ All Cypress E2E specs passed

@netroy netroy force-pushed the controller-decorators-part2 branch from a317e88 to a5d395f Compare April 14, 2023 15:06
@github-actions
Copy link
Contributor

✅ All Cypress E2E specs passed

@netroy netroy requested a review from krynble April 14, 2023 15:06
@netroy netroy force-pushed the controller-decorators-part2 branch from a5d395f to 1575857 Compare April 19, 2023 19:35
Copy link
Contributor

@krynble krynble left a comment

Choose a reason for hiding this comment

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

Ran some more tests and could not find any issues. LGTM.

@github-actions
Copy link
Contributor

✅ All Cypress E2E specs passed

@netroy netroy merged commit 1eeadc6 into master Apr 24, 2023
@netroy netroy deleted the controller-decorators-part2 branch April 24, 2023 09:45
MiloradFilipovic added a commit that referenced this pull request Apr 24, 2023
* master:
  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)

# Conflicts:
#	packages/editor-ui/src/mixins/restApi.ts
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
@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

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