summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Added AccessRestrictionFilter and simplified authentication.James Moger2011-06-141-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 Moger2011-06-094-1/+106
|
* Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs.James Moger2011-06-084-13/+16
|
* Improved metrics page and added metrics links to branches panel.James Moger2011-06-071-3/+3
|
* Documentation. Moved clone and fetch into JGitUtils. Create bare only.James Moger2011-06-072-61/+25
|
* Fixed refs linking problem. Author metrics are lowercase.James Moger2011-06-041-5/+5
|
* GitNotes. Unit testing. More correct refs.James Moger2011-06-032-23/+86
|
* Unit testing. Start of git-notes display feature.James Moger2011-06-026-40/+289
|
* Refactored some unit tests and utils.James Moger2011-06-014-35/+91
|
* Stats -> Metrics. Docs in distribution zip. Created MetricUtils.James Moger2011-06-011-1/+2
|
* Unit testing. Disable links on first commit. Initial stats page.James Moger2011-06-011-13/+46
|
* Unit testing.James Moger2011-05-296-26/+122
|
* Unit testing.James Moger2011-05-295-31/+209
|
* Unit testing. Removal of some unused code paths.James Moger2011-05-284-2/+171
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-272-5/+6
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-262-0/+194