mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #1836] [MERGED] Move to JS code execution sandbox (HOPP-67, HOPP-66) #3512
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#3512
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/1836
Author: @AndrewBastin
Created: 9/24/2021
Status: ✅ Merged
Merged: 9/25/2021
Merged by: @AndrewBastin
Base:
main← Head:refactor/js-sandbox📝 Commits (7)
d2865c6refactor: bring js-sandbox project to the monorepo166f9e8feat: project level testing + add fp-ts and sandbox as deps9454d8cfeat: move testing code to js-sandbox0c38970chore(docs): updated readme6751c50fix: build680937efeat: fix issue with the pre-request envsde2d336refactor: bump js-sandbox version to 1.0.0📊 Changes
32 files changed (+2091 additions, -508 deletions)
View changed files
📝
README.md(+8 -6)📝
package.json(+2 -1)📝
packages/hoppscotch-app/components/http/Request.vue(+23 -16)📝
packages/hoppscotch-app/helpers/RequestRunner.ts(+63 -132)📝
packages/hoppscotch-app/helpers/__tests__/postwomanTesting.sample(+0 -0)➖
packages/hoppscotch-app/helpers/postwomanTesting.ts(+0 -321)📝
packages/hoppscotch-app/helpers/preRequest.ts(+18 -31)📝
packages/hoppscotch-app/package.json(+4 -1)➕
packages/hoppscotch-js-sandbox/.eslintrc.js(+29 -0)➕
packages/hoppscotch-js-sandbox/.gitignore(+5 -0)➕
packages/hoppscotch-js-sandbox/.prettierignore(+8 -0)➕
packages/hoppscotch-js-sandbox/.prettierrc.js(+3 -0)➕
packages/hoppscotch-js-sandbox/LICENSE(+21 -0)➕
packages/hoppscotch-js-sandbox/README.md(+65 -0)➕
packages/hoppscotch-js-sandbox/jest.config.js(+6 -0)➕
packages/hoppscotch-js-sandbox/jest.setup.ts(+1 -0)➕
packages/hoppscotch-js-sandbox/package.json(+59 -0)➕
packages/hoppscotch-js-sandbox/src/__tests__/preRequest.spec.ts(+64 -0)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/expect/toBe.spec.ts(+98 -0)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/expect/toBeLevelxxx.spec.ts(+361 -0)...and 12 more files
📄 Description
This PR brings forth the following updates.
hoppscotch-app(HOPP-67)
(HOPP-66)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.