Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop API v3 support | Gauvain Pocentek | 2018-05-19 | 3 | -2913/+0 |
| | | | | Drop the code, the tests, and update the documentation. | ||||
* | Add support for unsharing projects to v3 API (untested) | Eric Sabouraud | 2018-02-28 | 2 | -0/+22 |
| | |||||
* | Remove pipeline schedules from v3 (not supported) | Gauvain Pocentek | 2018-02-05 | 1 | -13/+0 |
| | |||||
* | Project pipeline schedules | Moritz Lipp | 2018-02-05 | 1 | -0/+13 |
| | |||||
* | Expected HTTP response for subscribe is 201 | P. F. Chimento | 2017-12-03 | 1 | -1/+1 |
| | | | | It seems that the GitLab API gives HTTP response code 201 ("created") when successfully subscribing to an object, not 200. | ||||
* | Remove deprecated objects/methods | Gauvain Pocentek | 2017-11-10 | 1 | -29/+0 |
| | |||||
* | Add mattermost service support | Matej Zerovnik | 2017-10-13 | 1 | -0/+1 |
| | |||||
* | adds project upload feature (#239) | James Johnson | 2017-09-12 | 2 | -1/+83 |
| | |||||
* | make v3 CLI work again | Gauvain Pocentek | 2017-08-20 | 1 | -1/+1 |
| | |||||
* | Fix Args attribute in docstrings | Gauvain Pocentek | 2017-08-11 | 1 | -3/+3 |
| | |||||
* | Fix merge_when_build_succeeds attribute name | Gauvain Pocentek | 2017-07-09 | 1 | -5/+5 |
| | | | | Fixes #285 | ||||
* | Refactor the CLI | Gauvain Pocentek | 2017-06-25 | 1 | -162/+95 |
| | | | | | | | v3 and v4 CLI will be very different, so start moving things in their own folders. For now v4 isn't working at all. | ||||
* | Add missing doc files | Gauvain Pocentek | 2017-06-25 | 1 | -0/+564 |
| | |||||
* | Remove unused future.division import | Gauvain Pocentek | 2017-06-11 | 1 | -1/+0 |
| | | | | We don't do math. | ||||
* | import urlencode() from six.moves.urllib.parse instead of from urllib (#268) | Cosimo Lupo | 2017-06-02 | 1 | -3/+3 |
| | | | | | Fixes AttributeError on Python 3, as `urlencode` function has been moved to `urllib.parse` module. `six.moves.urllib.parse.urlencode()` is an py2.py3 compatible alias of `urllib.parse.urlencode()` on Python 3, and of `urllib.urlencode()` on Python 2. | ||||
* | Remove extra_attrs argument from _raw_list (unneeded) | Gauvain Pocentek | 2017-05-27 | 1 | -15/+5 |
| | |||||
* | Reorganise the code to handle v3 and v4 objects | Gauvain Pocentek | 2017-05-23 | 2 | -0/+2351 |
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. |