1477421f1a
WIP #410 initial plugin creation WIP #410 Added checking for library version info WIP #410 Added library upload on out-of-date lib detection WIP #410 Added ui indicator about updates available WIP #410 Updated log/toast messages WIP #410 Added library creation utility WIP #410 Remove sync methods and added more logging WIP #410 Updated the hash retrieval WIP #410 Updated library version method WIP #410 Added versioned lib seeds WIP #410 Fixed library update plugin WIP #410 Fixing library checking WIP #410 Fixed update message WIP #410 Fixed version comparison WIP #410 Removed unused method WIP #410 Skipping update library tests WIP #410 update check libraries check WIP #410 Added toast updates WIP #410 Updated nn, pipeline dependencies
29 linhas
667 B
JSON
29 linhas
667 B
JSON
{
|
|
"id": "UpdateLibrarySeed",
|
|
"name": "UpdateLibrarySeed",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"icon": {
|
|
"class": "glyphicon glyphicon-cog",
|
|
"src": ""
|
|
},
|
|
"disableServerSideExecution": false,
|
|
"disableBrowserSideExecution": true,
|
|
"writeAccessRequired": false,
|
|
"configStructure": [
|
|
{
|
|
"name": "releaseType",
|
|
"displayName": "Release Type",
|
|
"description": "Specify major, minor or patch release",
|
|
"value": "minor",
|
|
"valueItems": [
|
|
"major",
|
|
"minor",
|
|
"patch"
|
|
],
|
|
"valueType": "string",
|
|
"readOnly": false
|
|
}
|
|
]
|
|
}
|