[PR #1354] [MERGED] Web Worker regex test #3255

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1354
Author: @hariaakash
Created: 12/1/2020
Status: Merged
Merged: 12/1/2020
Merged by: @liyasthomas

Base: mainHead: main


📝 Commits (7)

  • 65e6b95 duplicate identifier for requests fixed
  • a62a3d7 replaced labels in history
  • 6a99694 Merge branch 'main' into main
  • dba9382 Merge pull request #1 from hoppscotch/main
  • dfc40b9 web worker based regex test
  • 0e97ea8 moved package installation before adding files
  • e7746dd Merge branch 'main' into main

📊 Changes

10 files changed (+201 additions, -11 deletions)

View changed files

📝 Dockerfile (+2 -1)
assets/js/regex.worker.js (+31 -0)
📝 components/realtime/mqtt.vue (+23 -2)
📝 components/realtime/socketio.vue (+23 -2)
📝 components/realtime/sse.vue (+23 -2)
📝 components/realtime/websocket.vue (+23 -2)
📝 nuxt.config.js (+13 -1)
📝 package-lock.json (+52 -0)
📝 package.json (+2 -1)
plugins/web-worker.js (+9 -0)

📄 Description

Fixes #1329
Also moved package installation in docker file before adding packages.


🔄 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/1354 **Author:** [@hariaakash](https://github.com/hariaakash) **Created:** 12/1/2020 **Status:** ✅ Merged **Merged:** 12/1/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`65e6b95`](https://github.com/hoppscotch/hoppscotch/commit/65e6b958d85f9352f374d30c841c2f3592a45648) duplicate identifier for requests fixed - [`a62a3d7`](https://github.com/hoppscotch/hoppscotch/commit/a62a3d775b592e37cc274abbf0b8848580539a00) replaced labels in history - [`6a99694`](https://github.com/hoppscotch/hoppscotch/commit/6a99694dea5eab6fab9ba961f396ea537e0cb29c) Merge branch 'main' into main - [`dba9382`](https://github.com/hoppscotch/hoppscotch/commit/dba93821b4323b8a5cbb213137b9339201d39789) Merge pull request #1 from hoppscotch/main - [`dfc40b9`](https://github.com/hoppscotch/hoppscotch/commit/dfc40b9f8f9f7f0974169f76ae355aebb318e43d) web worker based regex test - [`0e97ea8`](https://github.com/hoppscotch/hoppscotch/commit/0e97ea89d4b1f627cd4a0ea7492b7aed17800c9b) moved package installation before adding files - [`e7746dd`](https://github.com/hoppscotch/hoppscotch/commit/e7746dd8795bb73d3cc5d0843290ed5f0676125f) Merge branch 'main' into main ### 📊 Changes **10 files changed** (+201 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+2 -1) ➕ `assets/js/regex.worker.js` (+31 -0) 📝 `components/realtime/mqtt.vue` (+23 -2) 📝 `components/realtime/socketio.vue` (+23 -2) 📝 `components/realtime/sse.vue` (+23 -2) 📝 `components/realtime/websocket.vue` (+23 -2) 📝 `nuxt.config.js` (+13 -1) 📝 `package-lock.json` (+52 -0) 📝 `package.json` (+2 -1) ➕ `plugins/web-worker.js` (+9 -0) </details> ### 📄 Description Fixes #1329 Also moved package installation in docker file before adding packages. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:53:03 +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#3255
No description provided.