Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 13 | -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 ↵ | SHaselbauer | 2013-01-23 | 3 | -1/+88 |
| | | | | test selenium test cases | ||||
* | seleniumFixV2: connected thread pool creation to condition ↵ | SHaselbauer | 2013-01-23 | 3 | -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 Moger | 2013-01-23 | 11 | -0/+1002 |