summaryrefslogtreecommitdiffstats
path: root/tests/de/akquinet/devops
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-2713-1089/+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.
* alternative variant to disable thread creation by the scheduledExecutor in ↵SHaselbauer2013-01-233-1/+88
| | | | test selenium test cases
* seleniumFixV2: connected thread pool creation to condition ↵SHaselbauer2013-01-233-7/+7
| | | | web.allowLuceneIndexing (otherwise thread pool will be kept open for more than a minute, what hinders the start of another gitblit instance in the same jvm during selenium test case execution), fixed naming of xpath variables, added missing property to gitblit.properties and test-ui-gitblit.properties, changed naming of methods (according to decision that owners is a much shorter word than repository administrator and that owners is fits better if you think of collective responsibilities and collective ownership)
* Merged selenium tests from akquinet (pull request #65)James Moger2013-01-2311-0/+1002