[PR #603] [MERGED] Added regex to handle url parts #2740

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/603
Author: @JacobAnavisca
Created: 2/25/2020
Status: Merged
Merged: 2/26/2020
Merged by: @liyasthomas

Base: masterHead: feature/fast-url


📝 Commits (8)

  • 77ea9df Added regex to handle url parts
  • 8cc7b52 Added regex to handle url parts
  • 492d1cf url api and updated test
  • caf07cd url api and updated test
  • eac8381 Minor get uri update
  • 5849d35 Minor ui update
  • 54207e3 uri update when selecting request
  • 7148738 Merge branch 'master' into feature/fast-url

📊 Changes

4 files changed (+3128 additions, -211 deletions)

View changed files

📝 pages/index.vue (+190 -209)
pages/index.vue.orig (+2937 -0)
📝 store/state.js (+1 -0)
📝 tests/e2e/integration/proxy.spec.js (+0 -2)

📄 Description

Fix #62
Fix #581


🔄 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/603 **Author:** [@JacobAnavisca](https://github.com/JacobAnavisca) **Created:** 2/25/2020 **Status:** ✅ Merged **Merged:** 2/26/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `feature/fast-url` --- ### 📝 Commits (8) - [`77ea9df`](https://github.com/hoppscotch/hoppscotch/commit/77ea9dfac9f165956c9e700b7143142b7faa0946) Added regex to handle url parts - [`8cc7b52`](https://github.com/hoppscotch/hoppscotch/commit/8cc7b525d91c86667ba1c2f862f765ebbf54a967) Added regex to handle url parts - [`492d1cf`](https://github.com/hoppscotch/hoppscotch/commit/492d1cfa8ffd6b873df07183c9ff88ed1b8596af) url api and updated test - [`caf07cd`](https://github.com/hoppscotch/hoppscotch/commit/caf07cd8ba8d5c3221e54daeee9b053a1b3e78b9) url api and updated test - [`eac8381`](https://github.com/hoppscotch/hoppscotch/commit/eac838198143b92ef34d22d729783d8d75cc3f65) Minor get uri update - [`5849d35`](https://github.com/hoppscotch/hoppscotch/commit/5849d351c2321dcb5b0ecf3e5b9381b162e04182) Minor ui update - [`54207e3`](https://github.com/hoppscotch/hoppscotch/commit/54207e3f337fdc1e66bd5809cc2a938dd4c07af0) uri update when selecting request - [`7148738`](https://github.com/hoppscotch/hoppscotch/commit/71487381127145724b062798c448b2027554ca24) Merge branch 'master' into feature/fast-url ### 📊 Changes **4 files changed** (+3128 additions, -211 deletions) <details> <summary>View changed files</summary> 📝 `pages/index.vue` (+190 -209) ➕ `pages/index.vue.orig` (+2937 -0) 📝 `store/state.js` (+1 -0) 📝 `tests/e2e/integration/proxy.spec.js` (+0 -2) </details> ### 📄 Description Fix #62 Fix #581 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:24:57 +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#2740
No description provided.