mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #5992] [CLOSED] PR created on wrong repository #5453
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#5453
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/5992
Author: @chlee1001
Created: 3/15/2026
Status: ❌ Closed
Base:
main← Head:fix/documentation-formatting-bugs📝 Commits (10+)
8d47b4efix(mock-server): improve path parsing in parseExamplec4d902efeat(mock-server): add proper variable syntax validationbf50f2dperf(mock-server): optimize collection ID fetching with BFS325710ffix(mock-server): correct query parameter scoring algorithmc821af7perf(mock-server): optimize example search with Map indexing1a76e80Merge pull request #1 from chlee1001/feat/improve-mock-server-matchinge73dd2cMerge pull request #2 from chlee1001/sync-upstream-main0dacd57feat(backend): Add User Groups database models and migrationf9338e6feat(backend): Implement User Groups core services (Phase 2-Part 1)d024f3bfeat(backend): Add User Groups error codes and model types📊 Changes
125 files changed (+8224 additions, -1997 deletions)
View changed files
➖
.github/FUNDING.yml(+0 -2)➖
.github/dependabot.yml(+0 -10)➖
.github/workflows/build-hoppscotch-agent.yml(+0 -670)➖
.github/workflows/build-hoppscotch-desktop.yml(+0 -502)➖
.github/workflows/codeql-analysis.yml(+0 -63)➖
.github/workflows/release-push-docker.yml(+0 -182)➖
.github/workflows/tests.yml(+0 -45)📝
.gitignore(+5 -0)📝
README.md(+73 -241)➕
deployment-guide.md(+138 -0)➕
development-debugging-guide.md(+448 -0)📝
package.json(+7 -0)📝
packages/hoppscotch-backend/package.json(+1 -0)➕
packages/hoppscotch-backend/prisma/migrations/20251223020227_add_user_groups/migration.sql(+138 -0)📝
packages/hoppscotch-backend/prisma/schema.prisma(+104 -1)📝
packages/hoppscotch-backend/src/app.module.ts(+2 -0)📝
packages/hoppscotch-backend/src/auth/auth.controller.ts(+90 -2)📝
packages/hoppscotch-backend/src/auth/auth.module.ts(+4 -0)➕
packages/hoppscotch-backend/src/auth/guards/fusionauth-sso.guard.ts(+45 -0)📝
packages/hoppscotch-backend/src/auth/helper.ts(+2 -0)...and 80 more files
📄 Description
This PR was accidentally created on the wrong repository. Please disregard.
Apologies for the confusion.
Summary by cubic
Fixes a desync in the collection documentation editor and normalizes team request subscription payloads to prevent formatting loss and schema mismatches.
Bug Fixes
collectionDescriptionvia a watcher inCollectionPreview.vueso external updates (e.g., team subscriptions) keep formatting intact.JSON.parse(...)withtranslateToNewRequest()inteamRequestUpdatedandteamRequestMovedhandlers acrossTeamCollectionAdapter.tsandteam-collection.service.ts, matching the existingteamRequestAddedpath.New Features
package.json, deployment and debugging guides, and update.gitignorefor debug artifacts.Written for commit
1212816423. Summary will update on new commits.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.