[PR #4909] [MERGED] feat(common): create new requests without siphoning data from the previous one #4984

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4909
Author: @anwarulislam
Created: 3/18/2025
Status: Merged
Merged: 3/27/2025
Merged by: @jamesgeorge007

Base: nextHead: feat/remove-duplicate-on-add


📝 Commits (3)

  • 4446273 feat(common): create new requests without siphoning data from the previous one
  • fe2b3ee refactor(graphql): remove unused request name generation and feedback features
  • e777b93 chore: create GQL requests without borrowing state from the active tab

📊 Changes

4 files changed (+9 additions, -224 deletions)

View changed files

📝 packages/hoppscotch-common/src/components/collections/AddRequest.vue (+1 -100)
📝 packages/hoppscotch-common/src/components/collections/graphql/AddRequest.vue (+1 -100)
📝 packages/hoppscotch-common/src/components/collections/graphql/index.vue (+6 -7)
📝 packages/hoppscotch-common/src/components/collections/index.vue (+1 -17)

📄 Description

Closes HFE-788 #4321

This pull request resolves the issue that permits the creation of new requests independently, without depending on data from previous requests. Since we already have a duplicate request option, we do not need to borrow data from the active tab to create a new request.

  • Not Completed
  • Completed

Notes to reviewers

We also removed AI name generation from the add request. This is because we lack context for requests when adding a new one. However, rename requests still have the AI feature.


🔄 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/4909 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 3/18/2025 **Status:** ✅ Merged **Merged:** 3/27/2025 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `feat/remove-duplicate-on-add` --- ### 📝 Commits (3) - [`4446273`](https://github.com/hoppscotch/hoppscotch/commit/4446273c35b9be57f07a8d9f6d8a7297ba6bfa7d) feat(common): create new requests without siphoning data from the previous one - [`fe2b3ee`](https://github.com/hoppscotch/hoppscotch/commit/fe2b3ee6dec8696de3fb44395562d35811b574e1) refactor(graphql): remove unused request name generation and feedback features - [`e777b93`](https://github.com/hoppscotch/hoppscotch/commit/e777b93e867e6fc5b42da6e406a0467bb9b71614) chore: create GQL requests without borrowing state from the active tab ### 📊 Changes **4 files changed** (+9 additions, -224 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components/collections/AddRequest.vue` (+1 -100) 📝 `packages/hoppscotch-common/src/components/collections/graphql/AddRequest.vue` (+1 -100) 📝 `packages/hoppscotch-common/src/components/collections/graphql/index.vue` (+6 -7) 📝 `packages/hoppscotch-common/src/components/collections/index.vue` (+1 -17) </details> ### 📄 Description Closes HFE-788 #4321 This pull request resolves the issue that permits the creation of new requests independently, without depending on data from previous requests. Since we already have a duplicate request option, we do not need to borrow data from the active tab to create a new request. - [ ] Not Completed - [x] Completed ### Notes to reviewers We also removed AI name generation from the add request. This is because we lack context for requests when adding a new one. However, rename requests still have the AI feature. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:28:23 +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#4984
No description provided.