[PR #4685] [MERGED] chore: collection runner improvements #4896

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4685
Author: @anwarulislam
Created: 1/22/2025
Status: Merged
Merged: 1/29/2025
Merged by: @jamesgeorge007

Base: nextHead: feat/imprv-collection-runner


📝 Commits (4)

  • ce87b3c feat: addded empty state placeholder for failed request execution response
  • 09296a1 feat: added loading state in between request runs while response presents
  • ae9f979 feat: request headers include inherited entries from its parent
  • 187f86c chore: removed test results tab on network fail

📊 Changes

4 files changed (+43 additions, -18 deletions)

View changed files

📝 packages/hoppscotch-common/src/components/http/test/Response.vue (+13 -5)
📝 packages/hoppscotch-common/src/components/http/test/Runner.vue (+9 -9)
📝 packages/hoppscotch-common/src/components/lenses/ResponseBodyRenderer.vue (+16 -4)
📝 packages/hoppscotch-common/src/services/test-runner/test-runner.service.ts (+5 -0)

📄 Description

Closes HFE-721

Overview

This pull request includes the following enhancements:

  1. Request headers now display entries inherited from the parent collection level.
  2. Added an empty state placeholder for failed request executions.
  3. Introduced a loading state between request runs when a response is already present.

🔄 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/4685 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 1/22/2025 **Status:** ✅ Merged **Merged:** 1/29/2025 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `feat/imprv-collection-runner` --- ### 📝 Commits (4) - [`ce87b3c`](https://github.com/hoppscotch/hoppscotch/commit/ce87b3c67a0c8ac646193861ca47c01d0c9d5eab) feat: addded empty state placeholder for failed request execution response - [`09296a1`](https://github.com/hoppscotch/hoppscotch/commit/09296a1294f73a814a365d8beabbda2d684e9bd9) feat: added loading state in between request runs while response presents - [`ae9f979`](https://github.com/hoppscotch/hoppscotch/commit/ae9f97950911b5994c4f7f25d8cc312cd843eb8b) feat: request headers include inherited entries from its parent - [`187f86c`](https://github.com/hoppscotch/hoppscotch/commit/187f86cb26042fcc96f468947ed5a05337101d32) chore: removed test results tab on network fail ### 📊 Changes **4 files changed** (+43 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components/http/test/Response.vue` (+13 -5) 📝 `packages/hoppscotch-common/src/components/http/test/Runner.vue` (+9 -9) 📝 `packages/hoppscotch-common/src/components/lenses/ResponseBodyRenderer.vue` (+16 -4) 📝 `packages/hoppscotch-common/src/services/test-runner/test-runner.service.ts` (+5 -0) </details> ### 📄 Description Closes HFE-721 ## Overview This pull request includes the following enhancements: 1. Request headers now display entries inherited from the parent collection level. 2. Added an empty state placeholder for failed request executions. 3. Introduced a loading state between request runs when a response is already present. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:23:35 +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#4896
No description provided.