summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/TicketsPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup imports and formatting.James Moger2011-07-251-1/+1
|
* Centralize default branch/HEAD resolution (issue 14)James Moger2011-07-221-0/+4
| | | | | | | | | | | | | | If an object id was not specified Gitblit used HEAD to perform the operation. This breaks under some conditions like working with a repository that does not have any commits on master but does have commits on a vcs-import branch. The new approach is to centralize the resolution of unspecified object ids to a common method which resolves HEAD first but uses the most recently modified branch if HEAD points to nothing. This commit also includes a non-functional method for creating an empty branch. I couldn't figure out how to make JGit create an orphaned branch.
* Refactored some unit tests and utils.James Moger2011-06-011-2/+2
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-271-3/+2
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-261-5/+9
|
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-251-0/+15
|
* Rename ticgit integration to tickets.James Moger2011-04-171-0/+54
The current ticgit implementation is based on ticgit.net, a BSD implementation for C#. Jeff Welling advises using commit bf57b032e030bd16a7b2 (2009-01-27) from ticgit as the last MIT licensed commit. A more complete implementation will be based on this version of the original Ruby sources. It remains unclear if I will support using the "ticgit" branch name or not. I purposefully haven't looked at any of the GPL improvements by Jeff, but I can see from the readme at GitHub that he has renamed the branch to "ticgit-ng" which I have no plans on supporting as I do not want to taint GitBlit with GPL code.