summaryrefslogtreecommitdiff
path: root/docs/gl_objects
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #374 from benjamb/typosGauvain Pocentek2017-12-111-1/+1
|\ | | | | Fix typos in docs
| * Fix link to settings APIBen Brown2017-11-241-1/+1
| |
* | Update pagination docs for ProjectCommitGauvain Pocentek2017-12-111-0/+5
|/ | | | | | In v3 pagination starts at page 0 instead of page 1. Fixes: #377
* Add support for project housekeepingGauvain Pocentek2017-11-122-0/+10
| | | | Closes #368
* Add support for user_agent_detail (issues)Gauvain Pocentek2017-11-112-0/+9
| | | | https://docs.gitlab.com/ce/api/issues.html#get-user-agent-details
* [docs] Bad arguments in projetcs file documentationTHEBAULT Julien2017-11-111-1/+1
|
* update user docs with gitlab URLsGauvain Pocentek2017-11-111-0/+19
|
* Add support for user activitiesGauvain Pocentek2017-11-111-0/+36
|
* typoGauvain Pocentek2017-11-101-1/+1
|
* Add support for impersonation tokens APIGauvain Pocentek2017-11-102-0/+55
| | | | Closes #363
* Remove deprecated objects/methodsGauvain Pocentek2017-11-101-2/+2
|
* Merge branch 'master' of github.com:python-gitlab/python-gitlabGauvain Pocentek2017-11-081-1/+2
|\
| * [doc] Fix project.triggers.create example with v4 APIJerome Robert2017-11-071-1/+2
| |
* | Add users custome attributes supportGauvain Pocentek2017-11-042-0/+54
|/
* Update the repository_blob documentationGauvain Pocentek2017-11-012-2/+5
| | | | Fixes #312
* Add support for wiki pagesGauvain Pocentek2017-11-012-0/+67
|
* Add support for GPG keysGauvain Pocentek2017-11-012-138/+151
| | | | Closes #355
* Add support for group milestonesGauvain Pocentek2017-11-012-6/+16
| | | | Closes #349
* Add support for listing project usersGauvain Pocentek2017-10-082-0/+13
| | | | | | https://docs.gitlab.com/ce/api/projects.html#get-project-users Closes #328
* [docs] improve the labels usage documentationGauvain Pocentek2017-10-084-3/+20
| | | | Closes #329
* [docs] update the file upload samplesGauvain Pocentek2017-10-082-5/+3
| | | | Closes #335
* [docs] remove example usage of submanagersGauvain Pocentek2017-09-261-3/+2
| | | | Closes #324
* Add missing doc fileGauvain Pocentek2017-09-211-0/+44
|
* adds project upload feature (#239)James Johnson2017-09-122-0/+74
|
* Add support for protected branchesGauvain Pocentek2017-09-021-0/+18
| | | | | | This feature appeared in gitlab 9.5. Fixes #299
* Add support for group variablesGauvain Pocentek2017-09-022-7/+17
|
* Update the objects doc/examples for v4Gauvain Pocentek2017-08-1136-464/+991
|
* Changed attribution referenceAron Pammer2017-07-091-2/+2
|
* fixed repository_compare examplesAron Pammer2017-06-261-3/+3
|
* 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