mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #62] [MERGED] Plugin runtime v2 #26
Reference in New Issue
Block a user
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/mountain-loop/yaak/pull/62
Author: @gschier
Created: 8/7/2024
Status: ✅ Merged
Merged: 8/9/2024
Merged by: @gschier
Base:
master← Head:plugin-runtime-v2📝 Commits (10+)
36f12e9Bootstrapped gRPC client/server4134a1aBoot plugin8fd4a81Got things working again0e2d68bMostly working!babe32bCorrectly remove plugins on client close918d2e6Properly boot multiple plugins608cc50Implemented import APIb6d9dd6Move debug event0e28446Better type generationfa0a84cIntegrated into app and got curl export working📊 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.