mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #3655] [CLOSED] feat: added unset variable to sandbox #4475
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#4475
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/3655
Author: @ajmalmohad
Created: 12/15/2023
Status: ❌ Closed
Base:
main← Head:feature/unset-var-script📝 Commits (10+)
2462492chore(cli): bump dependencies (#3441)d1c9c35chore: merge hoppscotch/release/2023.8.3 into hoppscotch/release/2023.12.059b5a50HBE-296 feat: introducing 'infra' type and splitting model properties between 'admin' and 'infra' (#3445)a215860feat: replacing windicss by tailwindcss in hoppscotch-ui (#3076)9dcbc4arefactor: updated dashboard gql queries and components to use the new infra type of the updated schema (#3455)6daa043chore: merge hoppscotch/release/2023.8.3 into hoppscotch/release/2023.12.023e3739feat: introducing a new smart table hoppscotch ui component (#3178)507fe69feat: new banner service and added ability to bind additional services from other platforms (#3474)93ce86fchore: merge hoppscotch/release/2023.8.3 into hoppscotch/release/2023.12.04caf005feat: introduction of shared-requests (#3476)📊 Changes
636 files changed (+27628 additions, -19709 deletions)
View changed files
📝
.env.example(+5 -2)📝
.gitignore(+1 -4)➖
.vscode/extensions.json(+0 -14)➕
aio-multiport-setup.Caddyfile(+19 -0)➕
aio-subpath-access.Caddyfile(+37 -0)➖
aio.Caddyfile(+0 -11)📝
aio_run.mjs(+2 -1)📝
docker-compose.yml(+8 -3)📝
package.json(+4 -0)📝
packages/codemirror-lang-graphql/package.json(+3 -3)➖
packages/dioc/.gitignore(+0 -24)➖
packages/dioc/README.md(+0 -141)➖
packages/dioc/index.d.ts(+0 -2)➖
packages/dioc/lib/container.ts(+0 -147)➖
packages/dioc/lib/main.ts(+0 -2)➖
packages/dioc/lib/service.ts(+0 -65)➖
packages/dioc/lib/testing.ts(+0 -33)➖
packages/dioc/lib/vue.ts(+0 -34)➖
packages/dioc/package.json(+0 -54)➖
packages/dioc/test/container.spec.ts(+0 -262)...and 80 more files
📄 Description
We can unset variables using unset function in pre-request script and test script
Closes #3398
Description
Unset function is added to the Javascript Sandbox. It will work on both pre-request scripts and test scripts
Checks
Additional Information
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.