Add the concept of "Project Name" to the RUNS table in the database.
authorChris Jaekl <cejaekl@yahoo.com>
Sun, 13 Dec 2015 09:17:11 +0000 (18:17 +0900)
committerChris Jaekl <cejaekl@yahoo.com>
Sun, 13 Dec 2015 09:17:11 +0000 (18:17 +0900)
commit2769cf82ccae57ee3716aecc9bd694be1f115d92
tree6305704c2a6181d44b8c9bb61cab56f30e684094
parentad28a221a70f4cea8753bd3070255a8c6a151739
Add the concept of "Project Name" to the RUNS table in the database.

This permits multiple projects to share one database, keeping delta comparisons distinct between them.
jenkins_invoke.sh
prod/net/jaekl/cfb/CFB.java
prod/net/jaekl/cfb/analyze/Analysis.java
prod/net/jaekl/cfb/analyze/Analyzer.java
prod/net/jaekl/cfb/db/CfbSchema.java
prod/net/jaekl/cfb/store/DbStore.java
test/net/jaekl/cfb/analyze/AnalysisTest.java