mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #2389] [CLOSED] refactor: updated js-sandbox with new quickjs apis #3778
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#3778
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/2389
Author: @devblin
Created: 6/1/2022
Status: ❌ Closed
Base:
main← Head:refactor/js-sandbox📝 Commits (10+)
8c339berefactor: updated js-sandbox with new quickjs apis49d604efeat: added artifact api12fc3b1feat: added new api defining functions55c0730refactor: updated and refactored apis structure1873058chore: updated package.jsoncf9b2bftest: added tests for artifacts api59a6912refactor: updated pre-request & test-script runners and realted tests392f103refactor: updated hoppscotch-app's related to type changes in pre-request and test-script runnersbc485d4refactor: updated with artifact type6295aferefactor: updated clone/lodash to cloneDeep/lodash📊 Changes
42 files changed (+3091 additions, -756 deletions)
View changed files
📝
packages/hoppscotch-app/helpers/RequestRunner.ts(+3 -3)📝
packages/hoppscotch-app/helpers/preRequest.ts(+1 -1)📝
packages/hoppscotch-js-sandbox/package.json(+2 -1)📝
packages/hoppscotch-js-sandbox/src/__tests__/preRequest.spec.ts(+25 -12)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/artifacts/create.spec.ts(+91 -0)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/artifacts/delete.spec.ts(+59 -0)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/artifacts/get.spec.ts(+67 -0)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/artifacts/update.spec.ts(+71 -0)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/consoles/debug.spec.ts(+58 -0)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/consoles/error.spec.ts(+58 -0)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/consoles/log.spec.ts(+58 -0)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/consoles/warn.spec.ts(+58 -0)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/envs/active/get.spec.ts(+219 -0)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/envs/delete.spec.ts(+150 -0)📝
packages/hoppscotch-js-sandbox/src/__tests__/testing/envs/get.spec.ts(+49 -4)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/envs/getRaw.spec.ts(+185 -0)📝
packages/hoppscotch-js-sandbox/src/__tests__/testing/envs/getResolve.spec.ts(+6 -3)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/envs/global/get.spec.ts(+219 -0)📝
packages/hoppscotch-js-sandbox/src/__tests__/testing/envs/resolve.spec.ts(+6 -2)📝
packages/hoppscotch-js-sandbox/src/__tests__/testing/envs/set.spec.ts(+8 -3)...and 22 more files
📄 Description
Description
Work in progress of revamping js-sandbox.
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.