-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* task/KAH-824 (Investigate how to run function inside plugin on agent) (#43) * add route, controller and service handlers and methods * plugin function call WIP * add pluginSettings, actionParams * Fix query autocomplete function * Remove unnecesary items * Add plugin existence condition * Remove unnecessary check * Function error handling * Add typeof Co-authored-by: arispen <[email protected]> * add pluginSettings to getAutocompleteFromFunction (#44) * added actionParams * made autocomplete optional * added gitignore * added handler for optional pluginSettings * removed key.pm * requireUncached, error handling for autocomplete (#46) query function * bump version to 1.3.5 * add uuid package use uuid for plugins extraction tmp directory Co-authored-by: kbuchacz <[email protected]> Co-authored-by: arispen <[email protected]> Co-authored-by: Chris Bernat <[email protected]> Co-authored-by: Matan Kadosh <[email protected]> Co-authored-by: Dawid Zegar <[email protected]>
- Loading branch information
1 parent
d99fdfb
commit 8b04239
Showing
5 changed files
with
80 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,4 +57,4 @@ private.ts | |
SOURCES | ||
SPECS | ||
|
||
kaholo-agent.conf | ||
kaholo-agent.conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters