mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-12 04:10:34 +01:00
[PR #53] [MERGED] NodeJS Plugin Runtime #25
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/53
Author: @gschier
Created: 6/26/2024
Status: ✅ Merged
Merged: 7/19/2024
Merged by: @gschier
Base:
master← Head:node-plugins📝 Commits (10+)
c7900b3Basic gRPC server to run Curl import3853749Basic plugin info and loading0119f72Started on PluginHandle47265cfBetter plugin loading281e88fRefactor worker replyf1aca1aAdd filter call53439cdMerge branch 'refs/heads/master' into node-pluginsfb74dc5Got filter plugins working33a7720Call plugins from Rust, and refactor0f222f9Dynamic filter plugin📊 Changes
106 files changed (+5243 additions, -21334 deletions)
View changed files
📝
.eslintrc.cjs(+1 -1)📝
.github/workflows/release.yml(+10 -0)📝
.gitignore(+0 -1)📝
package-lock.json(+584 -15)📝
package.json(+7 -11)➕
plugin-runtime/.gitignore(+2 -0)➕
plugin-runtime/nodemon.json(+5 -0)➕
plugin-runtime/package-lock.json(+3004 -0)➕
plugin-runtime/package.json(+23 -0)➕
plugin-runtime/scripts/generate-sea.cjs(+66 -0)➕
plugin-runtime/sea-config.json(+8 -0)➕
plugin-runtime/src/PluginHandle.ts(+90 -0)➕
plugin-runtime/src/PluginManager.ts(+61 -0)➕
plugin-runtime/src/gen/plugins/runtime.ts(+432 -0)➕
plugin-runtime/src/index.ts(+87 -0)➕
plugin-runtime/src/index.worker.ts(+64 -0)➕
plugin-runtime/src/plugins.ts(+18 -0)➕
plugin-runtime/tsconfig.json(+25 -0)➖
plugins/exporter-curl/package-lock.json(+0 -1544)➖
plugins/exporter-curl/package.json(+0 -7)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.