summaryrefslogtreecommitdiff
path: root/test/git/test_remote.py
Commit message (Expand)AuthorAgeFilesLines
* flattened test folder structure, didn't adjust any file content yetSebastian Thiel2010-11-211-445/+0
* Optimized test-decorators, by completely removing with_bare_rw_repo, which wa...Sebastian Thiel2010-11-151-1/+1
* Fixed bug in http://byronimo.lighthouseapp.com/projects/51787/tickets/44-remo...Sebastian Thiel2010-10-151-2/+4
* Renamed modules utils to util, and errors to exc to be more conforming to the...Sebastian Thiel2010-06-291-1/+1
* All tests adjusted to work with the changed internal sha representationSebastian Thiel2010-06-281-0/+1
* test system: renamed a few test methods in test_remote which could been mista...Sebastian Thiel2010-03-211-16/+16
* Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel2010-03-041-422/+422
* Implemented RemoteProgress parsing for git-fetch, which might become availabl...Sebastian Thiel2010-01-121-9/+23
* config: fixed incorrect handling of default value in get_valueSebastian Thiel2009-12-091-0/+1
* repo: renamed directories to more descriptive identifiers and made them safer...Sebastian Thiel2009-12-031-2/+2
* PushInfo: added summary field to help providing user readable informationSebastian Thiel2009-11-241-0/+2
* remote.fetch: fetchInfo would not provide old_commit information in case of f...Sebastian Thiel2009-11-231-3/+3
* test_remote: fixed test which assumed existance of local master tracking bran...Sebastian Thiel2009-11-061-1/+7
* helpers: fixed and improved test repo decorators to use the new head.checkout...Sebastian Thiel2009-11-041-4/+0
* refs: iter_items now imlemented natively for additional performance. We did n...Sebastian Thiel2009-11-031-1/+0
* Finished all push tests I could think of so far. More error cases should be s...Sebastian Thiel2009-11-031-3/+20
* Intermediate commit with a few added and improved tests as well as many fixesSebastian Thiel2009-11-031-7/+61
* Implemented PushProgress and PushInfo class including basic test cases. Now m...Sebastian Thiel2009-11-021-6/+48
* Added frame for push testing and push implemenationSebastian Thiel2009-10-281-7/+28
* Another attempt to make fetch emit progress information, but in fact its prov...Sebastian Thiel2009-10-281-13/+51
* Tried to use shallow repository - this works in case it is remote, but unfort...Sebastian Thiel2009-10-281-2/+17
* Fixed bug when listing remotes - it was based on references which is incorrec...Sebastian Thiel2009-10-281-3/+3
* FetchInfo class is not a subclass of Remote class anymore, as more classes ar...Sebastian Thiel2009-10-281-6/+8
* IterableList: added support for prefix allowing remote.refs.master constructs...Sebastian Thiel2009-10-281-3/+21
* tag handling tests finished, unfortunately there is not yet a rejected case, ...Sebastian Thiel2009-10-281-5/+13
* Implemented handling of FETCH_HEAD and tags, some test cases still missing de...Sebastian Thiel2009-10-271-9/+11
* Added special cases to test that shows we cannot yet:Sebastian Thiel2009-10-271-3/+20
* Added remote stale_refs property including test, tested new remote branch han...Sebastian Thiel2009-10-271-8/+38
* Added non-fast forward test case, fixed parsing issue caused by initial line ...Sebastian Thiel2009-10-271-4/+15
* implemented test for rejection handling and fixed a bug when parsing remote r...Sebastian Thiel2009-10-271-9/+24
* Added testing frame for proper fetch testing to be very sure this works as ex...Sebastian Thiel2009-10-271-8/+42
* put _make_file helper method into TestBase classSebastian Thiel2009-10-271-2/+9
* Fixed decorator issue that would cause a function to be passed even though th...Sebastian Thiel2009-10-221-14/+13
* remote: Added fetch, pull, push methods to the interface to make these operat...Sebastian Thiel2009-10-211-2/+5
* Implemneted IterableLists for refs, commits and remote objects including simp...Sebastian Thiel2009-10-191-0/+1
* repo.remote method addedSebastian Thiel2009-10-191-0/+1
* remote: added tests for creation and removal, finishing the remote interfaceSebastian Thiel2009-10-191-2/+17
* remote: base tests succeed nowSebastian Thiel2009-10-191-1/+6
* Added configuration access including tests to remoteSebastian Thiel2009-10-191-2/+23
* Added remote module and test cases - about to implement remote option handlingSebastian Thiel2009-10-191-0/+48