mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4468] [MERGED] feat: portable version of hoppscotch-agent #4820
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#4820
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/4468
Author: @CuriousCorrelation
Created: 10/24/2024
Status: ✅ Merged
Merged: 10/24/2024
Merged by: @AndrewBastin
Base:
next← Head:agent/feat/portable-exe-v1📝 Commits (10+)
57d00c6feat: constrain agent to single instance38499c8feat:webview2auto-installer for portable exec6210c83fix: better setup message to guide users6b527acfix: file access conflict inWebView2installerc357239fix: code isolation and error msg spacingab7b92ffix: error variant on non-windows platforms9bd4f84feat: distinct feature set for portable versionfab937dfeat: tauriconffile for portable builds7d0da80fix:tempfilemissing withportablefeaturee2d0773fix: missingvcrediston newer Windows installs📊 Changes
14 files changed (+1009 additions, -139 deletions)
View changed files
📝
packages/hoppscotch-agent/devenv.lock(+12 -20)➕
packages/hoppscotch-agent/src-tauri/.cargo/config.toml(+25 -0)📝
packages/hoppscotch-agent/src-tauri/Cargo.lock(+409 -25)📝
packages/hoppscotch-agent/src-tauri/Cargo.toml(+12 -1)📝
packages/hoppscotch-agent/src-tauri/capabilities/default.json(+11 -0)➕
packages/hoppscotch-agent/src-tauri/src/dialog.rs(+58 -0)📝
packages/hoppscotch-agent/src-tauri/src/lib.rs(+70 -42)📝
packages/hoppscotch-agent/src-tauri/src/model.rs(+13 -0)📝
packages/hoppscotch-agent/src-tauri/src/updater.rs(+55 -27)📝
packages/hoppscotch-agent/src-tauri/src/util.rs(+67 -21)➕
packages/hoppscotch-agent/src-tauri/src/webview/error.rs(+15 -0)➕
packages/hoppscotch-agent/src-tauri/src/webview/mod.rs(+212 -0)📝
packages/hoppscotch-agent/src-tauri/tauri.conf.json(+2 -3)➕
packages/hoppscotch-agent/src-tauri/tauri.portable.conf.json(+48 -0)📄 Description
Portable Version of Hoppscotch Agent
This PR implements a portable version of the Hoppscotch Agent for all platforms with some specific changes for Windows. This can run without installation or administrative privileges.
Closes HFE-624
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.