Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the same description for **kwargs everywhere | Gauvain Pocentek | 2018-06-17 | 1 | -7/+7 |
* | Add project push rules configuration (#520) | Eric Sabouraud | 2018-06-11 | 1 | -3/+8 |
* | Add support for project-level MR approval configuration | Eric Sabouraud | 2018-06-08 | 1 | -2/+14 |
* | time_stats(): use an existing attribute if available | Gauvain Pocentek | 2018-05-30 | 1 | -0/+5 |
* | Add support for group badges | Gauvain Pocentek | 2018-05-29 | 1 | -0/+24 |
* | Fix the participants() decorator | Gauvain Pocentek | 2018-05-28 | 1 | -1/+1 |
* | Issues: add missing attributes and methods | Gauvain Pocentek | 2018-05-28 | 1 | -0/+26 |
* | Implement user_agent_detail for snippets | Gauvain Pocentek | 2018-05-27 | 1 | -0/+17 |
* | add per_page config option | Cyril Jouve | 2018-05-22 | 1 | -0/+2 |
* | Add support for project import/export | Gauvain Pocentek | 2018-05-21 | 1 | -1/+4 |
* | pep8 fix | Gauvain Pocentek | 2018-05-21 | 1 | -1/+1 |
* | Add support for user avatar upload | Gauvain Pocentek | 2018-05-21 | 1 | -9/+30 |
* | Drop GetFromListMixin | Gauvain Pocentek | 2018-05-19 | 1 | -37/+0 |
* | pep8 fix | Gauvain Pocentek | 2018-05-19 | 1 | -1/+1 |
* | Deprecate GetFromListMixin | Gauvain Pocentek | 2018-05-19 | 1 | -0/+9 |
* | Get rid of _sanitize_data | Gauvain Pocentek | 2018-03-17 | 1 | -14/+4 |
* | Implement attribute types to handle special cases | Gauvain Pocentek | 2018-03-17 | 1 | -2/+37 |
* | introduce RefreshMixin | Pierre Tardy | 2018-03-04 | 1 | -0/+19 |
* | 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 |