[PR #3889] [MERGED] hotfix: request variable version syncing bug #4574

Closed
opened 2026-03-17 02:05:51 +03:00 by kerem · 0 comments
Owner

📋 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.0Head: hotfix/request-variable-version-syncing


📝 Commits (3)

  • 772c1e6 fix: requests failed to upgrade version while syncing
  • 8844d52 refactor: update collection import and transform collection update
  • ce9ea0c chore: 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

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/3889 **Author:** [@nivedin](https://github.com/nivedin) **Created:** 3/11/2024 **Status:** ✅ Merged **Merged:** 3/12/2024 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2024.3.0` ← **Head:** `hotfix/request-variable-version-syncing` --- ### 📝 Commits (3) - [`772c1e6`](https://github.com/hoppscotch/hoppscotch/commit/772c1e65e59ba6b7a245bbaaca4275fb99b9f076) fix: requests failed to upgrade version while syncing - [`8844d52`](https://github.com/hoppscotch/hoppscotch/commit/8844d52f5f023af835fb56c6728ab061e422151b) refactor: update collection import and transform collection update - [`ce9ea0c`](https://github.com/hoppscotch/hoppscotch/commit/ce9ea0cbc72082cfd1ba08422322eb3595eae434) chore: port fix to selfhost-desktop ### 📊 Changes **5 files changed** (+47 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [x] All the tests have passed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:05:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4574
No description provided.