mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1020] integrate parameters with history #356
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#356
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?
Originally created by @sdavey on GitHub (Jul 24, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1020
sadly the API I'm testing using the query string for all calls, even PUT and POST
I'd like to use Collections to switch back and forth between different tests. Currently parameters are not stored in Collections. I'd like the option for parameters to be restored via Collections, including being cleared when there aren't any parameters.
@liyasthomas commented on GitHub (Jul 24, 2020):
I guess parameters are already restored when you "restore a hitoy" item. I just tried and it look ok at my end.
EDIT: Collections also restore parameters. Just tried and it too look ok at my end.
@sdavey commented on GitHub (Jul 24, 2020):
I'm glad to hear that. Unfortunately it's not working for me in Safari. I thought I had the latest version of Postwoman but maybe not. I'll see if I can figure it out.
@liyasthomas commented on GitHub (Jul 24, 2020):
https://postwoman.io is the latest version.
@sdavey commented on GitHub (Jul 24, 2020):
thanks, but I'm testing with both postwoman and my service on my local network so I think postwoman.io won't work for me. The one I'm using is version 1.9.7 but looks a little different than the one on postwoman.io.
@sdavey commented on GitHub (Jul 24, 2020):
btw, thanks for creating such an awesome tool!! I'll close this issue.
@liyasthomas commented on GitHub (Jul 24, 2020):
It would be better if you could use the latest version (postwoman.io). And I appreciate if you could provide some logs / steps to reproduce issue so that I can track it down.
@sdavey commented on GitHub (Jul 24, 2020):
ok, I'll give that a try tomorrow.
@sdavey commented on GitHub (Jul 24, 2020):
good morning. I've updated to the latest version. I may have figured out what's going on. If I type parameters as part of the url, everything seems to work. But if I change the parameters by using "Add new" and the trashcan buttons, those seem to affect other requests in my collection. I haven't figured out the exact pattern. It may be that deleting a parameter deletes parameters of the same name in other requests in the collection. Sometimes adding a parameter (using "Add new") also adds the parameter to other requests in the collection. Anyway, typing in the url seems to work now. Thanks!
@liyasthomas commented on GitHub (Jul 24, 2020):
Can you produce a screech record of the mentioned behaviour? Let me if you can reproduce the issue in the live version.