| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-03 | fix(travis): fix permissions of private key | Sebastian Thiel | |
| 2015-07-03 | fix(travis): assure private key has access | Sebastian Thiel | |
| Previously travis would fail to clone the special testing repository as SSH access requires a deploy key to be set. The latter has been configured and is now added in clear-text. This is save as it is only good for read-only access to a test repository, mis-use cannot happen that way. | |||
| 2015-07-03 | chore(travis): added test for issue 301 | Sebastian Thiel | |
| Related to #301 | |||
| 2015-04-22 | fix(travis): can't overrwrite travis .gitconfig | Sebastian Thiel | |
| As it seems to contain custom inforamtion that we want to keep. Now we are appending to it ... | |||
| 2015-04-22 | fix(config): selective cfg write;fix cfg parser | Sebastian Thiel | |
| * config parser now handles quoted values correctly. This doesn't hamper multi-line support. * added regression test to travis to assure we will be warned if we rewrite and break the user's .gitconfig file * only rewrite configuration files if we actually called a mutating method on the writer. Previously it would always rewrite it. Fixes #285 | |||
| 2015-02-20 | BF: do not checkout master -- that ruins testing of PRs. "reset" master to ↵ | Yaroslav Halchenko | |
| original HEAD | |||
| 2015-02-20 | It seems something within our environment changed ... | Sebastian Thiel | |
| ... as we are now running out of file handles. Previously, it worked ... and gitpython didn't change | |||
| 2015-01-15 | Added sphinx build process to end of travis test chain | Sebastian Thiel | |
| 2015-01-07 | Made improvements to assure test-cases don't leak file handles | Sebastian Thiel | |
| At least leakage is considerably reduced. Additionally, a test-case was added which triggers failure if auto-disposal of resources wouldn't work. Fixes #60 | |||
| 2015-01-07 | Added flake8 testing to travis | Sebastian Thiel | |
| Fixes #177 | |||
| 2015-01-06 | Fixed up travis to checkout master now | Sebastian Thiel | |
| 2015-01-06 | Adjusted travis to test for python 3 as well | Sebastian Thiel | |
| 2015-01-04 | And apparently, I broken travis ... this should cure it | Sebastian Thiel | |
| 2015-01-04 | Let's hope travis works now | Sebastian Thiel | |
| 2015-01-04 | Another, last and final travis debugging commit | Sebastian Thiel | |
| 2015-01-04 | Fixed travis debugging yaml | Sebastian Thiel | |
| 2015-01-04 | Another travis debugging commit | Sebastian Thiel | |
| 2015-01-04 | Somemore debugging for rev-parse issue | Sebastian Thiel | |
| 2015-01-03 | 'tree' program doesn't exist on travis install, fine | Sebastian Thiel | |
| 2015-01-03 | This should help getting travis to work, finally | Sebastian Thiel | |
| 2015-01-03 | Auto-skip performance tests more quietly on travis | Sebastian Thiel | |
| ... and be able to run performance tests independently of the chosen performance test repo Now all tests run fine locally | |||
| 2015-01-03 | Fixed all remaining non-performance tests | Sebastian Thiel | |
| * travis configuration adjusted to hopefully work better than before Performance traversal still fails when using git-python as standard repository. It naturally wants a larger one. On travis these tests are skipped though. | |||
| 2015-01-03 | Various fixes and improvements | Sebastian Thiel | |
| * GIT_PYTHON_TRACE now behaves correctly for fetch, and pull (i.e. if as_process is used) * Improved parsing of fetch head information However, there is still a messy bit that tries to bring together fetch progress information with fetch head information. Even though it works now, an alternative implementation should be attempted. | |||
| 2014-05-19 | Added coverage report | Sebastian Thiel | |
| 2014-05-04 | tags seem to be required for the tests to run - git-python usess objects ↵ | Sebastian Thiel | |
| from its own repo, tags are known to be stable | |||
| 2014-05-04 | Let's see if recursive checkouts will fix 'gitdb not found' issue for travis. | Sebastian Thiel | |
| If not, pip install should do the job | |||
| 2014-05-04 | Added support for travis ci | Sebastian Thiel | |
