Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop API v3 support | Gauvain Pocentek | 2018-05-19 | 1 | -500/+0 |
| | | | | Drop the code, the tests, and update the documentation. | ||||
* | Default to API v4 | Gauvain Pocentek | 2018-02-05 | 1 | -22/+22 |
| | |||||
* | Module's base objects serialization (#359) | Lyudmil Nenov | 2017-11-03 | 1 | -0/+10 |
| | | | | | | | | Make gitlab objects serializable With current implementation of API v3 and v4 support, some instances have properties of type module and are not serializable. Handle these properties manually with setstate and getstate methods. | ||||
* | Remove unused future.division import | Gauvain Pocentek | 2017-06-11 | 1 | -1/+0 |
| | | | | We don't do math. | ||||
* | Snippet: content() -> raw() | Gauvain Pocentek | 2016-12-26 | 1 | -2/+2 |
| | | | | | Using the content() method causes conflicts with the API `content` attribute. | ||||
* | Added support for Snippets (new API in Gitlab 8.15) | Guyzmo | 2016-12-24 | 1 | -0/+34 |
| | | | | | | cf [Gitlab-CE MR !6373](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6373) Signed-off-by: Guyzmo <guyzmo+github@m0g.net> | ||||
* | Remove _get_list_or_object() and its tests | Gauvain Pocentek | 2016-08-13 | 1 | -37/+0 |
| | |||||
* | tests: don't use deprecated Content method | Gauvain Pocentek | 2016-07-18 | 1 | -2/+2 |
| | |||||
* | Add some unit tests for CLI | Gauvain Pocentek | 2016-02-05 | 1 | -4/+0 |
| | | | | Reorganize the cli.py code to ease the testing. | ||||
* | Add support for application settings | Gauvain Pocentek | 2016-01-27 | 1 | -0/+39 |
| | |||||
* | Fix the json() method for python 3 | Gauvain Pocentek | 2016-01-23 | 1 | -0/+9 |
| | | | | Also add unit tests and fix pep8 test | ||||
* | GitLab -> Gitlab (class names) | Gauvain Pocentek | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | Rename the _created attribute _from_api | Gauvain Pocentek | 2015-12-31 | 1 | -3/+3 |
| | |||||
* | use more pythonic names for some methods | Gauvain Pocentek | 2015-05-12 | 1 | -16/+17 |
| | |||||
* | make the tests pass | Gauvain Pocentek | 2015-05-12 | 1 | -35/+52 |
| | |||||
* | move the tests inside the package | Gauvain Pocentek | 2015-05-11 | 1 | -0/+432 |