mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-13 20:53:30 +01:00
[PR #60] [CLOSED] Request action plugins #24
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/60
Author: @gschier
Created: 8/1/2024
Status: ❌ Closed
Base:
master← Head:action-plugins📝 Commits (10+)
c9554e9Show a menu for the curl export plugin4a3c360Merge branch 'refs/heads/master' into action-pluginsfbfac62Merge branch 'master' into action-plugins710e573Callbacks sort of workinga8ab7a8Merge branch 'refs/heads/master' into action-plugins0a06040Merge branch 'refs/heads/master' into action-plugins6a05145Resolve merge911c5ecUpdate vendor scripts againeed73ccMerge branch 'refs/heads/master' into action-plugins12e04d6Checkpoint📊 Changes
51 files changed (+3597 additions, -992 deletions)
View changed files
📝
index.html(+1 -2)📝
package-lock.json(+95 -73)📝
package.json(+8 -7)📝
plugin-runtime-types/package.json(+1 -1)📝
plugin-runtime-types/src/plugins/filter.ts(+4 -2)📝
plugin-runtime-types/src/plugins/httpRequestAction.ts(+3 -2)📝
plugin-runtime-types/src/plugins/import.ts(+6 -6)📝
plugin-runtime-types/src/plugins/index.ts(+13 -10)📝
plugin-runtime-types/src/plugins/theme.ts(+2 -2)📝
plugin-runtime/package-lock.json(+38 -7)📝
plugin-runtime/package.json(+4 -1)📝
plugin-runtime/src/PluginHandle.ts(+71 -29)📝
plugin-runtime/src/PluginManager.ts(+4 -1)➕
plugin-runtime/src/gen/google/protobuf/struct.ts(+550 -0)➖
plugin-runtime/src/gen/plugins/runtime.ts(+0 -432)➕
plugin-runtime/src/gen/protoset.bin(+0 -0)➕
plugin-runtime/src/gen/yaak/common/callback.ts(+169 -0)➕
plugin-runtime/src/gen/yaak/internal/runtime_events.ts(+343 -0)➕
plugin-runtime/src/gen/yaak/plugin_runtime.ts(+166 -0)➕
plugin-runtime/src/gen/yaak/plugins/data_filterer.ts(+435 -0)...and 31 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.