mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #4377] [MERGED] feat: import to the current workspace from any team / personal workspace #4771
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#4771
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/4377
Author: @amk-dev
Created: 9/25/2024
Status: ✅ Merged
Merged: 9/30/2024
Merged by: @jamesgeorge007
Base:
next← Head:feat/import-from-all-collections📝 Commits (6)
083dc4afeat: import to the current workspace from any team / personal workspace1c2c4d3chore: fix copy9dc3582chore: remove import fromPersonal Collectionsactionbda3930chore: hideImport from Another Workspaceaction in unauthenticated state5317974chore: remove expand widget fromImport/Exportmodala1e1d82chore: update copytext casing📊 Changes
9 files changed (+447 additions, -77 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+8 -1)📝
packages/hoppscotch-common/src/components.d.ts(+1 -0)📝
packages/hoppscotch-common/src/components/collections/ImportExport.vue(+20 -16)📝
packages/hoppscotch-common/src/components/importExport/ImportExportList.vue(+3 -17)➕
packages/hoppscotch-common/src/components/importExport/ImportExportSteps/AllCollectionImport.vue(+366 -0)📝
packages/hoppscotch-common/src/helpers/teams/TeamCollection.ts(+21 -0)📝
packages/hoppscotch-common/src/helpers/teams/TeamCollectionAdapter.ts(+1 -1)📝
packages/hoppscotch-common/src/helpers/teams/TeamRequest.ts(+21 -0)📝
packages/hoppscotch-common/src/helpers/teams/TeamsSearch.service.ts(+6 -42)📄 Description
Fixs HFE-576
Description
This PR adds a new importer
Import from Another Workspace, which allows the user to import collections between workspaces (hidden in the unauthenticated state). TheImport from Personal Collectionsaction has been removed in favour of the above. Also, the expand widget in theImport/Exportcollections/environments modal has been removed.Preview
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.