mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #1354] [MERGED] Web Worker regex test #3255
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#3255
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:main📝 Commits (7)
65e6b95duplicate identifier for requests fixeda62a3d7replaced labels in history6a99694Merge branch 'main' into maindba9382Merge pull request #1 from hoppscotch/maindfc40b9web worker based regex test0e97ea8moved package installation before adding filese7746ddMerge 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.