aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-11Revert "When using GIT_OBJECT_DIRECTORY, don't require presence of 'objects' ↵Sebastian Thiel
subdirectory" This reverts commit eb792ea76888970d486323df07105129abbbe466. Seems to break CI Related to #1000
2020-04-11Remove unused badgeSebastian Thiel
[skip CI]
2020-04-11When using GIT_OBJECT_DIRECTORY, don't require presence of 'objects' ↵Sebastian Thiel
subdirectory This will work for default git object databases only, which use git as object database directly. Related to #1000
2020-03-21fix: wrong refs 'HEAD' exceptionDong Shin
2020-03-21Do not error in race condition of directory existingAlanCoding
2020-03-08Only resolve globs if path does not exist on diskSebastian Thiel
Fixes #994
2020-02-25Remove now unnecessary explicit Unicode string literal prefixesHarmon
2020-02-24Fix links in v3.0.6 changelogHarmon
2020-02-24Add changelogs for v2.1.14 and v2.1.15Harmon
2020-02-24Remove now unnecessary setup.cfgHarmon
2020-02-24Fix param format of Repo.commitChenxiong Qi
Signed-off-by: Chenxiong Qi <qcxhome@gmail.com>
2020-02-24Bump version to 3.1.03.1.0Sebastian Thiel
2020-02-24v3.1.0Harmon
2020-02-24v3.0.93.0.9Harmon
2020-02-20Replace invalid bytes when decoding TagObject streamHarmon
Fixes #943
2020-02-18Use UTF-8 encoding when getting information about a symbolic referenceHarmon
Fixes #774
2020-02-17Remove old TODO fileHarmon
2020-02-17Remove and replace references to nose with unittest in documentationHarmon
2020-02-17Remove nose from test requirementsHarmon
2020-02-17Replace nose with unittest in tox configurationHarmon
And directly use coverage.py
2020-02-17Replace nose with unittest in Travis CI scriptHarmon
And directly use coverage.py
2020-02-17Improve changelog for v3.0.6 and v3.0.7Harmon
2020-02-17Added changelog for unreleased changesHarmon
2020-02-17Improve changelog for v3.0.8Harmon
2020-02-17Restrict gitdb2 version to <4Harmon
2020-02-17bump version to 3.0.83.0.8Sebastian Thiel
2020-02-16Remove test.lib.asserts and use unittest.mock.patch directlyHarmon
2020-02-16Replace assert_false with assertFalseHarmon
2020-02-16Replace assert_true with assertTrueHarmon
Also change TestOutputStream to subclass TestBase rather than object
2020-02-16Replace raises with assertRaisesHarmon
2020-02-16Replace assert_raises with assertRaisesHarmon
2020-02-16Replace assert_not_equal with assertNotEqualHarmon
2020-02-16Replace assert_equal with assertEqualHarmon
Also change TestActor to subclass TestBase rather than object and create and use base TestCommitSerialization class for assert_commit_serialization method
2020-02-16Remove and replace assert_match with assertRegexHarmon
Also remove no longer used assert_not_none
2020-02-16Remove old, no longer used assert methodsHarmon
assert_instance_of, assert_not_instance_of, assert_none, assert_not_match, assert_mode_644, assert_mode_755
2020-02-16Remove references to old mock library in documentationHarmon
2020-02-16Remove outdated checks for unittest.mock existenceHarmon
2020-02-16Fix Python version requirement in documentationHarmon
2020-02-16Remove badges for no longer existing Waffle site from READMEHarmon
2020-02-16Add support for Python 3.8Harmon
2020-02-16Replace deprecated Logger.warn with Logger.warningHarmon
2020-02-16Replace deprecated assertRaisesRegexp alias with assertRaisesRegexHarmon
In TestRepo.test_should_display_blame_information
2020-02-16Replace deprecated assertNotEquals alias with assertNotEqualHarmon
In TestIndex.test_index_mutation
2020-02-16Replace deprecated assertEquals alias with assertEqual in TestGitHarmon
2020-02-16Replace deprecated assertRegexpMatches alias with assertRegexHarmon
In TExc.test_CommandError_unicode
2020-02-16Replace deprecated failUnlessRaises alias with assertRaises in testsHarmon
2020-02-16Improve requirements.txt formatHarmon
2020-02-16Remove checks for pathlib existence in TestRepo for Python < 3.4Harmon
2020-02-16Improve README Python requirement specificityHarmon
2020-02-16Simplify Travis CI configurationHarmon
Ubuntu Xenial 16.04 is now the default Travis CI build environment: https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment