Closed dlg1206 closed 11 months ago
Added new validation and runner scripts for OSI for more clear success confirmation
getRelevantTools
getAllTools
OSI v4, add extra tool support and major overhaul of OSI to support future expansion
validate.sh
runner.sh
.../svip/generators/osi/project
.../svip/generators/osi/tools
list
.../svip/generators/osi/
close #288 , #293,
Added new validation and runner scripts for OSI for more clear success confirmation
TODO
getRelevantTools
replace/add togetAllTools
to only use relevant tools to help cut down on generation timeStretch TODO
[v9.1.0-alpha] - (11/22/2023)
Added
OSI
validate.sh
: Validation script that runs before launching flask api server in OSI to confirm what languages, package managers, and tools are installedrunner.sh
: Launch script that sets up flask and runs validate.shSVIP
.../svip/generators/osi/project
to upload code to bound directoriesChanged
OSI
SVIP
.../svip/generators/osi/tools
takes optionallist
param to get all tools or just the ones that can be used against the uploaded project.../svip/generators/osi/
no longer takes project zip file (moved to.../svip/generators/osi/project
)Removed
close #288 , #293,