summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* [docs] artifacts example: open file in wb modeGauvain Pocentek2016-12-241-1/+1
| | | | Fixes #194
* [docs] update pagination sectionGauvain Pocentek2016-12-241-1/+6
| | | | | | First page is page 1. Fixes #197
* docs: remove the build warning about _staticGauvain Pocentek2016-11-201-1/+1
|
* Add support for triggering a new buildGauvain Pocentek2016-11-202-11/+32
| | | | Fixes #184
* docs: fix "required" attributeGauvain Pocentek2016-11-141-1/+1
|
* docs: add missing requiredCreateAttrsGauvain Pocentek2016-11-141-0/+3
|
* Add support for templates APIGauvain Pocentek2016-11-065-30/+99
| | | | | | Add gitlab CI and gitignores APIs Rework the templates/license API docs
* Make the manager objects create mor dynamicGauvain Pocentek2016-11-052-5/+18
| | | | | | | | For the gitlab.Gitlab object make the detection of "submanagers" more dynamic. This will avoid duplication of definitions. Update the sphinx extension to add these managers in the list of attributes.
* Implement merge requests diff supportGauvain Pocentek2016-11-052-4/+26
|
* Add a 'report a bug' link on docGauvain Pocentek2016-11-051-0/+24
|
* Sphinx ext: factorize the build methodsGauvain Pocentek2016-11-051-23/+10
|
* API docs: add managers doc in GitlabObject'sGauvain Pocentek2016-11-051-0/+7
|
* Rework the API documentationGauvain Pocentek2016-11-055-79/+145
| | | | | | | | Update the sphinx extension to add method definition in the docs. This makes the documentation a bit more usable. Hide attributes that should not have been exposed. They still exist in the code but their documentation doesn't make much sense.
* Move deploy key enable/disable to the objectGauvain Pocentek2016-11-051-2/+2
| | | | | To keep things consistent with other objects, action methods are available on the object itself, not the manager.
* Merge branch 'master-project-deploy-keys' of ↵Gauvain Pocentek2016-11-052-0/+20
|\ | | | | | | https://github.com/Asher256/python-gitlab into Asher256-master-project-deploy-keys
| * Fixing the response and project_id argumentAsher2562016-11-011-4/+0
| |
| * Documentation for enable/disable deploy key functionsAsher256@users.noreply.github.com2016-10-302-0/+24
| |
* | docs: add a note for python 3.5 for file content updateGauvain Pocentek2016-11-011-1/+3
|/ | | | | | | The data passed to the JSON serializer must be a string with python 3. Document this in the exemples. Fix #175
* Add support for the notification settings APIGauvain Pocentek2016-10-233-1/+61
|
* Add support for broadcast messages APIGauvain Pocentek2016-10-233-0/+70
|
* Add support for boards APIGauvain Pocentek2016-10-232-0/+90
| | | | | | | | This is not fully usable because the gitlab API has some limitations: - not possible to create boards programmatically - not possible to get labels ID (https://gitlab.com/gitlab-org/gitlab-ce/issues/23448)
* Implement ProjectBuild.play()Gauvain Pocentek2016-10-032-0/+10
|
* Update docs to use ProjectBuild.erase()Jonathon Reinhart2016-10-022-10/+6
|
* Fix examples for file modificationGauvain Pocentek2016-09-251-2/+2
| | | | Fixes #156
* Add support for --all in CLIGauvain Pocentek2016-09-231-1/+7
| | | | Fixes #153
* Create a project in a groupderek-austin2016-09-211-0/+10
| | | Just a sketch, feel free to toss it and do it in the right way.
* Brief branch protection notesWill Starms2016-09-141-0/+7
| | | You can pass developers_can_push and developers_can_merge to the protect function. Handy!
* fix docArmin Weihbold2016-09-101-1/+1
|
* add docArmin Weihbold2016-09-101-0/+3
|
* docs: improve the pagination sectionGauvain Pocentek2016-08-301-2/+11
|
* minor RST fix0.15Gauvain Pocentek2016-08-281-0/+1
|
* Add support for project deploymentsGauvain Pocentek2016-08-273-0/+35
|
* Add support for access requestsGauvain Pocentek2016-08-273-0/+84
|
* Add support for project pipelinesGauvain Pocentek2016-08-272-0/+51
|
* Add support for project services APIGauvain Pocentek2016-08-132-1/+54
|
* Move the constants at the gitlab root levelGauvain Pocentek2016-08-112-9/+9
|
* Add sidekiq metrics supportGauvain Pocentek2016-08-112-0/+17
|
* implement the todo APIGauvain Pocentek2016-08-117-0/+91
|
* docs: notes APIGauvain Pocentek2016-08-092-0/+86
|
* docs: snippets APIGauvain Pocentek2016-08-092-0/+92
|
* docs: tags APIGauvain Pocentek2016-08-092-0/+68
|
* docs: system hooks APIGauvain Pocentek2016-08-093-0/+51
|
* docs: add ApplicationSettings APIGauvain Pocentek2016-08-093-0/+31
|
* docs: repository files APIGauvain Pocentek2016-08-092-0/+78
|
* docs: project repository APIGauvain Pocentek2016-08-092-0/+95
|
* docs: add milestones APIGauvain Pocentek2016-08-093-0/+98
|
* Fix fork creation documentationGauvain Pocentek2016-08-091-2/+2
| | | | Fixes #136
* docs: add MR APIGauvain Pocentek2016-08-073-0/+147
|
* fix labels deletion exampleGauvain Pocentek2016-08-071-1/+1
|
* docs: add licenses APIGauvain Pocentek2016-08-063-0/+30
|