| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-12-30 | tree: implemented recursive paths in __div__ and __getitem__ method, ↵ | Sebastian Thiel | |
| allowing the keys to contain slashes; adjusted test to check for this | |||
| 2009-11-27 | Fixed issue with commit traversal due to missing visit_once in the traversal ↵ | Sebastian Thiel | |
| method, improved code performance by disabling the visit-once flag by default for trees, which by nature are not recursive | |||
| 2009-11-26 | tree: added traversal method, adjusted tests | Sebastian Thiel | |
| Fixed critical bug in object code: IndexObjects now use their path as hashkey, not the data\! | |||
| 2009-11-26 | objects.utils: Added Traversable base and implemented it for commits ↵ | Sebastian Thiel | |
| including a test | |||
| 2009-11-05 | Added utilities helping to create proper paths either with slashes or ↵ | Sebastian Thiel | |
| backslashes depending on the operating system fixed test_refs and test_trees Many more issues remain though, this is just a first backup commit | |||
| 2009-11-04 | Improved cmd error handling in case an invalid revision is specified for an ↵ | Sebastian Thiel | |
| object repo.tree: improved to be less restricting | |||
| 2009-11-04 | IndexObject: assured that .path fields are relative to the repository ( ↵ | Sebastian Thiel | |
| previously it would just be a name ) added abspath property and name property to provide easy access to most common paths of an index object | |||
| 2009-11-04 | tree: parsing would fail when symlinks where encountered. This has been fixed | Sebastian Thiel | |
| 2009-11-03 | object: renamed id attribute to sha as it in fact is always being rewritten ↵ | Sebastian Thiel | |
| as sha, even if the passed in id was a ref. This is done to assure objects are uniquely identified and will compare correctly | |||
| 2009-10-26 | When parsing trees, we now store the originan type bits as well, previously ↵ | Sebastian Thiel | |
| we dropped it | |||
| 2009-10-21 | tree.traverse: Added prune functionality - previously the predciate did ↵ | Sebastian Thiel | |
| both, pruning and preventing to return items | |||
| 2009-10-18 | resolved cyclic inclusion issue by moving the Diffable interface into the ↵ | Sebastian Thiel | |
| diff module, which probably is the right thing to do anyway | |||
| 2009-10-16 | added Diffable interface to objects.base, its used by Commit and Tree objects. | Sebastian Thiel | |
| Diff class has been prepared to process raw input, but its not yet more than a frame | |||
| 2009-10-14 | tree: now reads tress directly by parsing the binary data, allowing it to ↵ | Sebastian Thiel | |
| safe possibly hundreds of command calls | |||
| 2009-10-14 | test: Added time-consuming test which could also be a benchmark in fact - ↵ | Sebastian Thiel | |
| currently it cause hundreds of command invocations which is slow Fixed issue with trees not properly initialized with their default mode _set_cache_: some objects checked whether the attribute was within their __slots__ although it should have been accessed through its class | |||
| 2009-10-13 | tree: renamed content_from_string to _from_string to make it private. ↵ | Sebastian Thiel | |
| Removed tests that were testing that method | |||
| 2009-10-12 | tree: now behaves like a list with string indexing functionality - using a ↵ | Sebastian Thiel | |
| dict as cache is a problem as the tree is ordered, added blobs, trees and traverse method repo: remove blob function as blobs are created directly or iterated - primitve types should not clutter the repo interface | |||
| 2009-10-12 | renamed from_string and list_from_string to _from_string and ↵ | Sebastian Thiel | |
| _list_from_string to indicate their new status as private method, adjusted all callers respectively | |||
| 2009-10-12 | Reorganized package structure and cleaned up imports | Sebastian Thiel | |
