Close repositories after use.
[jelmer/dulwich.git] / dulwich / tests / test_repository.py
2018-11-17 Jelmer VernooijClose repositories after use.
2018-11-17 Jelmer VernooijAvoid fetching ghosts in Repo.fetch.
2018-11-04 Jelmer VernooijFix style.
2018-11-04 Jelmer VernooijAdd Repo.update_shallow.
2018-10-20 Jelmer VernooijFix duplicate test name.
2018-10-20 Jelmer VernooijSupport the i18n.commitEncoding setting.
2018-06-15 Jelmer VernooijMerge basic stash support.
2018-05-04 Jelmer VernooijFix tests on python3.
2018-05-04 Jelmer VernooijMerge branch 'fix-porcelain-fetch' of https://github...
2018-04-16 Jelmer VernooijAdd Repo.get_shallow.
2018-04-12 Jelmer VernooijAdd checkout argument to clone. Fixes #503
2018-01-24 Jelmer VernooijRaise exception when user identity misses email. Fixes...
2018-01-12 Jelmer VernooijMerge remote-tracking branch 'alistair-broomhead/gitign...
2018-01-07 Jelmer VernooijStart writing reflog entries.
2017-10-18 Jelmer VernooijFix python3 build.
2017-10-18 Jelmer VernooijSilently ignore directories passed to Repo.stage()...
2017-07-11 Jelmer VernooijFix all flake8 style issues.
2017-06-16 Jelmer VernooijPass 'mkdir' argument onto Repo.init_bare() from Repo...
2017-05-01 Jelmer VernooijSkip test broken on Python3.6 w/ Windows.
2017-03-31 Jelmer VernooijSome style fixes.
2017-03-20 Jelmer VernooijCheck for specific warning rather than matching entire...
2017-03-20 Jelmer VernooijClose repositories used in tests.
2017-01-26 Jelmer VernooijAllow passing in relative paths to porcelain.add().
2017-01-23 Jelmer VernooijImplement MemoryRepo.set_description.
2017-01-05 Søren LøvborgRepo: enable "with" statement support for closing
2017-01-04 Koen MartensWhen initializing repo, probe file-system to determine
2016-12-28 Jelmer VernooijAdd remote in dulwich.porcelain.clone.
2016-10-25 Jelmer VernooijSome refactoring, simplifications.
2016-10-25 Laurent RineauSupport linked working directories
2016-09-17 Jelmer VernooijUpdate header to reflect that license is now Apachev2...
2016-08-08 Jelmer VernooijConsistently overwrite HOME.
2016-07-31 Jelmer VernooijRevert "Don't look up "HOME" environment variable uncon...
2015-12-03 Jelmer VernooijAvoid hasattr.
2015-12-03 Jelmer VernooijMerge branch 'py3-c-modules' of git://github.com/lelit...
2015-12-03 Lele GaifaxAvoid deprecation warning due to renamed assertion...
2015-11-01 Jelmer VernooijFix tests on Python3.
2015-10-31 Jelmer VernooijSimplify handling of SSH command invocation.
2015-10-31 Jelmer VernooijMerge some SSH escaping fixes from tommie-lie.
2015-10-31 Jonas HaagAdd test that demonstrates behaviour of 'as_dict' for...
2015-09-09 Jelmer VernooijVerify commit follows symbolic refs.
2015-08-17 Jelmer VernooijMerge support for Repo.discover.
2015-07-31 bmcorserGroovy context manager
2015-07-31 bmcorserAddressing PR comments
2015-07-31 bmcorserAdd `discover` classmethod
2015-05-25 Jelmer VernooijRip out unicode mkdtemp hack - it breaks on filesystems... upstream/0.10.1+git20150525
2015-05-18 Jelmer VernooijMerge branch 'checkout_paths2' of git://github.com...
2015-05-14 Gary van der MerweAvoid encoding or decoding checkout paths.
2015-05-14 Gary van der MerweAdd failing test to ensure we don't fiddle with checkou...
2015-05-13 Jelmer VernooijMerge branch 'symlinks' of git://github.com/garyvdm...
2015-05-12 Gary van der MerweFor tests that require symlink support, check if os...
2015-05-12 Jelmer VernooijMerge branch 'index_validate_path_element' of git:...
2015-05-11 Gary van der MerweMake sure we clean up all temp dir when running tests.
2015-05-07 Gary van der MerweRevert "Change the way methods that take a path argumen...
2015-05-04 Gary van der MerwéClose Repo, ObjectStore, and Pack objects.
2015-05-04 Gary van der MerweSkip tests that reqiure symlinks on windows.
2015-04-29 Gary van der MerwéClose all mkstemp files.
2015-04-23 Gary van der MerwéChange the way methods that take a path argument behave.
2015-04-23 Gary van der MerweRun repository tests with the path set as unicode strin...
2015-04-18 Jelmer VernooijClose file in test.
2015-04-18 Jelmer VernooijAdd python3 support to porcelain.
2015-04-17 Jelmer VernooijAdd support for python3 to remainder of dulwich.repo.
2015-04-17 Jelmer VernooijConvert repo to python3.
2015-03-25 Jelmer VernooijRelease 0.10.1. dulwich-0.10.1
2015-03-22 Jelmer VernooijAvoid deprecated test methods.
2014-11-08 Jelmer VernooijMerge branch 'python3'.
2014-11-08 Gary van der MerweSkip tests in python3 that fail (most of them :-()
2014-06-18 Jelmer VernooijMerge branch 'with' of git://github.com/garyvdm/dulwich
2014-06-18 Gary van der MerweUse with statement rather than try: finaly: x.close().
2014-06-03 Jelmer VernooijMerge branch 'py3k' of git://github.com/Ormod/dulwich
2014-06-01 Jelmer VernooijAdd 'flakes' target invoking pyflakes, and fix some...
2014-05-24 Gary van der MerweUse for loop instead of map when not iterating.
2014-05-24 Gary van der MerweUse assertEqual rather than assertEquals as the latter...
2014-05-24 Gary van der MerweFix octal literals.
2014-04-24 Robert BrownAdd symbolic link support to Repo.stage().
2014-03-29 Dmitrij D. CzarkoffReplace 'unlink' with 'rm' in tests.
2014-03-18 milkiAdd ConfigFile support to MemoryRepos
2014-03-16 milkiAllow do_commit to make dangling commits
2014-03-07 Jelmer VernooijBreak long lines, update NEWS.
2014-03-07 Jelmer VernooijMerge branch 'ticket-144' of git://github.com/jonashaag...
2014-03-07 Jonas HaagAdd a few more test cases.
2014-03-06 Jonas HaagRaise TypeError if unicode string is used as key
2013-12-08 Jelmer VernooijRaise KeyError rather than TypeError when passing in...
2013-12-04 Jelmer VernooijRemove long deprecated Repo.ref and Repo.revision_history.
2013-12-04 Jelmer VernooijRemove some long deprecated methods on Repo.
2013-12-01 Jelmer VernooijMove refs tests to dulwich.tests.test_refs.
2013-11-10 Jelmer VernooijDeprecate Repo.ref.
2013-11-04 Jelmer VernooijMove refs handling to a separate file.
2013-10-17 Jelmer VernooijMerge branch 'porcelain' of git://git.samba.org/jelmer...
2013-10-17 Jelmer VernooijRemove some unnecessary code, update NEWS.
2013-10-17 Víðir Valberg Guðm... Added Repo.set_description method.
2013-08-18 Jelmer VernooijAdd Repo.get_description method.
2013-08-01 Alberto RuizAdd test case for using a single string instead of...
2013-06-03 Jelmer VernooijFix tests after adding support for 40 character refs.
2013-05-26 milkiAdd shell hook tests
2012-08-26 DeeKeyadd a test for "Do not crash when cloning HEAD-less...
2012-08-03 Jelmer VernooijMerge fix for cloning repositories without HEAD set.
2012-08-03 Jelmer VernooijAdd test for cloning a repository without a HEAD.
2012-08-03 Jelmer VernooijMerge fix for handling None elements in list of TreeCha...
2012-06-10 Nick WardUnit test for loading a git submodule
2012-03-21 Jelmer VernooijMerge addition of dulwich.index.build_index_from_tree...
next