-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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(editor): Add move resources option to workflows and credentials on #9654
Merged
cstuncsik
merged 24 commits into
master
from
pay-1638-add-move-resources-option-to-workflows-and-credentials-on-fe
Jun 11, 2024
Merged
feat(editor): Add move resources option to workflows and credentials on #9654
cstuncsik
merged 24 commits into
master
from
pay-1638-add-move-resources-option-to-workflows-and-credentials-on-fe
Jun 11, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ent to setup script
…esources-option-to-workflows-and-credentials-on-fe
cstuncsik
changed the title
feature(editor): Add move resources option to workflows and credentials on
feat(editor): Add move resources option to workflows and credentials on
Jun 6, 2024
n8n-assistant
bot
added
n8n team
Authored by the n8n team
ui
Enhancement in /editor-ui or /design-system
labels
Jun 6, 2024
alexgrozav
reviewed
Jun 10, 2024
alexgrozav
reviewed
Jun 10, 2024
packages/editor-ui/src/components/Projects/ProjectMoveResourceConfirmModal.vue
Show resolved
Hide resolved
alexgrozav
reviewed
Jun 10, 2024
alexgrozav
reviewed
Jun 10, 2024
alexgrozav
reviewed
Jun 10, 2024
…esources-option-to-workflows-and-credentials-on-fe
… a ton of type issues
krynble
previously approved these changes
Jun 11, 2024
…esources-option-to-workflows-and-credentials-on-fe
krynble
previously approved these changes
Jun 11, 2024
1 flaky test on run #5428 ↗︎
Details:
e2e/5-ndv.cy.ts • 1 flaky test
Review all test suite changes for PR #9654 ↗︎ |
|
…esources-option-to-workflows-and-credentials-on-fe
krynble
previously approved these changes
Jun 11, 2024
|
1 similar comment
|
krynble
approved these changes
Jun 11, 2024
✅ All Cypress E2E specs passed |
cstuncsik
deleted the
pay-1638-add-move-resources-option-to-workflows-and-credentials-on-fe
branch
June 11, 2024 12:21
MiloradFilipovic
added a commit
that referenced
this pull request
Jun 11, 2024
* master: ci: Fix custom docker builds (no-changelog) (#9702) test: Fix e2e for projects missing instance owner (no-changelog) (#9703) ci: Refactor e2e tests to be less flaky (no-changelog) (#9695) feat(editor): Add move resources option to workflows and credentials on (#9654) fix: Introduce `HooksService` (#8962) fix(editor): Improve large data warning in input/output panel (#9671) ci(editor): Enforce type-safety in @n8n/chat builds as well (no-changelog) (#9685) fix(editor): Un-skip workflow save test (no-changelog) (#9698) refactor(core): Remove more dead code from event bus (no-changelog) (#9697) ci: Remove unused WaitTracker mocking (no-changelog) (#9694) feat: Update NPS Value Survey (#9638) refactor(core): Remove event bus channel (no-changelog) (#9663) refactor(core): Remove event bus helpers (no-changelog) (#9690) refactor(core): Merge event bus controllers and remove dead code (no-changelog) (#9688) ci: Fix e2e tests (no-changelog) (#9689) refactor(core): Use `@Licensed()` in event bus controller (no-changelog) (#9687) fix(editor): Node background for executing nodes in dark mode (#9682) fix(editor): Prevent saving already saved workflows (#9670) fix(editor): Fix node connection showing incorrect item count during … (#9684) refactor: Set up Cypress as pnpm workspace (no-changelog) (#6049)
MiloradFilipovic
added a commit
that referenced
this pull request
Jun 12, 2024
* master: fix(editor): Add back credential type icon (no-changelog) (#9704) feat(editor): Add canvas edge toolbar hover show/hide support (no-changelog) (#9699) ci: Fix custom docker builds (no-changelog) (#9702) test: Fix e2e for projects missing instance owner (no-changelog) (#9703) ci: Refactor e2e tests to be less flaky (no-changelog) (#9695) feat(editor): Add move resources option to workflows and credentials on (#9654) fix: Introduce `HooksService` (#8962) fix(editor): Improve large data warning in input/output panel (#9671) ci(editor): Enforce type-safety in @n8n/chat builds as well (no-changelog) (#9685) fix(editor): Un-skip workflow save test (no-changelog) (#9698) refactor(core): Remove more dead code from event bus (no-changelog) (#9697) ci: Remove unused WaitTracker mocking (no-changelog) (#9694) feat: Update NPS Value Survey (#9638) refactor(core): Remove event bus channel (no-changelog) (#9663) refactor(core): Remove event bus helpers (no-changelog) (#9690)
Merged
Got released with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
With the introduction of Projects there is a need now to move resources from personal project to team projects
Related tickets and issues
PAY-1638
Review / Merge checklist