mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4441] [CLOSED] Feat/back collection runner #4799
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#4799
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/4441
Author: @anwarulislam
Created: 10/16/2024
Status: ❌ Closed
Base:
release/2023.12.0← Head:feat/back-collection-runner📝 Commits (10+)
55224a9feat: collection runner component added9e900f8feat: collection runner added3351d53feat: setup index.vue for collection runner621de4dfeat: test runner config addedfa6e72bchore: test runner service added9dbd906chore: tailwind preset updateddf9535fix: runner config item padding3c9c0b2fix: runner config setup7724dc6fix: runner result adapter9f7462bfeat: request runner stop config📊 Changes
49 files changed (+1888 additions, -188 deletions)
View changed files
📝
.gitignore(+1 -0)📝
packages/hoppscotch-common/assets/themes/base-themes.scss(+1 -0)📝
packages/hoppscotch-common/locales/en.json(+17 -2)📝
packages/hoppscotch-common/src/components.d.ts(+15 -0)📝
packages/hoppscotch-common/src/components/collections/AddRequest.vue(+1 -1)📝
packages/hoppscotch-common/src/components/collections/Collection.vue(+16 -2)📝
packages/hoppscotch-common/src/components/collections/MyCollections.vue(+19 -0)📝
packages/hoppscotch-common/src/components/collections/index.vue(+40 -3)📝
packages/hoppscotch-common/src/components/embeds/index.vue(+2 -2)📝
packages/hoppscotch-common/src/components/history/index.vue(+1 -0)📝
packages/hoppscotch-common/src/components/http/Request.vue(+2 -2)📝
packages/hoppscotch-common/src/components/http/RequestTab.vue(+3 -3)📝
packages/hoppscotch-common/src/components/http/Response.vue(+3 -3)📝
packages/hoppscotch-common/src/components/http/TabHead.vue(+2 -2)📝
packages/hoppscotch-common/src/components/http/TestResult.vue(+28 -20)➕
packages/hoppscotch-common/src/components/http/test/Folder.vue(+94 -0)➕
packages/hoppscotch-common/src/components/http/test/Request.vue(+86 -0)➕
packages/hoppscotch-common/src/components/http/test/ResultFolder.vue(+95 -0)➕
packages/hoppscotch-common/src/components/http/test/ResultRequest.vue(+79 -0)➕
packages/hoppscotch-common/src/components/http/test/Runner.vue(+128 -0)...and 29 more files
📄 Description
Closes #
What's changed
Notes to reviewers
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
PersistenceServicecall site compat #4943