[PR #62] [MERGED] Plugin runtime v2 #26

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

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/62
Author: @gschier
Created: 8/7/2024
Status: Merged
Merged: 8/9/2024
Merged by: @gschier

Base: masterHead: plugin-runtime-v2


📝 Commits (10+)

📊 Changes

64 files changed (+1534 additions, -700 deletions)

View changed files

📝 package-lock.json (+4 -4)
📝 package.json (+1 -1)
📝 plugin-runtime-types/package.json (+1 -1)
plugin-runtime-types/src/gen/BootRequest.ts (+3 -0)
plugin-runtime-types/src/gen/BootResponse.ts (+3 -0)
plugin-runtime-types/src/gen/EmptyResponse.ts (+3 -0)
plugin-runtime-types/src/gen/ExportHttpRequestRequest.ts (+4 -0)
plugin-runtime-types/src/gen/ExportHttpRequestResponse.ts (+3 -0)
plugin-runtime-types/src/gen/FilterRequest.ts (+3 -0)
plugin-runtime-types/src/gen/FilterResponse.ts (+4 -0)
plugin-runtime-types/src/gen/GrpcConnection.ts (+0 -3)
plugin-runtime-types/src/gen/GrpcEvent.ts (+0 -4)
plugin-runtime-types/src/gen/GrpcEventType.ts (+0 -3)
plugin-runtime-types/src/gen/ImportRequest.ts (+3 -0)
plugin-runtime-types/src/gen/ImportResources.ts (+8 -0)
plugin-runtime-types/src/gen/ImportResponse.ts (+4 -0)
plugin-runtime-types/src/gen/InternalEvent.ts (+4 -0)
plugin-runtime-types/src/gen/InternalEventPayload.ts (+12 -0)
plugin-runtime-types/src/gen/KeyValue.ts (+0 -3)
plugin-runtime-types/src/gen/Model.ts (+9 -0)

...and 44 more files

📄 Description

No description provided


🔄 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/62 **Author:** [@gschier](https://github.com/gschier) **Created:** 8/7/2024 **Status:** ✅ Merged **Merged:** 8/9/2024 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `plugin-runtime-v2` --- ### 📝 Commits (10+) - [`36f12e9`](https://github.com/mountain-loop/yaak/commit/36f12e9f6df3e3a06e8cb7c89cfbf958b596007d) Bootstrapped gRPC client/server - [`4134a1a`](https://github.com/mountain-loop/yaak/commit/4134a1ac39237866d733c687ee59e0c242a3d3fe) Boot plugin - [`8fd4a81`](https://github.com/mountain-loop/yaak/commit/8fd4a8110139d83e92d40f55a1e62c5b79b2eabc) Got things working again - [`0e2d68b`](https://github.com/mountain-loop/yaak/commit/0e2d68be333f189ea91dadb7871eb38d6c2e79a5) Mostly working! - [`babe32b`](https://github.com/mountain-loop/yaak/commit/babe32bebb6ff59ead2f823b6ec6c6b7f0713113) Correctly remove plugins on client close - [`918d2e6`](https://github.com/mountain-loop/yaak/commit/918d2e674929038ca9c153b22ef5c25775fe0d1d) Properly boot multiple plugins - [`608cc50`](https://github.com/mountain-loop/yaak/commit/608cc50f3b2133579cafd3f04bf81430b9e69f9d) Implemented import API - [`b6d9dd6`](https://github.com/mountain-loop/yaak/commit/b6d9dd64a82120598797ed3879b2fc9f464863bc) Move debug event - [`0e28446`](https://github.com/mountain-loop/yaak/commit/0e284463647bb11bf60506692cefabf5fb982b7a) Better type generation - [`fa0a84c`](https://github.com/mountain-loop/yaak/commit/fa0a84c4fe5ca36545c6b58c497a9af0873608c2) Integrated into app and got curl export working ### 📊 Changes **64 files changed** (+1534 additions, -700 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -4) 📝 `package.json` (+1 -1) 📝 `plugin-runtime-types/package.json` (+1 -1) ➕ `plugin-runtime-types/src/gen/BootRequest.ts` (+3 -0) ➕ `plugin-runtime-types/src/gen/BootResponse.ts` (+3 -0) ➕ `plugin-runtime-types/src/gen/EmptyResponse.ts` (+3 -0) ➕ `plugin-runtime-types/src/gen/ExportHttpRequestRequest.ts` (+4 -0) ➕ `plugin-runtime-types/src/gen/ExportHttpRequestResponse.ts` (+3 -0) ➕ `plugin-runtime-types/src/gen/FilterRequest.ts` (+3 -0) ➕ `plugin-runtime-types/src/gen/FilterResponse.ts` (+4 -0) ➖ `plugin-runtime-types/src/gen/GrpcConnection.ts` (+0 -3) ➖ `plugin-runtime-types/src/gen/GrpcEvent.ts` (+0 -4) ➖ `plugin-runtime-types/src/gen/GrpcEventType.ts` (+0 -3) ➕ `plugin-runtime-types/src/gen/ImportRequest.ts` (+3 -0) ➕ `plugin-runtime-types/src/gen/ImportResources.ts` (+8 -0) ➕ `plugin-runtime-types/src/gen/ImportResponse.ts` (+4 -0) ➕ `plugin-runtime-types/src/gen/InternalEvent.ts` (+4 -0) ➕ `plugin-runtime-types/src/gen/InternalEventPayload.ts` (+12 -0) ➖ `plugin-runtime-types/src/gen/KeyValue.ts` (+0 -3) ➕ `plugin-runtime-types/src/gen/Model.ts` (+9 -0) _...and 44 more files_ </details> ### 📄 Description _No description provided_ --- <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:18:58 +01:00
adam closed this issue 2025-12-29 07:18:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#26