mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #4207] [MERGED] feat: duplicate team and user collections #4701
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4701
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/4207
Author: @balub
Created: 7/23/2024
Status: ✅ Merged
Merged: 7/24/2024
Merged by: @balub
Base:
next← Head:feat/collection-duplicationn📝 Commits (8)
9b0d38achore: created new mutation for team-collection duplication66dc91ffeat: completed duplication function in TeamCollection module8b6f8ccfeat: user-collection duplication complete53c8e75chore: changed duplicated title suffix for collections483a262chore: added return type to argument for duplication mutation in user-collectionsbaf9d9achore: capitalized duplicate in duplicate collection service4 methodsac6c60fchore: changed target of hopp-old-backend service to prodbe425f7chore: merge branch 'next' into feat/collection-duplicationn📊 Changes
4 files changed (+122 additions, -0 deletions)
View changed files
📝
packages/hoppscotch-backend/src/team-collection/team-collection.resolver.ts(+20 -0)📝
packages/hoppscotch-backend/src/team-collection/team-collection.service.ts(+31 -0)📝
packages/hoppscotch-backend/src/user-collection/user-collection.resolver.ts(+30 -0)📝
packages/hoppscotch-backend/src/user-collection/user-collection.service.ts(+41 -0)📄 Description
Closes HSB-425
What's changed
In this PR we are adding a new mutation to duplicate team and user collections.
Checks
Additional Information
none
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.