Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #42 from 0k/pr-use-python-env | Adam Spiers | 2015-02-27 | 1 | -1/+1 |
|\ | | | | | fix: use python from ``$PATH`` rather than hard written path. | ||||
| * | fix: use python from ``$PATH`` rather than hard written path. | Root | 2015-02-27 | 1 | -1/+1 |
|/ | | | | This allows to use ``git-deps`` in a virtualenv for instance. | ||||
* | increase resolution of original thumbnail | Adam Spiers | 2015-02-25 | 1 | -0/+0 |
| | |||||
* | embed new porting screencast demo | Adam Spiers | 2015-02-25 | 2 | -1/+3 |
| | |||||
* | README: improve use cases | Adam Spiers | 2015-02-10 | 1 | -5/+35 |
| | |||||
* | fix suggested browserify command and suggest watchify0.1.0 | Adam Spiers | 2015-02-01 | 1 | -1/+4 |
| | |||||
* | fix overgrown indent | Adam Spiers | 2015-02-01 | 1 | -3/+3 |
| | |||||
* | highlight parents / children on mouseover | Adam Spiers | 2015-02-01 | 1 | -12/+45 |
| | |||||
* | track reverse dependencies (#16, #32, #35) | Adam Spiers | 2015-01-20 | 1 | -4/+24 |
| | |||||
* | shrink arrow head a bit | Adam Spiers | 2015-01-20 | 1 | -2/+2 |
| | |||||
* | give arrow lines rainbow colour scheme and thicken slightly | Adam Spiers | 2015-01-20 | 2 | -2/+2 |
| | |||||
* | fix --exclude (closes #34) | Adam Spiers | 2015-01-20 | 1 | -5/+5 |
| | | | | | | branch_contains() was comparing truncated SHA1s with non-truncated SHA1s, so it never noticed when a branch contained a commit. Thanks a lot to Steven Bromling (@sbromling) for the great bug report! | ||||
* | switch back to upstream noty | Adam Spiers | 2015-01-19 | 1 | -1/+1 |
| | | | | | https://github.com/needim/noty/pull/243 was merged so we don't need to use my branch any more. | ||||
* | copying git-deps to $PATH won't work | Adam Spiers | 2015-01-19 | 1 | -1/+3 |
| | | | | | The web server currently expects assets to be in the html/ subdirectory relative to where the git-deps script lives. | ||||
* | README.md: embed YouTube screencast | Adam Spiers | 2015-01-18 | 2 | -1/+4 |
| | |||||
* | call test fixture files file-{a,b} | Adam Spiers | 2015-01-18 | 1 | -21/+16 |
| | | | | Avoids any potential confusion with numbers inside the files. | ||||
* | test fixtures only have two files | Adam Spiers | 2015-01-18 | 1 | -1/+1 |
| | |||||
* | remove misleading usage text regarding --help | Adam Spiers | 2015-01-18 | 1 | -1/+4 |
| | | | | "git-deps --help" would work but not "git deps --help". | ||||
* | debug constraints if -d is given | Adam Spiers | 2015-01-18 | 1 | -0/+1 |
| | |||||
* | shrink flowLayout length to 100 | Adam Spiers | 2015-01-18 | 1 | -1/+1 |
| | |||||
* | tweak layout spacing | Adam Spiers | 2015-01-18 | 1 | -3/+3 |
| | |||||
* | disable negative gap constraints for now | Adam Spiers | 2015-01-18 | 1 | -4/+6 |
| | | | | | | They are not reliable: https://github.com/tgdwyer/WebCola/issues/61 | ||||
* | improve debugging of row_node_ordering_constraints | Adam Spiers | 2015-01-18 | 1 | -5/+6 |
| | |||||
* | use row ordering based on dependencies | Adam Spiers | 2015-01-18 | 1 | -6/+35 |
| | |||||
* | let's use the Dagre starting positions anyway | Adam Spiers | 2015-01-18 | 1 | -6/+8 |
| | | | | Can't do any harm ... | ||||
* | move build_constraints() call for clarity | Adam Spiers | 2015-01-18 | 1 | -1/+1 |
| | |||||
* | make inter-row gap bigger than intra-row gap | Adam Spiers | 2015-01-18 | 1 | -2/+2 |
| | |||||
* | allow debugging of constraints from browser console | Adam Spiers | 2015-01-18 | 1 | -3/+8 |
| | |||||
* | remove superfluous blank line | Adam Spiers | 2015-01-18 | 1 | -1/+0 |
| | |||||
* | my fix/main-entrypoints branch got merged into WebCola | Adam Spiers | 2015-01-18 | 1 | -1/+1 |
| | |||||
* | use more idiomatic coffeescript | Adam Spiers | 2015-01-17 | 1 | -2/+2 |
| | |||||
* | fix horrific bug in row_ordering_constraints | Adam Spiers | 2015-01-17 | 1 | -1/+1 |
| | |||||
* | README.md: link to COPYING | Adam Spiers | 2015-01-17 | 1 | -0/+7 |
| | |||||
* | fix HTML text about double-clicking | Adam Spiers | 2015-01-16 | 1 | -1/+1 |
| | |||||
* | catch InvalidCommitish exceptions in the CLI | Adam Spiers | 2015-01-16 | 1 | -1/+4 |
| | |||||
* | improve commit message in test fixture repo | Adam Spiers | 2015-01-16 | 1 | -2/+2 |
| | |||||
* | use noty export rather than window.noty | Adam Spiers | 2015-01-16 | 1 | -2/+2 |
| | | | | | | This is thanks to Loïc Mahieu: https://github.com/aspiers/noty/pull/1 | ||||
* | fix transitioning of plus icon | Adam Spiers | 2015-01-13 | 1 | -6/+5 |
| | |||||
* | ditch three file from fixtures | Adam Spiers | 2015-01-13 | 1 | -1/+1 |
| | | | | It's more than we need, for now at least. | ||||
* | make <h1> marginally less ugly | Adam Spiers | 2015-01-13 | 1 | -1/+4 |
| | |||||
* | catch badly-formed commit-ish values | Adam Spiers | 2015-01-13 | 1 | -1/+1 |
| | |||||
* | shrink <h1> margin to save spacedemo | Adam Spiers | 2015-01-13 | 1 | -0/+4 |
| | |||||
* | move buttons onto same line to save space | Adam Spiers | 2015-01-13 | 2 | -5/+4 |
| | |||||
* | monospace tweak in README | Adam Spiers | 2015-01-13 | 1 | -2/+2 |
| | |||||
* | allow specifying the webserver's TCP port to listen on | Adam Spiers | 2015-01-12 | 1 | -1/+4 |
| | |||||
* | hide tip when plus icon is clicked | Adam Spiers | 2015-01-12 | 1 | -0/+1 |
| | |||||
* | disable layout debugging | Adam Spiers | 2015-01-12 | 1 | -1/+1 |
| | |||||
* | tweak the fill colour of explored nodes | Adam Spiers | 2015-01-12 | 1 | -1/+1 |
| | |||||
* | add hyperlinks with gitfile:// URLs (#29) | Adam Spiers | 2015-01-12 | 5 | -2/+67 |
| | | | | Closes #29. | ||||
* | move sha1_of_link_pointer() back next to link_key() | Adam Spiers | 2015-01-12 | 1 | -8/+8 |
| |