Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move more important debug to INFO level | Adam Spiers | 2018-09-11 | 1 | -14/+14 |
| | | | | | In the future, this will let us control the verbosity of the debug output. | ||||
* | clarify that the hunk gets listed later in the debug | Adam Spiers | 2018-09-10 | 1 | -1/+1 |
| | |||||
* | rename blame_hunk to blame_diff_hunk | Adam Spiers | 2018-09-10 | 1 | -2/+2 |
| | | | | This makes it a bit clearer where the hunk came from. | ||||
* | tweak indentation to make debug easier to follow | Adam Spiers | 2018-09-09 | 1 | -3/+3 |
| | |||||
* | fix indentation when debugging hunks | Adam Spiers | 2018-09-09 | 1 | -1/+1 |
| | |||||
* | extract process_hunk_line() method | Adam Spiers | 2018-09-09 | 1 | -24/+30 |
| | |||||
* | extract debug_hunk() method | Adam Spiers | 2018-09-09 | 1 | -0/+5 |
| | |||||
* | extract record_dependency_source() method | Adam Spiers | 2018-09-09 | 1 | -19/+26 |
| | |||||
* | extract process_new_dependency() method | Adam Spiers | 2018-09-09 | 1 | -30/+37 |
| | |||||
* | extract register_new_dependent() method | Adam Spiers | 2018-09-09 | 1 | -5/+8 |
| | |||||
* | reflow some doc strings | Adam Spiers | 2018-09-09 | 1 | -11/+11 |
| | |||||
* | extract run_blame() method | Adam Spiers | 2018-09-09 | 1 | -7/+10 |
| | |||||
* | solve problem of pip installing wrong pygit2 version | Adam Spiers | 2018-05-23 | 1 | -1/+5 |
| | | | | | Use workaround from @paulwellnerbou as per https://github.com/paulwellnerbou/git-deps-docker/issues/2#issuecomment-391388657 | ||||
* | create-repo.sh: add backporting use case | Adam Spiers | 2018-05-17 | 1 | -1/+20 |
| | |||||
* | fix gitfile-handler to work on Python 3 | Adam Spiers | 2018-05-17 | 1 | -1/+5 |
| | |||||
* | create-repo.sh: create feature branch on separate invocation | Adam Spiers | 2018-05-17 | 1 | -8/+19 |
| | |||||
* | create-repo.sh: allow usage outside git-deps testing | Adam Spiers | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | create-repo.sh: make sure we exit 0 | Adam Spiers | 2018-05-17 | 1 | -0/+2 |
| | | | | For some reason the final read is causing exit 1. | ||||
* | create-repo.sh: add a feature branch | Adam Spiers | 2018-05-17 | 1 | -0/+9 |
| | |||||
* | create-repo.sh: use foo etc. for changed lines | Adam Spiers | 2018-05-17 | 1 | -4/+4 |
| | | | | Letters are already used for filenames so keep them distinct for clarity. | ||||
* | create-repo.sh: refactoring into new edit function | Adam Spiers | 2018-05-17 | 1 | -14/+13 |
| | |||||
* | create-repo.sh: start moving code into functions | Adam Spiers | 2018-05-17 | 1 | -37/+42 |
| | |||||
* | add 1.0.2 changes to CHANGES.rst1.0.2 | Adam Spiers | 2018-05-17 | 1 | -0/+9 |
| | |||||
* | fix .rst formatting | Adam Spiers | 2018-05-17 | 1 | -8/+8 |
| | |||||
* | add a brief maintainer's guide | Adam Spiers | 2018-05-17 | 1 | -0/+44 |
| | |||||
* | add sdist environment to tox | Adam Spiers | 2018-05-17 | 1 | -0/+3 |
| | | | | | This allows building of the sdist via tox -e sdist, which will place the result in ~/.tox/distshare for use by git-explode. | ||||
* | document repackaging of Javascript modules with newer npm | Adam Spiers | 2018-05-17 | 1 | -0/+4 |
| | |||||
* | add 1.0.1 changes to CHANGES.rst1.0.1 | Adam Spiers | 2018-05-17 | 1 | -0/+9 |
| | |||||
* | update dagre based on security advice from npm | Adam Spiers | 2018-05-17 | 1 | -5/+5 |
| | |||||
* | avoid PyScaffold bug with newer setuptools | Adam Spiers | 2018-05-16 | 1 | -2/+2 |
| | | | | | | | | https://github.com/blue-yonder/pyscaffold/issues/148 Why the HELL is setup_requires choosing to install PyScaffold 2.5.6 when 2.5.10 is available and within the constraints? That would be far too sensible, wouldn't it? | ||||
* | newer npm made whitespace consistent in package.json | Adam Spiers | 2018-05-16 | 1 | -1/+1 |
| | |||||
* | remove unneeded metadata variables | Adam Spiers | 2018-05-16 | 2 | -8/+1 |
| | | | | https://github.com/blue-yonder/pyscaffold/issues/%3162 | ||||
* | add missing full-stop | Adam Spiers | 2018-05-16 | 1 | -1/+1 |
| | |||||
* | add some stub Sphinx documentation | Adam Spiers | 2018-05-16 | 1 | -22/+6 |
| | |||||
* | document this hack week - thanks SUSE! | Adam Spiers | 2018-05-16 | 1 | -0/+7 |
| | |||||
* | add more clarity to installation instructions | Adam Spiers | 2018-05-16 | 1 | -10/+17 |
| | |||||
* | move URL handler setup to INSTALL.md | Adam Spiers | 2018-05-16 | 2 | -20/+45 |
| | | | | Also slightly beef up usage instructions for the web UI. | ||||
* | update JQuery to 3.0.x1.0.0rc41.0.0 | Adam Spiers | 2018-05-16 | 1 | -1/+1 |
| | | | | | | According to GitHub this will avoid a couple of known security vulnerabilities, although I don't think they are likely to have much impact in this context anyway. | ||||
* | Merge pull request #71 from aspiers/module | Adam Spiers | 2018-05-16 | 56 | -982/+1857 |
|\ | | | | | package as a Python module | ||||
| * | try using setuptools-markdown to fix the long_description1.0.0rc3 | Adam Spiers | 2018-05-16 | 1 | -2/+9 |
| | | |||||
| * | Javascript library installation should be taken care of by pip1.0.0rc2 | Adam Spiers | 2018-05-16 | 1 | -7/+11 |
| | | |||||
| * | check execution of git-deps first for safety | Adam Spiers | 2018-05-16 | 1 | -1/+1 |
| | | |||||
| * | fix Python 3 uses of subprocess.check_output | Adam Spiers | 2018-05-16 | 3 | -6/+8 |
| | | | | | | | | https://stackoverflow.com/questions/15817420/subprocess-and-type-str-doesnt-support-the-buffer-api/15817457#15817457 | ||||
| * | don't install when linting with flake8 | Adam Spiers | 2018-05-16 | 1 | -0/+1 |
| | | | | | | | | | | This is a needless waste of time. Why on earth aren't these sensible defaults? I've filed issues in PyScaffold. | ||||
| * | fix broken import | Adam Spiers | 2018-05-16 | 1 | -1/+1 |
| | | | | | | | | | | | | NO idea how this worked before. Fixes #72. | ||||
| * | ignore .pytest_cache/1.0.0rc1 | Adam Spiers | 2018-05-16 | 1 | -0/+1 |
| | | |||||
| * | prepare for version 1.0.0 | Adam Spiers | 2018-05-16 | 1 | -2/+1 |
| | | |||||
| * | INSTALL.md: add warnings about libgit2 / pygit2 version combos | Adam Spiers | 2018-05-16 | 1 | -2/+11 |
| | | |||||
| * | INSTALL.md: acknowledge that Docker install needs updating | Adam Spiers | 2018-05-16 | 1 | -0/+6 |
| | | |||||
| * | INSTALL.md: acknowledge other ways to install JS libraries | Adam Spiers | 2018-05-16 | 1 | -0/+6 |
| | |