summaryrefslogtreecommitdiffstats
path: root/test-gitblit.properties
Commit message (Collapse)AuthorAgeFilesLines
* Revised unit tests. Swapped BlueZGnome repo (unacessible) for Gitective.James Moger2012-02-211-7/+7
|
* Block pushes to a repository with a working copy (issue 49)James Moger2012-02-031-1/+1
|
* Renamed GitblitUserService, sendMail method, sendmail.groovy, and ↵James Moger2011-12-201-1/+1
| | | | RepositoryModel.mailingLists
* Server-side hook script selection. Documentation.James Moger2011-12-191-2/+2
|
* Groovy push hooksJames Moger2011-12-161-0/+4
|
* Unit testing overhaul.James Moger2011-12-071-0/+84
Migrated to JUnit4-style tests. Replaced assertTrue with assertEquals where appropriate. Start Gitblit instance with dedicated unit testing settings file and user service. Integrated RPC, Federation, and Git servlet unit tests into suite.