summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing package klaus version 1.2.1-1debian/1.2.1-1archive/debian/1.2.1-1Jelmer Vernooij2017-07-05
|
* Bump standards version to 4.0.0 (no changes).Jelmer Vernooij2017-07-05
|
* Refresh patc.Jelmer Vernooij2017-07-05
|
* Add gbp.conf.Jelmer Vernooij2017-07-05
|
* New upstream release.Jelmer Vernooij2017-07-05
|
* Merge tag 'upstream/1.2.1' into unstableJelmer Vernooij2017-07-05
|\
| * Version 1.2.1Jonas Haag2017-07-05
| |
| * Fix security issue #200Jonas Haag2017-07-05
| |
| * Merge pull request #199 from jelmer/submodules-python3Jonas Haag2017-07-05
| |\ | | | | | | Fix Python3 compatibility of submodule view.
| | * Fix Python3 compatibility of submodule view.Jelmer Vernooij2017-07-04
| |/
| * Merge pull request #196 from sbraz/argparseJonas Haag2017-06-29
| |\ | | | | | | Drop argparse requirement (included in Python 2.7+)
| | * Drop argparse requirement (included in Python 2.7+)Louis Sautier2017-06-29
| |/
| * Fix #194Jonas Haag2017-06-28
| |
| * Merge pull request #191 from alekseyrybalkin/issue-190Jonas Haag2017-06-26
| |\ | | | | | | Fix an issue which led to broken link to repo root.
| | * Allow trailing slash for history and submodule views.Aleksey Rybalkin2017-06-26
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Fixes #190. If an URL rule in flask does not end with a part with a path converter it is better to end such rule with a slash, because documentation at http://flask.pocoo.org/docs/0.12/api/#url-route-registrations says: "1. If a rule ends with a slash and is requested without a slash by the user, the user is automatically redirected to the same page with a trailing slash attached. 2. And if a rule does not end with a trailing slash and the user requests the page with a trailing slash, a 404 not found is raised."
| * Python 3 compatibility fixJonas Haag2017-06-23
| |
| * Merge pull request #189 from jelmer/submodulesJonas Haag2017-06-23
| |\ | | | | | | Link submodules to an info page, rather than showing a 404.
| | * 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.
| * Merge pull request #187 from stpierre/latest-ref-is-tagJonas Haag2017-06-21
| |\ | | | | | | Fix bug when the latest ref on a repo is a tag
| | * 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.
| * Create CHANGELOG.rstJonas Haag2017-06-13
| |
| * Version 1.2.0Jonas Haag2017-06-13
| |
| * Don't rely on __del__Jonas Haag2017-06-13
| |
| * Merge pull request #179 from jelmer/simplify-diffJonas Haag2017-06-12
| |\ | | | | | | Avoid rendering, then parsing diff.
| | * Avoid rendering, then parsing diff.Jelmer Vernooij2017-06-12
| |/
| * FixesJonas Haag2017-06-11
| |
| * Remove more Python 2.6 compatibility codeJonas Haag2017-06-11
| |
| * Merge pull request #185 from jelmer/drop-2.6Jonas Haag2017-06-11
| |\ | | | | | | Drop support for Python2.6. Fixes #184
| | * Drop support for Python2.6. Fixes #184Jelmer Vernooij2017-06-11
| |/ | | | | | | | | | | pygments also no longer supports 2.6. This should fix the build on travis.
| * Drop empty ?path queryJonas Haag2017-06-08
| |
| * handle refs with / properly, fixes #36Martin Zimmermann2017-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this patch, Klaus handles git refs with a slash '/', e.g. feature/foo correctly. The URL structure remains the same, but there is no longer a difference in <rev> and <path>. Any URL is bit by bit checked if it contains a valid ref: -> /klaus/tree/foo/bar/setup.py <- foo/bar/setup.py (no) <- foo/bar, setup.py (yes, foo/bar is a valid ref) For URL reconstruction, url_for(view, ...), there are still `rev` and `path` arguments. The view on the other hand, joins both parts to a single URL (and splits them (again) into rev and path). Tarball filenames for branches containing a slash are substituted with a hyphen, so project@foo/bar becomes project@foo-bar.tar.gz
| * Add rev path element to indexChris St. Pierre2017-06-08
| | | | | | | | | | | | This makes the branch/tag selector dropdown work on the index page. With the index page not supporting a rev path element, it was passed as a query parameter which was silently ignored.
| * Merge pull request #178 from jelmer/base-hrefJonas Haag2017-03-22
| |\ | | | | | | Set base href, for the benefit of rendered pages with relative links.
| | * Set base href, for the benefit of rendered pages with relative links.Jelmer Vernooij2017-03-22
| | | | | | | | | | | | Fixes #177
| * | Version 1.1.0Jonas Haag2017-02-01
| | |
| * | Merge pull request #175 from jelmer/mdwnJonas Haag2017-01-30
| |\ \ | | | | | | | | Add ".mdwn" as a markdown extension.
| | * | Add ".mdwn" as a markdown extension.Jelmer Vernooij2017-01-29
| | |/ | | | | | | | | | This extension is used by ikiwiki.
| * | Merge pull request #173 from jelmer/cloneurlJonas Haag2017-01-29
| |\ \ | | | | | | | | Support gitweb .git/cloneurl file and 'gitweb.url' settings.
| | * | Support the gitweb .git/cloneurl file and 'gitweb.url' settings as ways to ↵Jelmer Vernooij2017-01-29
| | |/ | | | | | | | | | find out clone url.
| * | Merge pull request #174 from jelmer/indexpageJonas Haag2017-01-29
| |\ \ | | |/ | |/| Link to index page rather than history page.
| | * Link to index page rather than history page.Jelmer Vernooij2017-01-29
| |/ | | | | | | fd0ee00949c9aad3140d5d850864ae43fb9ea40a deleted the /history page.
| * Some minor fixesJonas Haag2017-01-27
| |
| * Add an 'index' page that displays a bit of history and possibly README.md.Jelmer Vernooij2017-01-26
| |
| * Merge pull request #171 from jimmyppi/wsgi_envJonas Haag2017-01-15
| |\ | | | | | | Expose all app arguments as env variables
| | * Use monkeypatch for os.environJimmy Petersson2017-01-15
| | |
| | * Use strtobool to parse boolean env variablesJimmy Petersson2017-01-13
| | |
| | * Expose all app arguments as env variablesJimmy Petersson2017-01-08
| |/
| * Merge pull request #170 from jimmyppi/fix_169Jonas Haag2017-01-05
| |\ | | | | | | Cache htdigest file. Fixes #169
| | * Fix reload for py3Jimmy Petersson2017-01-05
| | |
| | * Cache htdigest file. Fixes #169Jimmy Petersson2017-01-05
| |/