summaryrefslogtreecommitdiffstats
path: root/test-gitblit.properties
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-88/+0
| | | | | | | | | This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.
* Support --baseFolder parameter and small data reorganizationJames Moger2013-01-151-3/+3
|
* 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.