summaryrefslogtreecommitdiffstats
path: root/test-users.conf
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-8/+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 Team canAdmin, canCreate, and canFork (issue 36)James Moger2012-10-101-0/+1
|
* Fixes and adjustments to test suiteJames Moger2012-07-111-0/+1
|
* Unit testing overhaul.James Moger2011-12-071-0/+6
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.