Ryan D. Brooks
System Safety Report
Generates the System Safety Report
Selected Branch - provide the Branch to obtain the System Safety Report for
Code Root Directory - if specified, provides:
a file listing the directories to search
a directory to recurse into looking for files
Script Parsers - allows selection of the type of parsing
Start Button - generates the report
function oseeAppStart(oseeAppParams) {
var branch = oseeAppParams["selected_branch"];
var rootDir = oseeAppParams["code_root_dir"];
window.location.assign("../safety?branch="+branch+"&code_root="+rootDir);
}