-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PLGN-432] Dig Version Bump To 2.0.1 (#2027)
* Added empty init file,version bumped and minor changes in plugin.spec.yaml * Reverting Dockerfile SDK version * Updated SDK * Dockerfile changes and unit tests added * Removed apk installs * unit test * forward action unit tests * reverse action unit tests * add parameterized package to requirements
- Loading branch information
1 parent
93d6c3b
commit 5b5cf4a
Showing
38 changed files
with
412 additions
and
110 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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"spec": "0d8fc06907c538dcdf234e05e620c08f", | ||
"manifest": "564b73ad4dcf43f2060649404023f7a9", | ||
"setup": "d7940aafd0c4c7f33c5ddb120cfd74b1", | ||
"spec": "1ffed9a907bbf97ef055cdbd1227c1e2", | ||
"manifest": "549bd68cd27fe3e75beb740c5dc2c2cc", | ||
"setup": "8b25a62b1b719e9d60bf7968ffd1b418", | ||
"schemas": [ | ||
{ | ||
"identifier": "forward/schema.py", | ||
"hash": "d3b32f909cfe1a66d6eb1e0c367b409d" | ||
"hash": "f4de8b6816749db57112a430f638e724" | ||
}, | ||
{ | ||
"identifier": "reverse/schema.py", | ||
"hash": "c9e9a35ae4fb8dbff479ae0830c97392" | ||
"hash": "f1cff211d6f2e9824bef6fddcb8d266b" | ||
}, | ||
{ | ||
"identifier": "connection/schema.py", | ||
"hash": "da5382221ca2a33a2f854e17b068d502" | ||
"hash": "bd524b567f9638ba1c6f7e0c9e45ff2e" | ||
} | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# GENERATED BY KOMAND SDK - DO NOT EDIT | ||
# GENERATED BY INSIGHT-PLUGIN - DO NOT EDIT | ||
|
||
from .forward.action import Forward | ||
|
||
from .reverse.action import Reverse | ||
|
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# GENERATED BY KOMAND SDK - DO NOT EDIT | ||
# GENERATED BY INSIGHT-PLUGIN - DO NOT EDIT | ||
from .action import Forward |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# GENERATED BY KOMAND SDK - DO NOT EDIT | ||
# GENERATED BY INSIGHT-PLUGIN - DO NOT EDIT | ||
from .action import Reverse |
Oops, something went wrong.