0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 10 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Correct a docstring. More... over 15 years ago
Refactor how I handle backends and commits, while adding partial Git support. More... over 15 years ago
Use divs for commits instead of a table, for some better layout possibilities More... over 15 years ago
Add a manifest view. More... over 15 years ago
Refactor MercurialBackend to encapsulate retrieving a ctx object More... over 15 years ago
Link back to the repository index from the commit details template. More... over 15 years ago
Add colorized diffs, hopefully reusable on other backends More... over 15 years ago
Add support for diff downloading, plus resyncing repositories. More... over 15 years ago
Merge in a local repo. More... over 15 years ago
Add some missing reprs and unicodes. More... over 15 years ago
Make the backend usage explicit instead of using a nasty getattr & string building More... over 15 years ago
Nitpick whitespace and add another note about the advantages of the Commit model More... over 15 years ago
__unicode__ is just the repository name; __repr__ has the path info. More... over 15 years ago
Generalize the sync method to enable incremental syncing, and add a heads backend method to be ABC and the Mercurial backend class. More... over 15 years ago
A few misc. fixes and comment updates. More... over 15 years ago
Another README fix. More... over 15 years ago
Fix some README formatting. More... over 15 years ago
Add a bit of styling on the commit list table. More... over 15 years ago
Add diffs for added and removed files. More... over 15 years ago
Add a template for the commit list More... over 15 years ago
Remove a couple unused imports and add a TODO. More... over 15 years ago
Add a template for the commit details page. More... over 15 years ago
Add a method for diffs to the BaseBackend, and partially implement the Mercurial differ. More... over 15 years ago
Add a few more links to the repo list and repo details pages. More... over 15 years ago
Fix unique_together and add a .urls property for Commit. More... over 15 years ago
Add the stylesheet with the diff style. More... over 15 years ago
Fix the style & script inclusion. More... over 15 years ago
Add a template for the repository details page More... over 15 years ago
Fix a few bugs in full_sync. Avoid infinite looping, save the commit, and use the right backend method for timestamps. More... over 15 years ago
Fix the timestamp retrieval on the mercurial backend. More... over 15 years ago