mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3889] [MERGED] hotfix: request variable version syncing bug #4574
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#4574
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/3889
Author: @nivedin
Created: 3/11/2024
Status: ✅ Merged
Merged: 3/12/2024
Merged by: @AndrewBastin
Base:
release/2024.3.0← Head:hotfix/request-variable-version-syncing📝 Commits (3)
772c1e6fix: requests failed to upgrade version while syncing8844d52refactor: update collection import and transform collection updatece9ea0cchore: port fix to selfhost-desktop📊 Changes
5 files changed (+47 additions, -61 deletions)
View changed files
📝
packages/hoppscotch-common/src/helpers/import-export/import/hopp.ts(+9 -19)📝
packages/hoppscotch-data/src/collection/index.ts(+0 -4)📝
packages/hoppscotch-data/src/rest/v/2.ts(+1 -15)📝
packages/hoppscotch-selfhost-desktop/src/platform/collections/collections.platform.ts(+19 -11)📝
packages/hoppscotch-selfhost-web/src/platform/collections/collections.platform.ts(+18 -12)📄 Description
Closes HFE-443
Description
This PR fixed the issue with request variable where the app crashes since the request schema failed to upgrade version while syncing returning a undefined value.
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.