mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #1534] [CLOSED] Add the ability to export and import state as a file #3385
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#3385
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/1534
Author: @Earl-Brown
Created: 3/11/2021
Status: ❌ Closed
Base:
main← Head:main📝 Commits (10+)
33dd854workspace popover ui behaving but no implementationef57aedThe workspace icons look nice now.5b3a0c6code exists for file management, but save just downloads without promptingee67e60File saving dialogs work correctly now.96f6947updated to use $store for handling contentf013b54state is saving and appears to be loading; on load, the 'save reqeust as' dialog is shown62df83duses current configuration to fill in the gaps for saved configurationacc4f65Added a check for an empty 'editing request' before showing the 'save' dialog4b734b7Updated config structure to not save application name 'Hoppscotch'cfa7950Updated documentation📊 Changes
79 files changed (+51115 additions, -140 deletions)
View changed files
📝
CHANGELOG.md(+9 -0)📝
README.md(+57 -16)➕
README.md.bak(+713 -0)➕
assets/scss/styles.scss.bak(+831 -0)➕
assets/scss/themes.scss.bak(+157 -0)📝
babel.config.js(+1 -3)➕
babel.config.js.bak(+21 -0)➕
components/app/Contributors.vue.bak(+156 -0)➕
components/app/Footer.vue.bak(+77 -0)📝
components/app/Header.vue(+13 -0)➕
components/app/Header.vue.bak(+332 -0)➕
components/app/Section.vue.bak(+104 -0)➕
components/app/Sidenav.vue.bak(+363 -0)➕
components/collections/Add.vue.bak(+76 -0)➕
components/collections/Collection.vue.bak(+172 -0)➕
components/collections/Edit.vue.bak(+82 -0)➕
components/collections/EditFolder.vue.bak(+77 -0)➕
components/collections/EditRequest.vue.bak(+88 -0)➕
components/collections/Folder.vue.bak(+174 -0)➕
components/collections/ImportExport.vue.bak(+385 -0)...and 59 more files
📄 Description
In my workplace we use Postman, but we have issues sharing our tests between groups (dev, QA, IT) and automating execution of tests. (Basically, remembering to save environments and collections, as well as the complexity of importing them makes it unusable without prohibitive expense).
I have simplified this need greatly by adding the concept of "workspaces" so we can easily save and restore the entire state.
I fully expect a number of issues to be found with this implementation, and would love advice and assistance for resolving any such issues.
Deploy preview: https://deploy-preview-1534--hoppscotch.netlify.app
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.