Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace deprecated unittest aliases | Hugo van Kemenade | 2021-08-19 | 1 | -1/+1 |
| | |||||
* | Make tests independent of actual repository data | Sebastian Thiel | 2015-01-08 | 1 | -3/+4 |
| | | | | | | | Therefore, hardcoded sha's are not allowed anymore, as the contents of the repository is unknown. Fixes #16, for real this time ;) | ||||
* | Removed unused imports - should have been in the last commit obviously | Sebastian Thiel | 2015-01-08 | 1 | -1/+0 |
| | |||||
* | Fixed up tests to use the GITDB_TEST_GIT_REPO_BASE at all times | Sebastian Thiel | 2015-01-08 | 1 | -1/+2 |
| | | | | | | | I have verified that all tests are working, even without a parent git repository, as long as the said environment variable is set. Fixes #16 | ||||
* | Applied autopep8 | Sebastian Thiel | 2015-01-04 | 1 | -4/+4 |
| | | | | autopep8 -v -j 8 --max-line-length 120 --in-place --recursive | ||||
* | Added requirements.txt for pip, and optimized test-suite performance on travis. | Sebastian Thiel | 2014-11-14 | 1 | -1/+3 |
| | | | | With a bit of luck, this one will just work now. | ||||
* | Fully removed all async dependencies | Sebastian Thiel | 2014-11-13 | 1 | -1/+0 |
| | |||||
* | Fixed all applicable lint issues | Sebastian Thiel | 2014-11-13 | 1 | -1/+5 |
| | |||||
* | Pick off the low hanging fruit | Kevin Brown | 2014-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | This fixes most of the import errors that came from using the implicit relative imports that Python 2 supports. This also fixes the use of `xrange`, which has replaced `range` in Python 3. The same has happened for `izip`, which is also being aliased. The octal number syntax changed in Python 3, so we are now converting from strings using the `int` built-in function, which will produce the same output across both versions of Python. | ||||
* | Automated PEP 8 fixes | Kevin Brown | 2014-07-13 | 1 | -11/+11 |
| | |||||
* | tabs to spaces | Sebastian Thiel | 2014-02-09 | 1 | -37/+37 |
| | |||||
* | preprended all modules with licensing information | Sebastian Thiel | 2011-02-23 | 1 | -0/+4 |
| | |||||
* | Fixed unittests | Sebastian Thiel | 2010-11-30 | 1 | -1/+1 |
| | |||||
* | moved all relevant files into the gitdb folder. | Sebastian Thiel | 2010-11-30 | 1 | -0/+43 |
Submodule relinked to point to new github location, and moved as well |