mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #5124] [MERGED] fix: schema error and test updation flow #5064
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#5064
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/5124
Author: @nivedin
Created: 6/3/2025
Status: ✅ Merged
Merged: 6/13/2025
Merged by: @jamesgeorge007
Base:
patch← Head:fix/secret-env-snippet-bug📝 Commits (10+)
b2dbcadfix: schema error and test updation flow0075d44feat: add request response versioningce00d11chore: bump request version with new response verioning26df86cfix: update broken rest tab data2e7fe45chore: update optional valueeafd36ffix: handle broken environment versionb4a2857fix: lint updatea2fe905chore: minor update489f953chore: code refactore8ef25fchore: add request rsponse schemas and segregate common auth and body📊 Changes
55 files changed (+1010 additions, -915 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/http/Response.vue(+13 -13)📝
packages/hoppscotch-common/src/components/http/TestResultEnv.vue(+2 -2)📝
packages/hoppscotch-common/src/helpers/RequestRunner.ts(+11 -28)➕
packages/hoppscotch-common/src/helpers/fixBrokenEnvironmentVersion.ts(+27 -0)➕
packages/hoppscotch-common/src/helpers/fixBrokenRequestVersion.ts(+54 -0)📝
packages/hoppscotch-common/src/helpers/import-export/import/openapi.ts(+22 -19)📝
packages/hoppscotch-common/src/helpers/import-export/import/postman.ts(+4 -5)📝
packages/hoppscotch-common/src/helpers/teams/TeamEnvironmentAdapter.ts(+8 -9)📝
packages/hoppscotch-common/src/helpers/utils/statusCodes.ts(+1 -1)📝
packages/hoppscotch-common/src/kernel/store.ts(+7 -2)📝
packages/hoppscotch-common/src/platform/std/kernel-interceptors/agent/store.ts(+7 -10)📝
packages/hoppscotch-common/src/platform/std/kernel-interceptors/extension/store.ts(+5 -8)📝
packages/hoppscotch-common/src/platform/std/kernel-interceptors/native/store.ts(+5 -8)📝
packages/hoppscotch-common/src/platform/std/kernel-interceptors/proxy/store.ts(+5 -8)📝
packages/hoppscotch-common/src/services/persistence/__tests__/index.spec.ts(+1 -1)📝
packages/hoppscotch-common/src/services/persistence/index.ts(+15 -2)📝
packages/hoppscotch-common/src/services/persistence/validation-schemas/index.ts(+7 -13)📝
packages/hoppscotch-data/src/collection/v/4.ts(+1 -1)📝
packages/hoppscotch-data/src/collection/v/6.ts(+1 -1)📝
packages/hoppscotch-data/src/collection/v/7.ts(+1 -1)...and 35 more files
📄 Description
This PR fixes the issue with schema mismatch and test updation flow which leads to schema mismatch.
Notes to reviewers
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.