Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for features flags | Gauvain Pocentek | 2018-01-01 | 1 | -1/+1 |
* | mixins.py: Avoid sending empty update data to issue.save (#389) | Carlos Soriano | 2017-12-16 | 1 | -0/+3 |
* | Make todo() raise GitlabTodoError on error | Gauvain Pocentek | 2017-12-16 | 1 | -2/+7 |
* | Revert "Add unit tests for mixin exceptions" | Gauvain Pocentek | 2017-11-16 | 1 | -7/+2 |
* | Add unit tests for mixin exceptions | Gauvain Pocentek | 2017-11-11 | 1 | -2/+7 |
* | Add a SetMixin | Gauvain Pocentek | 2017-11-11 | 1 | -0/+23 |
* | Fix the CLI for objects without ID (API v4) | Gauvain Pocentek | 2017-11-01 | 1 | -1/+1 |
* | Drop leftover pdb call | Gauvain Pocentek | 2017-10-08 | 1 | -1/+0 |
* | Make the delete() method handle / in ids | Gauvain Pocentek | 2017-10-08 | 1 | -0/+3 |
* | [v4] fix CLI for some mixin methods | Gauvain Pocentek | 2017-09-07 | 1 | -0/+15 |
* | Fix Args attribute in docstrings | Gauvain Pocentek | 2017-08-11 | 1 | -1/+1 |
* | [v4] Fix getting projects using full namespace | Gauvain Pocentek | 2017-08-11 | 1 | -0/+2 |
* | Make the project services work in v4rework_api | Gauvain Pocentek | 2017-08-04 | 1 | -1/+2 |
* | Restore the prvious listing behavior | Gauvain Pocentek | 2017-08-04 | 1 | -7/+7 |
* | functional tests for v4 | Gauvain Pocentek | 2017-08-04 | 1 | -1/+1 |
* | Restore correct exceptions | Gauvain Pocentek | 2017-07-15 | 1 | -44/+111 |
* | add support for objects delete() | Gauvain Pocentek | 2017-06-11 | 1 | -0/+11 |
* | Add laziness to get() | Gauvain Pocentek | 2017-06-11 | 1 | -1/+7 |
* | Add tests for managers mixins | Gauvain Pocentek | 2017-06-05 | 1 | -2/+5 |
* | make the tests pass | Gauvain Pocentek | 2017-06-02 | 1 | -2/+2 |
* | Migrate all v4 objects to new API | Gauvain Pocentek | 2017-06-02 | 1 | -16/+159 |
* | Add support for managers in objects for new API | Gauvain Pocentek | 2017-06-02 | 1 | -7/+7 |
* | pep8 | Gauvain Pocentek | 2017-06-02 | 1 | -3/+3 |
* | Move the mixins in their own module | Gauvain Pocentek | 2017-06-02 | 1 | -0/+207 |