summaryrefslogtreecommitdiff
path: root/docs/gl_objects/commits.rst
Commit message (Collapse)AuthorAgeFilesLines
* chore: bring commit signatures up to date with 12.10Nejc Habjan2020-04-221-1/+1
|
* feat: add support for commit GPG signature APINejc Habjan2020-03-221-0/+4
|
* feat: add support for commit revert API (#991)Nejc Habjan2020-02-181-0/+4
|
* docs: remove v3 supportno-more-v3Gauvain Pocentek2019-06-081-2/+1
|
* fix(api): avoid parameter conflicts with python and gitlabno-param-conflictsGauvain Pocentek2019-01-131-0/+8
| | | | | | | | | | Provide another way to send data to gitlab with a new `query_parameters` argument. This parameter can be used to explicitly define the dict of items to send to the server, so that **kwargs are only used to specify python-gitlab specific parameters. Closes #566 Closes #629
* Minor doc updatesGauvain Pocentek2018-08-251-2/+2
|
* Add commit.merge_requests() supportGauvain Pocentek2018-05-281-0/+4
|
* Implement commit.refs()Gauvain Pocentek2018-05-281-0/+6
|
* [docs] Rework the examples pagesGauvain Pocentek2018-05-201-71/+49
| | | | | | * Get rid of the .py files and bring all the python examples in the RST files * Fix a few things
* Update pagination docs for ProjectCommitGauvain Pocentek2017-12-111-0/+5
| | | | | | In v3 pagination starts at page 0 instead of page 1. Fixes: #377
* Update the objects doc/examples for v4Gauvain Pocentek2017-08-111-11/+54
|
* Provide API wrapper for cherry picking commits (#236)Christian2017-03-211-0/+6
|
* Add support for commit creationGauvain Pocentek2017-01-211-14/+17
| | | | Fixes #206
* docs: commits APIGauvain Pocentek2016-07-241-0/+87