Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move spec helpers/matchers/shared examples/contexts to their relevant folder | Rémy Coutable | 2018-04-23 | 1 | -68/+0 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Move CI access logic into GitAccess | Michael Kozono | 2017-06-05 | 1 | -3/+6 |
| | |||||
* | Fix Git over HTTP spec | Michael Kozono | 2017-06-05 | 1 | -1/+18 |
| | | | | | | | | | | | * The spec has 7 failures at this point * Specify rendered error messages * Render the GitAccess message rather than “Access denied” * Render the Not Found message provided by GitAccess, instead of a custom one * Expect GitAccess to check the config for whether Git-over-HTTP pull or push is disabled, rather than doing it in the controller * Add more thorough testing for authentication * Dried up a lot of tests * Fixed some broken tests | ||||
* | Added git http requests tests for user with LDAP identity | Horatiu Eugen Vlad | 2016-09-28 | 1 | -0/+48 |
Signed-off-by: Rémy Coutable <remy@rymai.me> |