Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Poke test during proposal phase. | James Moger | 2011-09-27 | 1 | -4/+6 |
| | |||||
* | Unit test of the MailExecutor. | James Moger | 2011-09-26 | 1 | -0/+38 |
| | |||||
* | Implemented a Federation Client. Bare clone tweaks. Documentation. | James Moger | 2011-09-26 | 1 | -1/+1 |
| | |||||
* | Revised federation proposal mechanism. Added SendProposalPage. | James Moger | 2011-09-25 | 1 | -3/+7 |
| | |||||
* | Largely completed, uber-cool federation feature. | James Moger | 2011-09-12 | 3 | -4/+131 |
| | |||||
* | Updated to Markdown Papers 1.1.1 | James Moger | 2011-08-06 | 1 | -2/+6 |
| | |||||
* | Cleanup imports and formatting. | James Moger | 2011-07-25 | 2 | -3/+3 |
| | |||||
* | Unit test for GitServlet. | James Moger | 2011-07-22 | 1 | -0/+74 |
| | | | | | This unit test is not part of the suite since it requires firing up gitblit, commiting, and stopping gitblit. This is the first step in evolving unit testing of cloning/pushing. | ||||
* | Centralize default branch/HEAD resolution (issue 14) | James Moger | 2011-07-22 | 2 | -2/+10 |
| | | | | | | | | | | | | | | 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. | ||||
* | Documentation. Unit testing. Checkstyle. Findbugs. | James Moger | 2011-07-22 | 6 | -10/+71 |
| | |||||
* | Misc fixes. | James Moger | 2011-07-20 | 1 | -2/+2 |
| | |||||
* | Documentation. Added JavaDoc. Clarified repository access restriction. | James Moger | 2011-07-05 | 1 | -3/+3 |
| | |||||
* | Documentation. Adding JavaDoc comments. Adjustments to method names. | James Moger | 2011-07-01 | 1 | -3/+3 |
| | |||||
* | Big push for first release. | James Moger | 2011-06-25 | 6 | -22/+87 |
| | | | | | | | | | | | | * Build script overhaul including building & publishing GO, WAR, Docs, and Site. * Restored JGit 0.12.1 dependency and backported Blame. Got tired of waiting for JGit 1.0.0 Maven artifacts. * Changed Summary Page layout * Optional cookie authentication * Added icons for log, tags, and branches panels. * Show last commit author and short message on branches panel. * Unit testing. * Documentation. | ||||
* | Added AccessRestrictionFilter and simplified authentication. | James Moger | 2011-06-14 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | Replaced servlet container basic authentication with a custom servlet filter which performs the same function. The advantage to this is that the servlet container is now divorced from the webapp. The login service (realm) also simplified a great deal and removes its Jetty dependencies. Additionally, the basic authorization pop-up will be displayed as needed based on the repository's access restriction. This was necessary for view-restricted repositories with the RSS feature. Its also necessary for completely open repositories as before it would prompt for credentials. Improved feed syndication feature. | ||||
* | Unit testing. Documentation. Simplified settings classes. | James Moger | 2011-06-09 | 4 | -1/+106 |
| | |||||
* | Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs. | James Moger | 2011-06-08 | 4 | -13/+16 |
| | |||||
* | Improved metrics page and added metrics links to branches panel. | James Moger | 2011-06-07 | 1 | -3/+3 |
| | |||||
* | Documentation. Moved clone and fetch into JGitUtils. Create bare only. | James Moger | 2011-06-07 | 2 | -61/+25 |
| | |||||
* | Fixed refs linking problem. Author metrics are lowercase. | James Moger | 2011-06-04 | 1 | -5/+5 |
| | |||||
* | GitNotes. Unit testing. More correct refs. | James Moger | 2011-06-03 | 2 | -23/+86 |
| | |||||
* | Unit testing. Start of git-notes display feature. | James Moger | 2011-06-02 | 6 | -40/+289 |
| | |||||
* | Refactored some unit tests and utils. | James Moger | 2011-06-01 | 4 | -35/+91 |
| | |||||
* | Stats -> Metrics. Docs in distribution zip. Created MetricUtils. | James Moger | 2011-06-01 | 1 | -1/+2 |
| | |||||
* | Unit testing. Disable links on first commit. Initial stats page. | James Moger | 2011-06-01 | 1 | -13/+46 |
| | |||||
* | Unit testing. | James Moger | 2011-05-29 | 6 | -26/+122 |
| | |||||
* | Unit testing. | James Moger | 2011-05-29 | 5 | -31/+209 |
| | |||||
* | Unit testing. Removal of some unused code paths. | James Moger | 2011-05-28 | 4 | -2/+171 |
| | |||||
* | Codepro analyze dependencies. Documentation. | James Moger | 2011-05-27 | 2 | -5/+6 |
| | |||||
* | Findbugs. CodePro Audit. Checkstyle. Unit test refactoring. | James Moger | 2011-05-26 | 2 | -0/+194 |