aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update JQuery to 3.0.x1.0.0rc41.0.0Adam Spiers2018-05-161-1/+1
* Merge pull request #71 from aspiers/moduleAdam Spiers2018-05-1656-982/+1857
|\
| * try using setuptools-markdown to fix the long_description1.0.0rc3Adam Spiers2018-05-161-2/+9
| * Javascript library installation should be taken care of by pip1.0.0rc2Adam Spiers2018-05-161-7/+11
| * check execution of git-deps first for safetyAdam Spiers2018-05-161-1/+1
| * fix Python 3 uses of subprocess.check_outputAdam Spiers2018-05-163-6/+8
| * don't install when linting with flake8Adam Spiers2018-05-161-0/+1
| * fix broken importAdam Spiers2018-05-161-1/+1
| * ignore .pytest_cache/1.0.0rc1Adam Spiers2018-05-161-0/+1
| * prepare for version 1.0.0Adam Spiers2018-05-161-2/+1
| * INSTALL.md: add warnings about libgit2 / pygit2 version combosAdam Spiers2018-05-161-2/+11
| * INSTALL.md: acknowledge that Docker install needs updatingAdam Spiers2018-05-161-0/+6
| * INSTALL.md: acknowledge other ways to install JS librariesAdam Spiers2018-05-161-0/+6
| * INSTALL.md: don't pretend everyone uses LinuxAdam Spiers2018-05-161-2/+8
| * INSTALL.md: add blank lines for clarity when reading sourceAdam Spiers2018-05-161-0/+2
| * add debian-sid sourceAdam Spiers2018-05-151-0/+2
| * run apt-get update on TravisAdam Spiers2018-05-151-0/+1
| * fix flake8 issuesAdam Spiers2018-05-153-3/+3
| * Travis only has libgit2 0.24.0 so we need to relax requirementsAdam Spiers2018-05-152-2/+2
| * ensure Travis installs libgit2Adam Spiers2018-05-151-0/+5
| * Ensure we have a modern pipAdam Spiers2018-05-151-0/+1
| * update to newer pygit2Adam Spiers2018-05-151-1/+1
| * Merge remote-tracking branch 'toabctl/mod-usedevelop' into moduleAdam Spiers2018-05-152-1/+18
| |\
| | * Add a .travis.yml fileThomas Bechtold2018-05-151-0/+16
| | * Add py36 to tox.iniThomas Bechtold2018-05-151-1/+1
| | * Set "usedevelop" in tox.iniThomas Bechtold2018-05-151-0/+1
| |/
| * drop py33 from tox environmentsAdam Spiers2018-05-151-1/+1
| * StandardError was removed in Python 3Adam Spiers2018-05-151-1/+1
| * remove broken scaffold test and add a working oneAdam Spiers2018-05-152-17/+14
| * remove boilerplate from tox.iniAdam Spiers2018-05-151-1/+0
| * notify of new dependency even if target already doneAdam Spiers2018-05-151-8/+12
| * allow DependencyDetector to be reusedAdam Spiers2018-05-151-0/+6
| * improve blame line trackingAdam Spiers2018-05-151-4/+9
| * use dependent_sha1 temporary variableAdam Spiers2018-05-151-6/+7
| * improve debuggingAdam Spiers2018-05-151-24/+32
| * move Repository instantiation to GitUtilsAdam Spiers2018-05-152-8/+15
| * extract GitUtils.ref_commit() functionAdam Spiers2018-05-152-7/+16
| * extract commit_summary() function into gitutils.pyAdam Spiers2018-05-152-2/+6
| * move oneline() to gitutils.pyAdam Spiers2018-05-152-6/+9
| * fix gitfile handler to work when # is URL-encodedAdam Spiers2018-05-151-0/+27
| * reuse abort from utils.pyAdam Spiers2018-05-151-4/+1
| * fix handling of annotated tagsAdam Spiers2018-05-151-1/+4
| * hack to get webserver working againAdam Spiers2018-05-151-0/+1
| * output webserver root when debuggingAdam Spiers2018-05-151-1/+4
| * move instantiation of standard logger to utils.pyAdam Spiers2018-05-152-8/+10
| * move debug logger setup to utils.pyAdam Spiers2018-05-152-13/+15
| * remove unused add_linkAdam Spiers2018-05-151-3/+0
| * update COPYING and rename to LICENSE.txtAdam Spiers2018-05-151-60/+1
| * fix invalid reference to json_errAdam Spiers2018-05-151-1/+1
| * fix PEP8 issuesAdam Spiers2018-05-154-10/+15