[PR #1981] [CLOSED] fix: show an error when pre-request script fails #3594

Closed
opened 2026-03-17 01:11:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1981
Author: @andriuspetrauskis
Created: 11/28/2021
Status: Closed

Base: mainHead: show-error-when-pre-request-script-fails


📝 Commits (1)

  • 891ac00 fix: show an error when pre-request script fails

📊 Changes

99 files changed (+1558 additions, -150 deletions)

View changed files

📝 packages/hoppscotch-app/assets/scss/styles.scss (+4 -0)
📝 packages/hoppscotch-app/components/app/Announcement.vue (+10 -1)
📝 packages/hoppscotch-app/components/app/Header.vue (+6 -1)
📝 packages/hoppscotch-app/components/app/PowerSearch.vue (+17 -2)
📝 packages/hoppscotch-app/components/app/PowerSearchEntry.vue (+11 -1)
📝 packages/hoppscotch-app/components/app/Shortcuts.vue (+44 -5)
📝 packages/hoppscotch-app/components/app/SlideOver.vue (+16 -1)
📝 packages/hoppscotch-app/components/button/Primary.vue (+10 -1)
📝 packages/hoppscotch-app/components/button/Secondary.vue (+20 -2)
📝 packages/hoppscotch-app/components/collections/ChooseType.vue (+13 -1)
📝 packages/hoppscotch-app/components/collections/graphql/Collection.vue (+34 -4)
📝 packages/hoppscotch-app/components/collections/graphql/Folder.vue (+34 -4)
📝 packages/hoppscotch-app/components/collections/graphql/Request.vue (+18 -2)
📝 packages/hoppscotch-app/components/collections/graphql/index.vue (+10 -1)
📝 packages/hoppscotch-app/components/collections/index.vue (+12 -1)
📝 packages/hoppscotch-app/components/collections/my/Collection.vue (+34 -4)
📝 packages/hoppscotch-app/components/collections/my/Folder.vue (+34 -4)
📝 packages/hoppscotch-app/components/collections/my/Request.vue (+20 -2)
📝 packages/hoppscotch-app/components/collections/teams/Collection.vue (+34 -4)
📝 packages/hoppscotch-app/components/collections/teams/Folder.vue (+34 -4)

...and 79 more files

📄 Description

Closes 1980


🔄 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/1981 **Author:** [@andriuspetrauskis](https://github.com/andriuspetrauskis) **Created:** 11/28/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `show-error-when-pre-request-script-fails` --- ### 📝 Commits (1) - [`891ac00`](https://github.com/hoppscotch/hoppscotch/commit/891ac00bdd5253e951d46a567cba66063a92bef5) fix: show an error when pre-request script fails ### 📊 Changes **99 files changed** (+1558 additions, -150 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/assets/scss/styles.scss` (+4 -0) 📝 `packages/hoppscotch-app/components/app/Announcement.vue` (+10 -1) 📝 `packages/hoppscotch-app/components/app/Header.vue` (+6 -1) 📝 `packages/hoppscotch-app/components/app/PowerSearch.vue` (+17 -2) 📝 `packages/hoppscotch-app/components/app/PowerSearchEntry.vue` (+11 -1) 📝 `packages/hoppscotch-app/components/app/Shortcuts.vue` (+44 -5) 📝 `packages/hoppscotch-app/components/app/SlideOver.vue` (+16 -1) 📝 `packages/hoppscotch-app/components/button/Primary.vue` (+10 -1) 📝 `packages/hoppscotch-app/components/button/Secondary.vue` (+20 -2) 📝 `packages/hoppscotch-app/components/collections/ChooseType.vue` (+13 -1) 📝 `packages/hoppscotch-app/components/collections/graphql/Collection.vue` (+34 -4) 📝 `packages/hoppscotch-app/components/collections/graphql/Folder.vue` (+34 -4) 📝 `packages/hoppscotch-app/components/collections/graphql/Request.vue` (+18 -2) 📝 `packages/hoppscotch-app/components/collections/graphql/index.vue` (+10 -1) 📝 `packages/hoppscotch-app/components/collections/index.vue` (+12 -1) 📝 `packages/hoppscotch-app/components/collections/my/Collection.vue` (+34 -4) 📝 `packages/hoppscotch-app/components/collections/my/Folder.vue` (+34 -4) 📝 `packages/hoppscotch-app/components/collections/my/Request.vue` (+20 -2) 📝 `packages/hoppscotch-app/components/collections/teams/Collection.vue` (+34 -4) 📝 `packages/hoppscotch-app/components/collections/teams/Folder.vue` (+34 -4) _...and 79 more files_ </details> ### 📄 Description Closes [1980](https://github.com/hoppscotch/hoppscotch/issues/1980) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:11:40 +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#3594
No description provided.