Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop API v3 support | Gauvain Pocentek | 2018-05-19 | 1 | -309/+0 |
| | | | | Drop the code, the tests, and update the documentation. | ||||
* | Default to API v4 | Gauvain Pocentek | 2018-02-05 | 1 | -1/+2 |
| | |||||
* | update copyright years | Gauvain Pocentek | 2017-05-24 | 1 | -1/+1 |
| | |||||
* | Reorganise the code to handle v3 and v4 objects | Gauvain Pocentek | 2017-05-23 | 1 | -1/+1 |
| | | | | | | Having objects managing both versions will only make the code more complicated, with lots of tests everywhere. This solution might generate some code duplication, but it should be maintainable. | ||||
* | Add 'search' attribute to projects.list() | Gauvain Pocentek | 2017-05-23 | 1 | -3/+3 |
| | | | | projects.search() has been deprecated by Gitlab | ||||
* | 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 |