[PR #451] [MERGED] Fix gRPC Any response reflection #1628

Closed
opened 2026-05-06 19:39:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/451
Author: @gschier
Created: 5/6/2026
Status: Merged
Merged: 5/6/2026
Merged by: @gschier

Base: mainHead: codex/fix-grpc-any-response-reflection


📝 Commits (3)

  • ca315da Fix gRPC Any response reflection
  • c4a6d22 Fix Vite+ tsconfig lint
  • 4d57a8c Merge branch 'main' into codex/fix-grpc-any-response-reflection

📊 Changes

6 files changed (+171 additions, -10 deletions)

View changed files

📝 crates-tauri/yaak-app/src/lib.rs (+53 -7)
📝 crates/yaak-grpc/src/lib.rs (+1 -1)
📝 crates/yaak-grpc/src/manager.rs (+37 -1)
📝 crates/yaak-grpc/src/reflection.rs (+78 -1)
📝 packages/plugin-runtime-types/tsconfig.json (+1 -0)
📝 packages/plugin-runtime/tsconfig.json (+1 -0)

📄 Description

Fixes a gRPC response hang when a response contains google.protobuf.Any values whose concrete type was not included in the initially reflected service.

https://yaak.app/feedback/posts/ui-hang-with-grpc-response-containing-google-protobuf-any


🔄 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/451 **Author:** [@gschier](https://github.com/gschier) **Created:** 5/6/2026 **Status:** ✅ Merged **Merged:** 5/6/2026 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `codex/fix-grpc-any-response-reflection` --- ### 📝 Commits (3) - [`ca315da`](https://github.com/mountain-loop/yaak/commit/ca315da3b08076cf1ec74e3e91eadfd980107f65) Fix gRPC Any response reflection - [`c4a6d22`](https://github.com/mountain-loop/yaak/commit/c4a6d2225384e7fae96d80e5b939158e3f0ea2db) Fix Vite+ tsconfig lint - [`4d57a8c`](https://github.com/mountain-loop/yaak/commit/4d57a8cc750c11ad8227cb2b45a451f548f7d47c) Merge branch 'main' into codex/fix-grpc-any-response-reflection ### 📊 Changes **6 files changed** (+171 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `crates-tauri/yaak-app/src/lib.rs` (+53 -7) 📝 `crates/yaak-grpc/src/lib.rs` (+1 -1) 📝 `crates/yaak-grpc/src/manager.rs` (+37 -1) 📝 `crates/yaak-grpc/src/reflection.rs` (+78 -1) 📝 `packages/plugin-runtime-types/tsconfig.json` (+1 -0) 📝 `packages/plugin-runtime/tsconfig.json` (+1 -0) </details> ### 📄 Description Fixes a gRPC response hang when a response contains `google.protobuf.Any` values whose concrete type was not included in the initially reflected service. https://yaak.app/feedback/posts/ui-hang-with-grpc-response-containing-google-protobuf-any --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-06 19:39:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/yaak#1628