mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #5517] [MERGED] fix (common): address mock server issues and improve the UI #5242
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#5242
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/5517
Author: @anwarulislam
Created: 10/28/2025
Status: ✅ Merged
Merged: 10/29/2025
Merged by: @jamesgeorge007
Base:
next← Head:fix/mock-server-url-display📝 Commits (10+)
162b377feat: update mock server URL display and copy functionality7bce06echore: cleanup UIfae9857chore: update mock server log UI36c347dchore: cleanupc69cb43chore: cleanup89e19a2feat: add toggle for enabling experimental mock servers65e3909fix: simplify collection ID assignment in createMockServer function95d7dc7chore: cleanup54afb5dchore: lintfix7cc648arefactor: streamline mock server UI and improve status display📊 Changes
35 files changed (+1133 additions, -318 deletions)
View changed files
📝
packages/hoppscotch-backend/src/mock-server/mock-server.model.ts(+3 -3)📝
packages/hoppscotch-backend/src/mock-server/mock-server.resolver.ts(+2 -1)📝
packages/hoppscotch-backend/src/mock-server/mock-server.service.spec.ts(+13 -4)📝
packages/hoppscotch-backend/src/mock-server/mock-server.service.ts(+22 -2)📝
packages/hoppscotch-common/locales/en.json(+4 -0)📝
packages/hoppscotch-common/src/components.d.ts(+3 -0)📝
packages/hoppscotch-common/src/components/collections/Collection.vue(+17 -2)📝
packages/hoppscotch-common/src/components/collections/ImportExport.vue(+85 -7)📝
packages/hoppscotch-common/src/components/collections/SaveRequest.vue(+1 -1)📝
packages/hoppscotch-common/src/components/collections/graphql/ImportExport.vue(+85 -5)📝
packages/hoppscotch-common/src/components/collections/index.vue(+2 -7)📝
packages/hoppscotch-common/src/components/http/Request.vue(+1 -1)📝
packages/hoppscotch-common/src/components/http/Sidebar.vue(+10 -0)📝
packages/hoppscotch-common/src/components/mockServer/CreateMockServer.vue(+68 -78)📝
packages/hoppscotch-common/src/components/mockServer/EditMockServer.vue(+111 -28)➕
packages/hoppscotch-common/src/components/mockServer/LogSection.vue(+114 -0)📝
packages/hoppscotch-common/src/components/mockServer/MockServerDashboard.vue(+23 -49)📝
packages/hoppscotch-common/src/components/mockServer/MockServerLogs.vue(+128 -75)➕
packages/hoppscotch-common/src/composables/mockServerWorkspace.ts(+51 -0)➕
packages/hoppscotch-common/src/helpers/backend/gql/mutations/ImportUserCollectionsFromJSON.graphql(+11 -0)...and 15 more files
📄 Description
Closes FE-1041 FE-1042
Issues addressed:
And more
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.