mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #1367] [MERGED] Collections and environments + GitHub gist #3270
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#3270
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/1367
Author: @liyasthomas
Created: 12/8/2020
Status: ✅ Merged
Merged: 12/9/2020
Merged by: @AndrewBastin
Base:
main← Head:feat/gist📝 Commits (8)
3d10a8fInitial MVP of GitHub gist support346b980Merge pull request #1366 from hoppscotch/main2978c8aAllow importing collections from gistb473ed7Allow importing and exporting environments to gistb158795Merge branch 'main' into feat/gistba08883Final gist integration + clean upf21b576Fixed tests for fb.spec.jseeb1ecdAdded test case for signInUserWithGithub to check if adding 'repo gist'📊 Changes
6 files changed (+261 additions, -12 deletions)
View changed files
📝
components/collections/import-export-collections.vue(+89 -0)📝
components/environments/import-export-environment.vue(+89 -0)📝
components/firebase/login.vue(+10 -5)📝
helpers/__tests__/fb.spec.js(+40 -4)📝
helpers/fb.js(+26 -2)📝
lang/en-US.json(+7 -1)📄 Description
App:
repoandgistscope to GitHub OAuth appCollections:
Create secret collections gist
Import collections from gist URL
Environments:
Create secret environments gist
Import environments from gist URL
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.