mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4080] [MERGED] feat: teams workspace refactor implementations #4659
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#4659
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/4080
Author: @amk-dev
Created: 5/22/2024
Status: ✅ Merged
Merged: 7/12/2024
Merged by: @jamesgeorge007
Base:
refactor/workspaces← Head:refactor/teams-workspaces📝 Commits (10+)
5d59bacexisting teams stuffb0249b6updates65dd9bawipefab1f0wip9304cd6wip5925236chore: more tests + bug fixse566039more tests + bug fixs48abb02more tests + bug fixs4ab8d19bug fixdcb3751update subs📊 Changes
15 files changed (+6259 additions, -50 deletions)
View changed files
📝
packages/hoppscotch-common/package.json(+1 -0)📝
packages/hoppscotch-common/src/components/new-collections/rest/index.vue(+82 -21)📝
packages/hoppscotch-common/src/components/workspace/Selector.vue(+5 -2)➕
packages/hoppscotch-common/src/components/workspace/TeamsWorkspaceSelector.vue(+190 -0)📝
packages/hoppscotch-common/src/helpers/backend/helpers.ts(+171 -0)📝
packages/hoppscotch-common/src/helpers/teams/TeamEnvironmentAdapter.ts(+11 -0)📝
packages/hoppscotch-common/src/helpers/teams/TeamListAdapter.ts(+11 -0)📝
packages/hoppscotch-common/src/helpers/teams/TeamsSearch.service.ts(+24 -24)📝
packages/hoppscotch-common/src/services/new-workspace/provider.ts(+2 -1)➕
packages/hoppscotch-common/src/services/new-workspace/providers/__tests__/reordering-utils.spec.ts(+301 -0)➕
packages/hoppscotch-common/src/services/new-workspace/providers/__tests__/teams.workspace.spec.ts(+2562 -0)➕
packages/hoppscotch-common/src/services/new-workspace/providers/teams.workspace.ts(+2887 -0)📝
packages/hoppscotch-common/src/services/new-workspace/workspace.ts(+1 -1)📝
packages/hoppscotch-common/src/services/spotlight/searchers/teamRequest.searcher.ts(+2 -1)📝
pnpm-lock.yaml(+9 -0)📄 Description
WIP
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.