aboutsummaryrefslogtreecommitdiffstats
path: root/html
Commit message (Collapse)AuthorAgeFilesLines
* fix bug in node lookupAdam Spiers2015-01-111-1/+1
|
* replace jQuery each iterator with CoffeeScriptAdam Spiers2015-01-112-9/+6
| | | | yum!
* remove debugAdam Spiers2015-01-111-1/+0
|
* fix bug in new data notification pluralizationAdam Spiers2015-01-111-1/+1
|
* double-click to explore commit (#15)Adam Spiers2015-01-113-2/+28
| | | | Later we'll change this to clicking a plus icon to expand.
* via JSON response, track which commits have been explored (#17)Adam Spiers2015-01-111-1/+5
| | | | Fixes #17.
* use CoffeeScript string interpolationAdam Spiers2015-01-112-14/+12
| | | | Ahh, sweet relief!
* remove trailing whitespaceAdam Spiers2015-01-113-14/+14
|
* switch to CoffeeScript!Adam Spiers2015-01-119-727/+631
|
* export dagre node lookup helperAdam Spiers2015-01-111-1/+6
|
* failed attempt to use dagre layout as starting positionsAdam Spiers2015-01-111-0/+7
|
* introduce translate() helperAdam Spiers2015-01-111-3/+5
|
* make node global for debuggingAdam Spiers2015-01-111-0/+1
|
* increase max notifications visible to 15Adam Spiers2015-01-111-0/+1
|
* visualization elements are no longer globalAdam Spiers2015-01-111-1/+1
|
* notify as soon as we have new dataAdam Spiers2015-01-101-2/+1
|
* fix syntax highlightingAdam Spiers2015-01-101-1/+1
|
* fix commentAdam Spiers2015-01-101-1/+1
|
* fix full-screen and zoom-to-fitAdam Spiers2015-01-102-1/+6
| | | | They were broken by the move to Browserify.
* add commented code including deps in tooltipAdam Spiers2015-01-101-1/+11
| | | | | | Won't use for now, but might be a nice UI addition later for navigating between dependencies on large graphs by hyperlinking the dependencies within the tip.
* add node accessor for retrieving nodes by SHA1Adam Spiers2015-01-101-0/+10
|
* node tooltip: append to top instead of inserting after <pre>Adam Spiers2015-01-101-5/+6
|
* use dagre to optimize layoutAdam Spiers2015-01-104-38/+138
|
* switch to using BrowserifyAdam Spiers2015-01-106-27/+58
| | | | | | | | | For now this requires using my fork noty which adds support for CommonJS. Unfortunately WebCola is still broken with CommonJS. Gulp automation will come soon ...
* indent package.json by 4 columnsAdam Spiers2015-01-101-46/+46
|
* remove some debugAdam Spiers2015-01-101-1/+0
|
* split out data-handling into git-deps-data.jsAdam Spiers2015-01-103-99/+100
|
* fix old links breaking on subsequent XHRs (#14)Adam Spiers2015-01-101-43/+42
| | | | | | | The main problem was that path was being assigned the wrong value, but other code tidy-up helped too. Closes #14.
* make notifications more space-efficientAdam Spiers2015-01-091-0/+5
|
* put border around <svg>Adam Spiers2015-01-092-1/+2
|
* use noty success not info when things go rightAdam Spiers2015-01-092-1/+5
| | | | Green is nicer.
* proper error handling for invalid commitsAdam Spiers2015-01-092-0/+10
|
* make layout responsive (closes #10)Adam Spiers2015-01-093-32/+90
|
* rename MARGIN to RECT_MARGINAdam Spiers2015-01-091-5/+5
|
* add zoom to fit and fullscreen (closes #6 and #7)Adam Spiers2015-01-093-5/+95
|
* all this time the constraints were not being used!Adam Spiers2015-01-081-1/+2
| | | | oops
* fix object constancy for linksAdam Spiers2015-01-081-3/+19
|
* improve notification on new dataAdam Spiers2015-01-083-10/+31
|
* vain attempt to fix dragging after 2nd XHRAdam Spiers2015-01-081-3/+4
|
* no need to initialize cola more than onceAdam Spiers2015-01-081-9/+20
|
* split noty helpers into separate fileAdam Spiers2015-01-083-31/+31
|
* show resolution of commitish in notificationAdam Spiers2015-01-081-0/+6
|
* rename sha to sha1 everywhereAdam Spiers2015-01-081-18/+18
| | | | More accurate, and also improves accuracy of any future search/replace.
* fix deduplication and provide notifications on XHR resultsAdam Spiers2015-01-084-9/+3226
| | | | | | Uses new noty jQuery plugin, and animate.css: http://daneden.github.io/animate.css/
* add debug for constraints to tool tipAdam Spiers2015-01-081-2/+14
|
* switch to using jQuery.eachAdam Spiers2015-01-081-6/+5
|
* default to nicer fontsAdam Spiers2015-01-081-0/+4
|
* show node index in tooltip in debug modeAdam Spiers2015-01-081-3/+6
|
* split marker arrow definition into separate functionAdam Spiers2015-01-081-11/+15
|
* make client retrieve server-side optionsAdam Spiers2015-01-081-0/+8
| | | | This will be used to check for debug mode and possibly other things.