mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #1535] [CLOSED] Feature: GraphQl Environments #3383
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#3383
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/1535
Author: @raghav0307
Created: 3/12/2021
Status: ❌ Closed
Base:
main← Head:graphql-sidebar-env-raghav📝 Commits (10+)
0acd4deCreate REQUIREMENTS.md5496bd0Merge branch 'main' of github.com:hoppscotch/hoppscotch26a1e0aMerge branch 'main' of https://github.com/hoppscotch/hoppscotch into mainee1e297feat: add pre-requests tab alongside headerb4e6beafeat: run pre-request script to modify url0d78e84feat: add environment tabs in the sidebar4d93301feat: imported environment variables to pre-request scriptd1fc903chore: remove unused imports54eb7a3chore: update branch with hoppscotch main branche22627dchore: bug fix - collection.folders undefined error📊 Changes
21 files changed (+851 additions, -273 deletions)
View changed files
➕
REQUIREMENTS.md(+297 -0)📝
components/collections/Collection.vue(+5 -1)📝
components/environments/Add.vue(+14 -2)📝
components/environments/Edit.vue(+34 -8)📝
components/environments/Environment.vue(+16 -3)📝
components/environments/ImportExport.vue(+27 -7)📝
components/environments/index.vue(+24 -5)📝
components/http/BodyParameters.vue(+27 -25)📝
helpers/__tests__/network-ExtDisabled.spec.js(+3 -4)📝
helpers/__tests__/network-ExtEnabled.spec.js(+3 -4)📝
helpers/fb.js(+19 -3)📝
helpers/strategies/__tests__/AxiosStrategy-NoProxy.spec.js(+3 -4)📝
helpers/strategies/__tests__/AxiosStrategy-Proxy.spec.js(+3 -4)📝
helpers/strategies/__tests__/ExtensionStrategy-NoProxy.spec.js(+3 -5)📝
helpers/strategies/__tests__/ExtensionStrategy-Proxy.spec.js(+3 -4)📝
newstore/__tests__/DispatchingStore.spec.js(+37 -32)📝
pages/graphql.vue(+200 -111)📝
pages/index.vue(+1 -1)📝
pages/settings.vue(+8 -1)📝
store/mutations.js(+1 -1)...and 1 more files
📄 Description
This pull request aims to bring the environment functionality to GraphQl.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.