aboutsummaryrefslogtreecommitdiffstats
path: root/html/test.json
Commit message (Collapse)AuthorAgeFilesLines
* convert into a proper Python moduleAdam Spiers2018-05-151-442/+0
| | | | Sem-Ver: api-break
* do JSON data in JavascriptAdam Spiers2015-01-081-212/+87
| | | | | | | | | | | | | | | | | WebCola wants the 'links' JSON hash to refer to commits by their index in the 'nodes' hash. There are two issues with this: 1. This is far less useful for any consumers of the JSON generated by the --json option in CLI mode. 2. More importantly, when implementing a graph visualization which can incremently add nodes, the index of a commit in the 'nodes' hash depends on what was already there client-side in the browser. So instead we refer to commits by SHA server-side (in the Python) and then convert those to indices within the 'nodes' hash client-side via Javascript. This effectively means moving the self._nodes hash from Python to Javascript.
* use a more interesting datasetAdam Spiers2015-01-081-0/+337
|
* include more commit metadata in JSONAdam Spiers2015-01-081-9/+108
|
* try progressive offsetsAdam Spiers2015-01-081-7/+7
| | | | | | | | As suggested here: https://github.com/tgdwyer/WebCola/issues/47#issuecomment-68980159 Doesn't seem to make any difference though.
* add x alignment constraintsAdam Spiers2015-01-061-8/+48
| | | | doesn't work 100% yet
* use slightly more interesting test.jsonAdam Spiers2015-01-061-3/+69
|
* generate some test JSON data for WebColatag1Adam Spiers2015-01-061-0/+25