[PR #127] [MERGED] Add proxy setting for HTTP requests #62

Closed
opened 2025-12-29 07:19:08 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/127
Author: @gschier
Created: 10/13/2024
Status: Merged
Merged: 10/13/2024
Merged by: @gschier

Base: masterHead: proxy-setting


📝 Commits (3)

📊 Changes

16 files changed (+585 additions, -374 deletions)

View changed files

📝 rustfmt.toml (+6 -0)
📝 src-tauri/Cargo.lock (+241 -150)
src-tauri/migrations/20241012181547_proxy-setting.sql (+1 -0)
📝 src-tauri/src/http_request.rs (+43 -32)
📝 src-tauri/src/lib.rs (+3 -2)
📝 src-tauri/yaak_grpc/Cargo.toml (+18 -15)
📝 src-tauri/yaak_grpc/src/manager.rs (+13 -27)
📝 src-tauri/yaak_grpc/src/proto.rs (+47 -42)
📝 src-tauri/yaak_models/bindings/models.ts (+5 -1)
📝 src-tauri/yaak_models/src/models.rs (+35 -11)
📝 src-tauri/yaak_models/src/queries.rs (+36 -82)
📝 src-web/components/Settings/Settings.tsx (+6 -1)
📝 src-web/components/Settings/SettingsGeneral.tsx (+10 -10)
src-web/components/Settings/SettingsProxy.tsx (+119 -0)
📝 src-web/components/core/Banner.tsx (+1 -0)
📝 src-web/components/core/PlainInput.tsx (+1 -1)

📄 Description

Wasn't able to get it working for gRPC

CleanShot 2024-10-12 at 20 51 58@2x


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mountain-loop/yaak/pull/127 **Author:** [@gschier](https://github.com/gschier) **Created:** 10/13/2024 **Status:** ✅ Merged **Merged:** 10/13/2024 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `proxy-setting` --- ### 📝 Commits (3) - [`1cc7eca`](https://github.com/mountain-loop/yaak/commit/1cc7eca01e7d4870b426b70d21632bbd93b5b27e) Proxy setting working for HTTP but not gRPC - [`fc98140`](https://github.com/mountain-loop/yaak/commit/fc9814077ef13d1cacf819c682a1ac6d7a093a7a) Proxy authentication - [`cf6f183`](https://github.com/mountain-loop/yaak/commit/cf6f183a19d26c9da40146954583f92814e16b89) Re-gen models ### 📊 Changes **16 files changed** (+585 additions, -374 deletions) <details> <summary>View changed files</summary> 📝 `rustfmt.toml` (+6 -0) 📝 `src-tauri/Cargo.lock` (+241 -150) ➕ `src-tauri/migrations/20241012181547_proxy-setting.sql` (+1 -0) 📝 `src-tauri/src/http_request.rs` (+43 -32) 📝 `src-tauri/src/lib.rs` (+3 -2) 📝 `src-tauri/yaak_grpc/Cargo.toml` (+18 -15) 📝 `src-tauri/yaak_grpc/src/manager.rs` (+13 -27) 📝 `src-tauri/yaak_grpc/src/proto.rs` (+47 -42) 📝 `src-tauri/yaak_models/bindings/models.ts` (+5 -1) 📝 `src-tauri/yaak_models/src/models.rs` (+35 -11) 📝 `src-tauri/yaak_models/src/queries.rs` (+36 -82) 📝 `src-web/components/Settings/Settings.tsx` (+6 -1) 📝 `src-web/components/Settings/SettingsGeneral.tsx` (+10 -10) ➕ `src-web/components/Settings/SettingsProxy.tsx` (+119 -0) 📝 `src-web/components/core/Banner.tsx` (+1 -0) 📝 `src-web/components/core/PlainInput.tsx` (+1 -1) </details> ### 📄 Description Wasn't able to get it working for gRPC ![CleanShot 2024-10-12 at 20 51 58@2x](https://github.com/user-attachments/assets/7ceba228-e36b-43c8-8c25-c4433efc7c76) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 07:19:08 +01:00
adam closed this issue 2025-12-29 07:19:08 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#62