[PR #4564] [MERGED] chore: collection runner enhancements and ui clean up #4857

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4564
Author: @anwarulislam
Created: 11/26/2024
Status: Merged
Merged: 11/28/2024
Merged by: @jamesgeorge007

Base: nextHead: feat/collection-runner-improvements


📝 Commits (9)

  • 1b2575b fix: reading body of null in inspector
  • a9408f6 chore: clean up ui
  • ad5fece feat: empty state for passed and failed tests
  • 532f42c feat: persist previous config and handle negative delay
  • 7780b37 fix: account for inherited properties during folder runs
  • c9eda6f fix: added feedback when team collection is deleted
  • 5839a4d fix: ensure backwards compatibility with team workspace behavior
  • daa2ca6 fix: test runner tab persistent issue when request is selected
  • 45b188e chore: cleanup

📊 Changes

10 files changed (+215 additions, -51 deletions)

View changed files

📝 packages/hoppscotch-common/locales/en.json (+4 -1)
📝 packages/hoppscotch-common/src/components.d.ts (+2 -0)
📝 packages/hoppscotch-common/src/components/http/test/ResultRequest.vue (+2 -2)
📝 packages/hoppscotch-common/src/components/http/test/Runner.vue (+41 -5)
📝 packages/hoppscotch-common/src/components/http/test/RunnerModal.vue (+13 -1)
📝 packages/hoppscotch-common/src/components/http/test/RunnerResult.vue (+27 -1)
📝 packages/hoppscotch-common/src/helpers/backend/helpers.ts (+15 -8)
📝 packages/hoppscotch-common/src/newstore/collections.ts (+81 -14)
📝 packages/hoppscotch-common/src/services/persistence/validation-schemas/index.ts (+19 -19)
📝 packages/hoppscotch-common/src/services/tab/rest.ts (+11 -0)

📄 Description

The PR fixes couple of issues and clean up ui on collection runner.


🔄 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/4564 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 11/26/2024 **Status:** ✅ Merged **Merged:** 11/28/2024 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `feat/collection-runner-improvements` --- ### 📝 Commits (9) - [`1b2575b`](https://github.com/hoppscotch/hoppscotch/commit/1b2575b86a9a278aed26ce26b466cf849b1ce56a) fix: reading body of null in inspector - [`a9408f6`](https://github.com/hoppscotch/hoppscotch/commit/a9408f60463dfe7ce46c6d4e7789ea8b826a15a6) chore: clean up ui - [`ad5fece`](https://github.com/hoppscotch/hoppscotch/commit/ad5fece40c1c8c614fc5d3bba1870fb4911f2510) feat: empty state for passed and failed tests - [`532f42c`](https://github.com/hoppscotch/hoppscotch/commit/532f42cec4fce6e4dae9311413fcc163295ac418) feat: persist previous config and handle negative delay - [`7780b37`](https://github.com/hoppscotch/hoppscotch/commit/7780b379c20921d77d1d57df0eb16460d75537a0) fix: account for inherited properties during folder runs - [`c9eda6f`](https://github.com/hoppscotch/hoppscotch/commit/c9eda6f87eddfd68a6da9e32289429cd930ed22a) fix: added feedback when team collection is deleted - [`5839a4d`](https://github.com/hoppscotch/hoppscotch/commit/5839a4d66e6a0a7597ed3b683a07df7673d7e900) fix: ensure backwards compatibility with team workspace behavior - [`daa2ca6`](https://github.com/hoppscotch/hoppscotch/commit/daa2ca68dcfa3454e70f329a2c6186a369db4353) fix: test runner tab persistent issue when request is selected - [`45b188e`](https://github.com/hoppscotch/hoppscotch/commit/45b188e77db1b3987ea0b0ab041173b12ba5609f) chore: cleanup ### 📊 Changes **10 files changed** (+215 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/locales/en.json` (+4 -1) 📝 `packages/hoppscotch-common/src/components.d.ts` (+2 -0) 📝 `packages/hoppscotch-common/src/components/http/test/ResultRequest.vue` (+2 -2) 📝 `packages/hoppscotch-common/src/components/http/test/Runner.vue` (+41 -5) 📝 `packages/hoppscotch-common/src/components/http/test/RunnerModal.vue` (+13 -1) 📝 `packages/hoppscotch-common/src/components/http/test/RunnerResult.vue` (+27 -1) 📝 `packages/hoppscotch-common/src/helpers/backend/helpers.ts` (+15 -8) 📝 `packages/hoppscotch-common/src/newstore/collections.ts` (+81 -14) 📝 `packages/hoppscotch-common/src/services/persistence/validation-schemas/index.ts` (+19 -19) 📝 `packages/hoppscotch-common/src/services/tab/rest.ts` (+11 -0) </details> ### 📄 Description The PR fixes couple of issues and clean up ui on collection runner. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:21:24 +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#4857
No description provided.