| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-11-23 | remote.fetch: fetchInfo would not provide old_commit information in case of ↵ | Sebastian Thiel | |
| fast_forwards although. Renamed cumbersome 'commit_before_forced_updated' attribute to 'old_commit' to be en par with PushInfo | |||
| 2009-11-04 | improved error when setting up server based test to make clear a server ↵ | Sebastian Thiel | |
| needs to be started | |||
| 2009-11-04 | added all new files to reference.rst and corrected the worst mistakes. There ↵ | Sebastian Thiel | |
| are still a few errors left that I cannot fix as it complains about whitespace in the end ... that is exactly what I hate restructured text for, its just a ... anyway. | |||
| 2009-11-03 | refs: iter_items now imlemented natively for additional performance. We did ↵ | Sebastian Thiel | |
| not implement the crazy sorting feature found in git-for-each-ref though | |||
| 2009-11-03 | remotes are now retrieved directly by parsing the repository configuration ↵ | Sebastian Thiel | |
| file. This removes a git command invocation | |||
| 2009-11-03 | remote.push: Fixed progress parsing, previously it would read whole lines ↵ | Sebastian Thiel | |
| only which is equivalent to waiting for an operation to finish completely. Now we parse the stream manually, allowing to retrieve progress information as soon as it happens | |||
| 2009-11-03 | Finished all push tests I could think of so far. More error cases should be ↵ | Sebastian Thiel | |
| studied, but they would be hard to 'produce' | |||
| 2009-11-03 | Intermediate commit with a few added and improved tests as well as many fixes | Sebastian Thiel | |
| 2009-11-02 | Implemented PushProgress and PushInfo class including basic test cases. Now ↵ | Sebastian Thiel | |
| many more test-cases need to be added to be sure we can truly deal with everything git throws at us | |||
| 2009-10-28 | Added frame for push testing and push implemenation | Sebastian Thiel | |
| 2009-10-28 | Fixed bug when listing remotes - it was based on references which is ↵ | Sebastian Thiel | |
| incorrect as it cannot always work | |||
| 2009-10-28 | FetchInfo class is not a subclass of Remote class anymore, as more classes ↵ | Sebastian Thiel | |
| are to be added it cluttered up the view and made things more complex as well | |||
| 2009-10-28 | IterableList: added support for prefix allowing remote.refs.master ↵ | Sebastian Thiel | |
| constructs, previously it was remote.refs['%s/master'%remote] Added first simple test for push support, which shows that much more work is needed on that side to allow just-in-time progress information | |||
| 2009-10-28 | tag handling tests finished, unfortunately there is not yet a rejected case, ↵ | Sebastian Thiel | |
| but it will assuambly follow with the push tests | |||
| 2009-10-27 | Implemented handling of FETCH_HEAD and tags, some test cases still missing ↵ | Sebastian Thiel | |
| dealing with deletion and movements of remote tags ( which in fact is discouraged, but we should be able to deal with it, shouldnt we ;) | |||
| 2009-10-27 | Added special cases to test that shows we cannot yet: | Sebastian Thiel | |
| handle the FETCH_HEAD case and handle tags System needs to be adjusted to take the FETCH_HEAD info into account to cover the tags case | |||
| 2009-10-27 | Added remote stale_refs property including test, tested new remote branch ↵ | Sebastian Thiel | |
| handling and deletion of stale remote branches | |||
| 2009-10-27 | Added non-fast forward test case, fixed parsing issue caused by initial line ↵ | Sebastian Thiel | |
| stripping | |||
| 2009-10-27 | implemented test for rejection handling and fixed a bug when parsing remote ↵ | Sebastian Thiel | |
| reference paths | |||
| 2009-10-27 | Added testing frame for proper fetch testing to be very sure this works as ↵ | Sebastian Thiel | |
| expected. Plenty of cases still to be tested | |||
| 2009-10-27 | put _make_file helper method into TestBase class | Sebastian Thiel | |
| remote: prepared FetchInfo class to be returned by fetch and pull. About to implement tests | |||
| 2009-10-21 | remote: Added fetch, pull, push methods to the interface to make these ↵ | Sebastian Thiel | |
| operations more convenient, like repo.remotes.origin.fetch | |||
| 2009-10-21 | remote.refs now returns an IterableList allowing easier access to the ↵ | Sebastian Thiel | |
| remotes, and conforming it to the way repo returns its references as well | |||
| 2009-10-20 | Fixed bare repository handling - bare is now a property to prevent writing it | Sebastian Thiel | |
| 2009-10-19 | Implemneted IterableLists for refs, commits and remote objects including ↵ | Sebastian Thiel | |
| simple tests | |||
| 2009-10-19 | commit.count: is an instance method now | Sebastian Thiel | |
| repo: added head , tag and iter_trees methods for completeness changes: headlines now sorted chronologically | |||
| 2009-10-19 | remote: added tests for creation and removal, finishing the remote interface | Sebastian Thiel | |
| 2009-10-19 | Added configuration access including tests to remote | Sebastian Thiel | |
| config: fixed issue that would cause it to abort reading if the file did not exist - this is valid now Test does not work as the configuration parsing does not work as expected - this must be fixed first | |||
| 2009-10-19 | Added remote module and test cases - about to implement remote option handling | Sebastian Thiel | |
