summaryrefslogtreecommitdiff
path: root/klaus/repo.py
Commit message (Collapse)AuthorAge
* Fix #194Jonas Haag2017-06-28
|
* Link submodules to an info page, rather than showing a 404.Jelmer Vernooij2017-06-23
| | | | | | | | | Currently, this just shows some basic information about the submodule - i.e. where the repository can be cloned from, and the revision that is referenced. Partially addresses #1. In the future, this page could redirect to the actual submodule repository history page.
* Fix bug when the latest ref on a repo is a tagChris St. Pierre2017-06-21
| | | | | | Tags do not have commit times, but they do appear in the list of refs. This makes klaus use the latest ref that has a commit_time when finding the last updated time for a repo.
* Avoid rendering, then parsing diff.Jelmer Vernooij2017-06-12
|
* Remove more Python 2.6 compatibility codeJonas Haag2017-06-11
|
* Support the gitweb .git/cloneurl file and 'gitweb.url' settings as ways to ↵Jelmer Vernooij2017-01-29
| | | | find out clone url.
* Python 3 ctags supportJonas Haag2016-05-09
|
* Revert "Fix 'get_tag_and_branch_shas' for bare repos"Jonas Haag2016-02-02
| | | | | | This is now fixed in Dulwich 0.12.0. This reverts commit a2b74f246d5377942225b637577bc6b9750a8e18.
* Handle NotTreeErrorsJonas Haag2015-11-01
|
* Use dulwich.object_store.tree_lookup_path.Jelmer Vernooij2015-11-01
|
* Fix 'get_tag_and_branch_shas' for bare reposJonas Haag2015-10-12
|
* Support for Exuberant CtagsJonas Haag2015-10-07
|
* RefactoringJonas Haag2015-10-07
|
* Add .diff/.patch raw commit viewsJonas Haag2015-10-03
|
* DocsJonas Haag2015-08-06
|
* RefactoringJonas Haag2015-07-27
|
* Merge branch 'master' into feature/git-blameJonas Haag2015-07-27
|\
| * Experimental support for Python 3Jonas Haag2015-06-28
| | | | | | | | Smart HTTP doesn't work yet (depends on jelmer/dulwich#295)
| * Modernize codebase for Python 2/3 dual supportJonas Haag2015-06-28
| |
* | do not treat root commits as boundariesMartin Zimmermann2014-06-25
| | | | | | | | | | These boundary commits start with a "^" and are not supported by Dulwich.
* | initial blame viewMartin Zimmermann2014-06-25
|/
* Work around a bug in Dulwich 0.9.5+Jonas Haag2014-03-05
| | | | | | See https://github.com/jelmer/dulwich/issues/144 Thanks to Klaus Alexander Seistrup. Fixes #89.
* Fix repo name if repo path is a ".git" directoryJonas Haag2014-02-20
| | | | | | /path/to/some/repo/.git should have the name "repo" Fixes #86. Thanks to @Dafvid for the initial patch.
* Diff view: Add change summary; make diffs toggleableJonas Haag2014-01-07
| | | | Thanks to @lmas for the initial version of the patch.
* Make use of Dulwich's 'get_description'Jonas Haag2013-11-02
|
* Don't fail on completely empty reposJonas Haag2013-05-31
|
* Fix #61: Bug in default-branch guessing logicJonas Haag2013-05-31
|
* Support unicode in short description; handle missing .git/description fileJonas Haag2013-02-14
|
* simpler single line descriptionsErnest W. Durbin III2013-02-14
|
* Fix viewing tags, rename 'commit_id' to 'rev'(ision)Jonas Haag2013-01-29
|
* Refactoring. Also makes turns a few 500s into 404s.Jonas Haag2013-01-15
|
* Removed debugging relictJonas Haag2012-08-13
|
* Fixed #37: Sort tags/branches by timestampJonas Haag2012-08-13
|
* Fixed using tags browsingJonas Haag2012-08-13
|
* Refactored get_branch_names and get_tag_namesJonas Haag2012-08-13
|
* Refactoring, docsJonas Haag2012-07-16
|
* CleanupJonas Haag2012-07-15
|
* Rewrite using FlaskJonas Haag2012-07-11
|
* finish werkzeug portposativ2012-04-21
|
* major refactoring to use werkzeug as backendposativ2012-04-21
| | | | not finished yet: raw and errors
* move into klaus/posativ2012-04-21