summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #507 from Miouge1/badgesGauvain Pocentek2018-05-292-0/+19
|\ | | | | Add support for Project badges
| * Add support for Project badgesMaxime Guyot2018-05-272-0/+19
| |
* | Add support for the gitlab CI lint APIGauvain Pocentek2018-05-292-0/+27
| |
* | Update the settings attributesGauvain Pocentek2018-05-291-9/+41
| |
* | Implement runner token validationGauvain Pocentek2018-05-293-0/+29
| |
* | Runners can be created (registered)Gauvain Pocentek2018-05-292-2/+9
| |
* | Implement runner jobs listingGauvain Pocentek2018-05-292-2/+41
| |
* | Add missing project attributesGauvain Pocentek2018-05-294-19/+91
| |
* | Add pipeline listing filtersGauvain Pocentek2018-05-291-0/+2
| |
* | Update MR attributesGauvain Pocentek2018-05-291-5/+11
| |
* | Implement the markdown rendering APIGauvain Pocentek2018-05-294-2/+37
| | | | | | | | Testing will be enable when GitLab 11.0 is available.
* | Add support for group boardsGauvain Pocentek2018-05-295-72/+120
| |
* | Fix the participants() decoratorGauvain Pocentek2018-05-282-2/+2
| |
* | Issues: add missing attributes and methodsGauvain Pocentek2018-05-284-36/+78
| |
* | Update some group attributesGauvain Pocentek2018-05-281-3/+4
| |
* | Add feature flags deletion supportGauvain Pocentek2018-05-283-2/+8
| |
* | Add support for environment stop()Gauvain Pocentek2018-05-284-1/+23
| |
* | deploy key: add missing attributesGauvain Pocentek2018-05-281-1/+2
| |
* | Deployment: add list filtersGauvain Pocentek2018-05-281-0/+1
| |
* | Add commit.merge_requests() supportGauvain Pocentek2018-05-283-0/+23
| |
* | Enable mr.participant testGauvain Pocentek2018-05-281-1/+1
| |
* | Implement commit.refs()Gauvain Pocentek2018-05-283-0/+28
| |
* | Add missing docs fileGauvain Pocentek2018-05-271-0/+107
| |
* | Implement user_agent_detail for snippetsGauvain Pocentek2018-05-276-19/+44
| | | | | | | | Add a new UserAgentDetail mixin to avoid code duplication.
* | Add support for merged branches deletionGauvain Pocentek2018-05-272-0/+19
| |
* | Add support for the discussions APIGauvain Pocentek2018-05-273-2/+175
| | | | | | | | Fixes #501
* | Document the global per_page settingGauvain Pocentek2018-05-262-0/+11
| |
* | Merge pull request #505 from jouve/config_per_pageGauvain Pocentek2018-05-264-3/+32
|\ \ | |/ |/| add per_page config option
| * add per_page config optionCyril Jouve2018-05-224-3/+32
|/
* Add support for the search APIGauvain Pocentek2018-05-215-0/+119
| | | | Fixes #470
* Add support for project import/exportGauvain Pocentek2018-05-214-1/+169
| | | | Fixes #471
* pep8 fixGauvain Pocentek2018-05-211-1/+1
|
* Add support for user avatar uploadGauvain Pocentek2018-05-217-20/+76
| | | | Fixes #308
* travis-ci: remove the v3 testsGauvain Pocentek2018-05-201-2/+0
|
* [docs] update the sphinx extension for v4 objectsGauvain Pocentek2018-05-204-132/+32
|
* [docs] Rework the examples pagesGauvain Pocentek2018-05-2049-2319/+697
| | | | | | * Get rid of the .py files and bring all the python examples in the RST files * Fix a few things
* Add release notes for 1.5Gauvain Pocentek2018-05-191-0/+21
|
* Drop GetFromListMixinGauvain Pocentek2018-05-195-77/+20
|
* Drop API v3 supportGauvain Pocentek2018-05-1919-5838/+60
| | | | Drop the code, the tests, and update the documentation.
* ChangeLog: fix link1.4.0stable/1.4Gauvain Pocentek2018-05-191-1/+1
|
* Prepare the 1.4.0 releaseGauvain Pocentek2018-05-193-1/+39
|
* pep8 fixGauvain Pocentek2018-05-191-1/+1
|
* Deprecate GetFromListMixinGauvain Pocentek2018-05-193-4/+32
| | | | | | | | | This mixin provides a workaround for get() for GitLab objects that don't implement a 'get a single object' API. We are now getting conflicts because GitLab adds GET methods, and this is against the "Implement only what exists in the API" strategy. Also use the proper GET API call for objects that support it.
* longer docker image startup timeout for testsGauvain Pocentek2018-05-191-1/+1
|
* Add docs for the `files` arg in http_*Gauvain Pocentek2018-05-191-0/+2
|
* Merge pull request #500 from ericfrederich/efficient_getGauvain Pocentek2018-05-191-1/+1
|\ | | | | More efficient .get() for group members.
| * More efficient .get() for group members.Eric L Frederich2018-05-171-1/+1
|/ | | | Fixes #499
* api-usage: bit more detail for listing with `all`Gauvain Pocentek2018-05-111-9/+10
|
* prepare release notes for 1.4Gauvain Pocentek2018-05-111-0/+19
|
* [tests] fix functional tests for python3Gauvain Pocentek2018-05-101-4/+3
| | | | Fixes #486