mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-12 04:10:34 +01:00
[PR #68] [MERGED] Dynamic plugins #32
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/68
Author: @gschier
Created: 8/30/2024
Status: ✅ Merged
Merged: 9/6/2024
Merged by: @gschier
Base:
master← Head:dynamic-plugins📝 Commits (10+)
fd98e57Create plugin model4d57912Merge branch 'master' into dynamic-plugins8bae40dMerge branch 'master' into dynamic-pluginse40822bCreate pluginadbee75Merge branch 'master' into dynamic-plugins7a8e889Checkpoint3ba7b9eMerge branch 'master' into dynamic-plugins56eb085Ability to add plugins08130f5Merge branch 'master' into dynamic-plugins0be44ebMerge branch 'master' into dynamic-plugins📊 Changes
37 files changed (+533 additions, -184 deletions)
View changed files
📝
.github/workflows/release.yml(+1 -5)📝
package-lock.json(+48 -48)📝
package.json(+2 -2)📝
plugin-runtime-types/package.json(+1 -1)📝
plugin-runtime-types/src/gen/GrpcEvent.ts(+1 -1)📝
plugin-runtime-types/src/gen/InternalEventPayload.ts(+3 -3)📝
plugin-runtime-types/src/gen/Model.ts(+2 -1)➕
plugin-runtime-types/src/gen/Plugin.ts(+3 -0)📝
plugin-runtime-types/src/gen/PluginBootRequest.ts(+1 -1)📝
plugin-runtime-types/src/gen/PluginBootResponse.ts(+1 -1)📝
plugin-runtime-types/src/index.ts(+1 -2)📝
plugin-runtime-types/src/plugins/index.ts(+1 -1)➕
src-tauri/migrations/20240829131004_plugins.sql(+12 -0)📝
src-tauri/src/analytics.rs(+1 -0)📝
src-tauri/src/lib.rs(+56 -20)📝
src-tauri/yaak_models/src/models.rs(+49 -0)📝
src-tauri/yaak_models/src/queries.rs(+84 -7)📝
src-tauri/yaak_plugin_runtime/src/events.rs(+6 -8)📝
src-tauri/yaak_plugin_runtime/src/manager.rs(+9 -3)📝
src-tauri/yaak_plugin_runtime/src/plugin.rs(+14 -5)...and 17 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.