summaryrefslogtreecommitdiff
path: root/docs/gl_objects
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken docs examplesGauvain Pocentek2017-05-255-9/+9
|
* [v4] Update project search APIGauvain Pocentek2017-05-231-1/+1
| | | | | * projects.search() is not implemented in v4 * add the 'search' attribute to projects.list()
* Add 'search' attribute to projects.list()Gauvain Pocentek2017-05-231-1/+1
| | | | projects.search() has been deprecated by Gitlab
* docs: add missing =Gauvain Pocentek2017-05-201-1/+1
|
* Feature/milestone merge requests (#247)Ian Sparks2017-04-012-2/+13
| | | Added milestone.merge_requests() API
* Provide API wrapper for cherry picking commits (#236)Christian2017-03-212-0/+10
|
* Implement pipeline creation API (#237)Mond WAN2017-03-182-0/+12
|
* Add DeployKey{,Manager} classesGauvain Pocentek2017-03-172-7/+11
| | | | | | They are the same as Key and KeyManager but the name makes more sense. Fixes #212
* Time tracking (#222)savenger2017-03-032-0/+51
| | | | | | | | | * Added gitlab time tracking features - get/set/remove estimated time per issue - get/set/remove time spent per issue * Added documentation for time tracking functions
* Deploy keys: rework enable/disableGauvain Pocentek2017-02-041-2/+2
| | | | | | | | | The method have been moved to the keys manager class as they don't make sens at all on the project keys themselves. Update doc and add tests. Fixes #196
* deploy keys doc: fix inclusionGauvain Pocentek2017-01-251-1/+1
|
* Add support for commit creationGauvain Pocentek2017-01-212-14/+37
| | | | Fixes #206
* Add support for project runnersGauvain Pocentek2017-01-212-4/+56
| | | | | | | This API allows to enable/disable specific runners for a project, and to list the project associated runners. Fix #205
* Support the scope attribute in runners.list()Gauvain Pocentek2017-01-212-3/+10
|
* Update project.archive() docsWill Starms2017-01-112-5/+4
|
* Snippet: content() -> raw()Gauvain Pocentek2016-12-261-2/+2
| | | | | Using the content() method causes conflicts with the API `content` attribute.
* SnippetManager: all() -> public()Gauvain Pocentek2016-12-262-1/+11
| | | | Rename the method to make what it does more explicit.
* [docs] Add doc for snippetsGauvain Pocentek2016-12-253-0/+76
|
* [docs] artifacts example: open file in wb modeGauvain Pocentek2016-12-241-1/+1
| | | | Fixes #194
* Add support for triggering a new buildGauvain Pocentek2016-11-202-11/+32
| | | | Fixes #184
* Add support for templates APIGauvain Pocentek2016-11-064-29/+98
| | | | | | Add gitlab CI and gitignores APIs Rework the templates/license API docs
* Implement merge requests diff supportGauvain Pocentek2016-11-052-4/+26
|
* 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-232-0/+59
|
* Add support for broadcast messages APIGauvain Pocentek2016-10-232-0/+69
|
* 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
* 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
|
* minor RST fix0.15Gauvain Pocentek2016-08-281-0/+1
|
* Add support for project deploymentsGauvain Pocentek2016-08-272-0/+34
|
* Add support for access requestsGauvain Pocentek2016-08-272-0/+83
|
* 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-111-0/+16
|
* implement the todo APIGauvain Pocentek2016-08-116-0/+90
|
* 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-092-0/+50
|
* docs: add ApplicationSettings APIGauvain Pocentek2016-08-092-0/+30
|