mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4609] [MERGED] feat: enhance collection runner functionality #4868
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#4868
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/4609
Author: @anwarulislam
Created: 12/11/2024
Status: ✅ Merged
Merged: 12/19/2024
Merged by: @jamesgeorge007
Base:
next← Head:feat/collection-runner-enhancements📝 Commits (8)
65247fefeat: add selected request path to test runner05a027cfeat: request headers tab added2db2a36feat: delay before closing modal292873cfeat: run again the collection1de8e35fix: collection duplication issuec4e287afeat: persist env variables49caecbfix: add support for inheritedProperties for team collection73394ffchore: resolve conflicts alongside merging latest changes📊 Changes
19 files changed (+244 additions, -49 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+3 -0)📝
packages/hoppscotch-common/src/components.d.ts(+1 -1)📝
packages/hoppscotch-common/src/components/collections/TeamCollections.vue(+16 -3)📝
packages/hoppscotch-common/src/components/collections/index.vue(+24 -3)📝
packages/hoppscotch-common/src/components/http/test/Response.vue(+26 -3)📝
packages/hoppscotch-common/src/components/http/test/ResultRequest.vue(+2 -1)📝
packages/hoppscotch-common/src/components/http/test/Runner.vue(+47 -13)📝
packages/hoppscotch-common/src/components/http/test/RunnerModal.vue(+13 -6)📝
packages/hoppscotch-common/src/components/http/test/RunnerResult.vue(+6 -3)📝
packages/hoppscotch-common/src/components/lenses/ResponseBodyRenderer.vue(+20 -6)📝
packages/hoppscotch-common/src/helpers/RequestRunner.ts(+33 -3)📝
packages/hoppscotch-common/src/helpers/auth/index.ts(+2 -1)📝
packages/hoppscotch-common/src/helpers/backend/helpers.ts(+5 -2)📝
packages/hoppscotch-common/src/helpers/preRequest.ts(+3 -1)📝
packages/hoppscotch-common/src/helpers/rest/document.ts(+12 -0)➕
packages/hoppscotch-common/src/helpers/runner/temp_envs.ts(+20 -0)📝
packages/hoppscotch-common/src/services/persistence/validation-schemas/index.ts(+1 -0)📝
packages/hoppscotch-common/src/services/test-runner/test-runner.service.ts(+4 -1)📝
packages/hoppscotch-selfhost-web/src/platform/collections/collections.platform.ts(+6 -2)📄 Description
Closes HFE-667
This PR addresses several key issues and introduces improvements to enhance the overall user experience.
Key Changes:
Bug Fixes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.