summaryrefslogtreecommitdiff
path: root/docs/gl_objects/projects.py
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Rework the examples pagesGauvain Pocentek2018-05-201-367/+0
| | | | | | * Get rid of the .py files and bring all the python examples in the RST files * Fix a few things
* [docs] update service.available() example for API v4Gauvain Pocentek2018-05-101-1/+2
| | | | Fixes #482
* Update projects.pyTwan2018-04-131-2/+4
| | | Add missing attributes to file.create in order to make it work.
* [docs] Move notes examples in their own fileGauvain Pocentek2018-03-281-27/+0
| | | | Fixes #472
* Add support for unsharing projects to v4 APIEric Sabouraud2018-02-281-0/+4
|
* Move the pipelines doc to builds.rstGauvain Pocentek2018-02-181-20/+0
|
* Add Gitlab and User events supportGauvain Pocentek2018-01-211-6/+0
| | | | Closes #412
* Add support for getting list of user projectsGauvain Pocentek2018-01-211-0/+1
| | | | Fixes #403
* Fix wrong tag exampleGauvain Pocentek2018-01-201-1/+1
| | | | Fixes #416
* Update project services docs for v4Gauvain Pocentek2017-12-161-1/+4
| | | | Fixes #396
* Add support for project housekeepingGauvain Pocentek2017-11-121-0/+4
| | | | Closes #368
* [docs] Bad arguments in projetcs file documentationTHEBAULT Julien2017-11-111-1/+1
|
* Update the repository_blob documentationGauvain Pocentek2017-11-011-1/+4
| | | | Fixes #312
* Add support for listing project usersGauvain Pocentek2017-10-081-0/+7
| | | | | | https://docs.gitlab.com/ce/api/projects.html#get-project-users Closes #328
* [docs] improve the labels usage documentationGauvain Pocentek2017-10-081-2/+2
| | | | Closes #329
* [docs] update the file upload samplesGauvain Pocentek2017-10-081-2/+2
| | | | Closes #335
* [docs] remove example usage of submanagersGauvain Pocentek2017-09-261-3/+2
| | | | Closes #324
* adds project upload feature (#239)James Johnson2017-09-121-0/+26
|
* Update the objects doc/examples for v4Gauvain Pocentek2017-08-111-91/+10
|
* Changed attribution referenceAron Pammer2017-07-091-2/+2
|
* fixed repository_compare examplesAron Pammer2017-06-261-3/+3
|
* 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