Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | define UserManager.get_by_username() to get a user by username | Richard Hansen | 2016-02-12 | 1 | -0/+26 |
| | |||||
* | define UserManager.search() to search for users | Richard Hansen | 2016-02-12 | 1 | -0/+23 |
| | |||||
* | add unit tests for managers | Gauvain Pocentek | 2016-01-16 | 1 | -3/+23 |
| | |||||
* | Add support for groups search | Gauvain Pocentek | 2016-01-09 | 1 | -0/+23 |
| | | | | | | | Factorize the code to avoid duplication with the ProjectManager class. Implement unit tests for the group search. Original patchh from Daniel Serodio (PR #55). | ||||
* | Implement ProjectManager search/list methods | Gauvain Pocentek | 2016-01-08 | 1 | -0/+69 |
| | | | | | | The existing Gitlab methods are deprecated. Unit tests have been added. | ||||
* | add unit tests for BaseManager | Gauvain Pocentek | 2016-01-03 | 1 | -0/+147 |