[PR #4630] [MERGED] feat: add bulk edit to multipart/form data and fix url encoded form bulk edit #4878

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4630
Author: @amk-dev
Created: 12/18/2024
Status: Merged
Merged: 12/19/2024
Merged by: @jamesgeorge007

Base: nextHead: feat/bulk-edit-body


📝 Commits (3)

  • 2ed6813 feat: add bulk body editing to multipart formdata & urlencodedparams
  • 8291521 test: resolve failing tests
  • 254b527 chore: resolve type error

📊 Changes

6 files changed (+271 additions, -72 deletions)

View changed files

📝 packages/hoppscotch-common/src/components/http/BodyParameters.vue (+125 -3)
📝 packages/hoppscotch-common/src/components/http/URLEncodedParams.vue (+76 -62)
📝 packages/hoppscotch-common/src/newstore/settings.ts (+4 -3)
📝 packages/hoppscotch-common/src/services/persistence/validation-schemas/index.ts (+1 -0)
📝 packages/hoppscotch-data/src/rest/index.ts (+7 -4)
packages/hoppscotch-data/src/rest/v/10.ts (+58 -0)

📄 Description

Fixs HFE-668

Changes

  • Adds bulk editing to multipart/formdata
  • Fixs the existing implementation for url encoded body, as it was broken

🔄 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/4630 **Author:** [@amk-dev](https://github.com/amk-dev) **Created:** 12/18/2024 **Status:** ✅ Merged **Merged:** 12/19/2024 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `feat/bulk-edit-body` --- ### 📝 Commits (3) - [`2ed6813`](https://github.com/hoppscotch/hoppscotch/commit/2ed6813c3814c98d7d8f01dfdeeb28515d8a156b) feat: add bulk body editing to multipart formdata & urlencodedparams - [`8291521`](https://github.com/hoppscotch/hoppscotch/commit/82915219847c3b00a8883cbc9478599eef77021a) test: resolve failing tests - [`254b527`](https://github.com/hoppscotch/hoppscotch/commit/254b527a6610e15009e60a157b1192a26cc6f4a8) chore: resolve type error ### 📊 Changes **6 files changed** (+271 additions, -72 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components/http/BodyParameters.vue` (+125 -3) 📝 `packages/hoppscotch-common/src/components/http/URLEncodedParams.vue` (+76 -62) 📝 `packages/hoppscotch-common/src/newstore/settings.ts` (+4 -3) 📝 `packages/hoppscotch-common/src/services/persistence/validation-schemas/index.ts` (+1 -0) 📝 `packages/hoppscotch-data/src/rest/index.ts` (+7 -4) ➕ `packages/hoppscotch-data/src/rest/v/10.ts` (+58 -0) </details> ### 📄 Description Fixs HFE-668 **Changes** * Adds bulk editing to multipart/formdata * Fixs the existing implementation for url encoded body, as it was broken --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:22:29 +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#4878
No description provided.