summaryrefslogtreecommitdiff
path: root/docs/gl_objects/projects.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken docs examplesGauvain Pocentek2017-05-251-1/+1
|
* [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
|
* Implement pipeline creation API (#237)Mond WAN2017-03-181-0/+6
|
* Update project.archive() docsWill Starms2017-01-111-2/+2
|
* 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 boards APIGauvain Pocentek2016-10-231-0/+36
| | | | | | | | 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)
* Fix examples for file modificationGauvain Pocentek2016-09-251-2/+2
| | | | Fixes #156
* fix docArmin Weihbold2016-09-101-1/+1
|
* add docArmin Weihbold2016-09-101-0/+3
|
* Add support for project pipelinesGauvain Pocentek2016-08-271-0/+20
|
* Add support for project services APIGauvain Pocentek2016-08-131-0/+21
|
* Move the constants at the gitlab root levelGauvain Pocentek2016-08-111-6/+6
|
* docs: notes APIGauvain Pocentek2016-08-091-0/+44
|
* docs: snippets APIGauvain Pocentek2016-08-091-0/+44
|
* docs: tags APIGauvain Pocentek2016-08-091-0/+31
|
* docs: repository files APIGauvain Pocentek2016-08-091-0/+48
|
* docs: project repository APIGauvain Pocentek2016-08-091-0/+44
|
* Fix fork creation documentationGauvain Pocentek2016-08-091-2/+2
| | | | Fixes #136
* docs: fork relationship APIGauvain Pocentek2016-07-171-4/+9
|
* docs: project search APIGauvain Pocentek2016-07-171-0/+3
|
* docs: document hooks APIGauvain Pocentek2016-07-171-0/+33
|
* Implement sharing project with a groupGauvain Pocentek2016-07-161-0/+4
|
* docs: add project members docGauvain Pocentek2016-07-161-0/+40
|
* docs: document projects APIGauvain Pocentek2016-07-161-0/+67