openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
GitPython
Settings
|
Report Duplicate
4
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 20 hours
ago. based on code collected
about 20 hours
ago.
Jan 12, 2025 — Jan 12, 2026
Showing page 140 of 147
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
added Iterable interface to Ref type
Sebastian Thiel
More...
over 16 years ago
renamed find_all to list_all, changed commit to use iterable interface in preparation for command changes
Sebastian Thiel
More...
over 16 years ago
Added base for all iteratable objects
Sebastian Thiel
More...
over 16 years ago
unified name of utils module, recently it was named util and utils in different packages
Sebastian Thiel
More...
over 16 years ago
tree: renamed content_from_string to _from_string to make it private. Removed tests that were testing that method
Sebastian Thiel
More...
over 16 years ago
tree: now behaves like a list with string indexing functionality - using a 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
Sebastian Thiel
More...
over 16 years ago
test_base: Improved basic object creation as well as set hash tests
Sebastian Thiel
More...
over 16 years ago
repo.active_branch now returns a Head object, not a string
Sebastian Thiel
More...
over 16 years ago
IndexObjects are now checking their slots to raise a proper error message in case someone tries to access an unset path or mode - this information cannot be retrieved afterwards as IndexObject information is kept in the object that pointed at them. To find this information, one would have to search all objects which is not feasible
Sebastian Thiel
More...
over 16 years ago
refs now take repo as first argument and derive from LazyMixin to allow them to dynamically retrieve their objects Improved way commits are returned by refs as they now use the path to be sure they always point to the ref even if it changes - previously it would use the sha intead so it would not update after being cached on the ref object
Sebastian Thiel
More...
over 16 years ago
renamed from_string and list_from_string to _from_string and _list_from_string to indicate their new status as private method, adjusted all callers respectively
Sebastian Thiel
More...
over 16 years ago
Reorganized package structure and cleaned up imports
Sebastian Thiel
More...
over 16 years ago
Merge branch 'hierarchyfix' into improvements
Sebastian Thiel
More...
over 16 years ago
Added remaining tests for new base classes and removed some methods whose existance was doubtful or unsafe
Sebastian Thiel
More...
over 16 years ago
Fixed remaining tests to deal with the changes mode is now generally an int compatible to the stat module
Sebastian Thiel
More...
over 16 years ago
commit: fixed failing commit tests as the mocked git command would always return the same thing which does not work anymore - re-implemented it in a more dynamic manner, but in the end tests will have to be revised anyway Added slots to Diff and Stats type respectively
Sebastian Thiel
More...
over 16 years ago
mode-only change for test system - this should be in a separate repository in fact so that changes are a little more self-contained and not depending on the actual source repository
Sebastian Thiel
More...
over 16 years ago
fixed issue in Ref.name implementation which would not handle components properly
Sebastian Thiel
More...
over 16 years ago
lazymixin system now supports per-attribute baking, it is up to the class whether it bakes more. This also leads to more efficient use of memory as values are only cached and set when required - the baking system does not require an own tracking variable anymore, and values are only to be cached once - then python will natively find the cache without involving any additional overhead. This works by using __getattr__ instead of __get_attribute__ which would always be called
Sebastian Thiel
More...
over 16 years ago
put Tree and Blob onto a new base class suitable to deal with IndexObjects
Sebastian Thiel
More...
over 16 years ago
blob tests fixed to deal with changes to the Blob type
Sebastian Thiel
More...
over 16 years ago
converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my editor to work with the files properly. Can convert it back for releaes
Sebastian Thiel
More...
over 16 years ago
Re-designed the tag testing - it does not use fixtures anymore but dyamically checks the existance of tags within the repository - it basically tests the interface and checks that expected return types are actually returned
Sebastian Thiel
More...
over 16 years ago
Intermediate commit: commit,tree and blob objects now derive from object - test is in place which still fails on purpose. Need to integrate tags which can be objects or just a special form of a ref
Sebastian Thiel
More...
over 16 years ago
finished cleaning usage of regular expressions - they are now precompiled
Sebastian Thiel
More...
over 16 years ago
diff regex are now precompiled on class level, renamed a|b_blob to a|b_blob_id as it better reflects the actual value actor regex now precompiled on class level blob regex now precompiled on class level; made blame method more readable and faster although it can still be improved by making assumptions about the blame format and by reading the git command stream directly ( which is a general issue right now )
Sebastian Thiel
More...
over 16 years ago
deriving NoSuchPathError from OSError as it relates to it very well
Sebastian Thiel
More...
over 16 years ago
Blob|Tree: renamed 'name' member to 'path', updated tests and changelog as it would make existing code incompatible in some places
Sebastian Thiel
More...
over 16 years ago
Merge branch 'doc_enhancements' into fixes
Sebastian Thiel
More...
over 16 years ago
improved repo documentation
Sebastian Thiel
More...
over 16 years ago
←
1
2
…
136
137
138
139
140
141
142
143
144
145
146
147
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree