]> source.dussan.org Git - gitblit.git/commit
Updated the SyndicationServlet to provide an additional option to return details...
authorGerard Smyth <gerard.smyth@gmail.com>
Tue, 1 Apr 2014 11:29:01 +0000 (12:29 +0100)
committerJames Moger <james.moger@gitblit.com>
Thu, 8 May 2014 17:09:30 +0000 (13:09 -0400)
commitf76fee63ed9cb3a30d3c0c092d860b1cb93a481b
tree10177da656f10daae98dc0ba627c702bbf050438
parentd99277724206102f25e7c5c569d2e7fdc891e4a0
Updated the SyndicationServlet to provide an additional option to return details of the tags in the repository instead of the commits.
This uses a new 'ot' request parameter to indicate the object type of the content to return, which can be ither TAG or COMMIT.
If this is not provided, then COMMIT is assumed to maintain backwards compatability.
If tags are returned, then the paging parameters, 'l' and 'pg' are still supported, but searching options are currently ignored.
src/main/java/com/gitblit/Constants.java
src/main/java/com/gitblit/servlet/SyndicationServlet.java
src/main/java/com/gitblit/utils/JGitUtils.java