summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2014-12-03Fix jsons: source->__src, target->__dstAlon Levy
for json in tools/cri.json tools/sage.json tools/deliverables.json heroes.json tests/wizmann.json; do sed -i -e 's/\<source\>/__src/g' -e 's/\<target\>/__dst/g' $json; done
2014-09-29adding sage.json: Fixes #19Alon Levy
Together with 3e3c130b3eede854db602259215866a409618967 and the patches leading up to it starting at a6a7e30ca545e83f5291ecd5aee13e5d47270779
2014-09-29extract deliverableTest to node script in toolsAlon Levy
2014-09-29tools/sage.csv+: we got Sage's project description as csv, convert to jsonAlon Levy
At the same time documenting our current requirements from a graph (pretty basic). Adds tools/sage_csv_to_sage_json.py