aboutsummaryrefslogtreecommitdiffstats
path: root/html/git-deps.html
Commit message (Collapse)AuthorAgeFilesLines
* convert into a proper Python moduleAdam Spiers2018-05-151-40/+0
| | | | Sem-Ver: api-break
* update to work with latest upstream WebColaAdam Spiers2017-01-091-1/+0
| | | | | | | | | | - import latest git master https://github.com/tgdwyer/WebCola/issues/203#issuecomment-271311782 - use hacky workaround for d3 import https://github.com/tgdwyer/WebCola/issues/145#issuecomment-271316856 - update for new makeEdgeBetween API
* allow passing a revision range to CLI or web UIAdam Spiers2017-01-021-1/+1
| | | | | | | Now revision ranges like A..B or A...B are also accepted, and then git deps will analyse the dependencies for all revisions in that range. In the CLI invocation, if a dependency is encountered more than once from separate commits, it will only be output once.
* Fix to work with latest upstream WebColaAdam Spiers2015-04-261-1/+1
| | | | | | Upstream replaced webcola.v3.min.js with webcola.min.js. Closes https://github.com/aspiers/git-deps/issues/49
* fix HTML text about double-clickingAdam Spiers2015-01-161-1/+1
|
* move buttons onto same line to save spaceAdam Spiers2015-01-131-5/+2
|
* double-click to explore commit (#15)Adam Spiers2015-01-111-0/+1
| | | | Later we'll change this to clicking a plus icon to expand.
* switch to using BrowserifyAdam Spiers2015-01-101-9/+1
| | | | | | | | | 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 ...
* split out data-handling into git-deps-data.jsAdam Spiers2015-01-101-0/+1
|
* make layout responsive (closes #10)Adam Spiers2015-01-091-19/+25
|
* add zoom to fit and fullscreen (closes #6 and #7)Adam Spiers2015-01-091-0/+6
|
* split noty helpers into separate fileAdam Spiers2015-01-081-0/+1
|
* fix deduplication and provide notifications on XHR resultsAdam Spiers2015-01-081-0/+3
| | | | | | Uses new noty jQuery plugin, and animate.css: http://daneden.github.io/animate.css/
* support dynamic queries!Adam Spiers2015-01-081-0/+7
| | | | | Add form with event handler which performs JSON XHR query and draws results.
* split long <p> lineAdam Spiers2015-01-081-1/+5
|
* add tip about mouse hoverAdam Spiers2015-01-081-1/+1
|
* move css files into subdirectoryAdam Spiers2015-01-081-2/+2
|
* remove imported js packages and use npm insteadAdam Spiers2015-01-081-4/+4
|
* add a basic commit tipAdam Spiers2015-01-081-0/+2
|
* for now, use the non-minified versions of d3 and webcolaAdam Spiers2015-01-061-2/+2
| | | | This makes for less cryptic debugging messages.
* add zooming and panningAdam Spiers2015-01-061-1/+1
|
* render graph from test.jsonAdam Spiers2015-01-061-0/+21