summaryrefslogtreecommitdiff
path: root/docs/gl_objects/projects.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix snippet get in projectJeff Groom2020-01-081-1/+1
|
* docs(projects): add raw file download docsMax Wittig2019-12-181-0/+7
| | | Fixes #969
* docs(projects): fix file deletion docsdocs/file-deletion-docsVeLKerr2019-12-161-1/+1
| | | | The function `file.delete()` requires `branch` argument in addition to `commit_message`.
* docs: added docs for statisticsMitar2019-12-121-0/+51
|
* docs: projects get requires idErik Johnson2019-10-211-2/+1
| | | | | Also, add an example value for project_id to the other projects.get() example.
* docs(project): fix group project examplexdavidwu2019-10-161-1/+1
| | | GroupManager.search is removed since 9a66d78, use list(search='keyword') instead
* docs(project): add submodule docsMax Wittig2019-10-061-0/+9
|
* feat(project): add file blame apiVincent Lae2019-10-041-0/+4
| | | | https://docs.gitlab.com/ee/api/repository_files.html#get-file-blame-from-repository
* docs(projects): add note about project listMax Wittig2019-10-021-0/+5
| | | Fixes #795
* fix(projects): avatar uploading for projectsRavan Scafi2019-08-141-0/+7
|
* docs(projects): add mention about project listingsjkogut2019-07-211-0/+2
| | | | | | | | | Having exactly 20 internal and 5 private projects in the group spent some time debugging this issue. Hopefully that helped: https://github.com/python-gitlab/python-gitlab/issues/93 Imho should be definitely mention about `all=True` parameter.
* add project releases apiKris Gambirazzi2019-03-271-0/+33
|
* fix tiny typopurificant2019-02-281-1/+1
|
* Merge pull request #625 from python-gitlab/fix/611/resource_label_eventMax Wittig2018-11-281-1/+1
|\ | | | | Add support to resource label events
| * Add support to resource label eventsfix/611/resource_label_eventGauvain Pocentek2018-11-221-1/+1
| | | | | | | | Closes #611
* | [feature] Add support for members all() methodfeature/589/member_allGauvain Pocentek2018-11-241-0/+5
|/ | | | Closes #589
* docs(projects): fix typo in code sampledocs/project-typoMax Wittig2018-11-191-1/+1
| | | Fixes #630
* refactor: rename MASTER_ACCESSrefactor/rename-variableMax Wittig2018-10-061-1/+1
| | | | | | | to MAINTAINER_ACCESS to follow GitLab 11.0 docs See: https://docs.gitlab.com/ce/user/permissions.html#project-members-permissions
* Add project protected tags management (#581)Eric Sabouraud2018-10-031-0/+33
|
* [docs] Fix the owned/starred usage documentationGauvain Pocentek2018-09-041-2/+2
| | | | Closes #579
* Update projects.rstbtmanm2018-08-211-1/+1
|
* Added support for listing forks of a project (#562)David Guest2018-07-261-0/+4
|
* [docs] don't use hardcoded values for idsGauvain Pocentek2018-06-271-5/+5
|
* Add project push rules configuration (#520)Eric Sabouraud2018-06-111-0/+34
|
* [docs] projects.all() doesn't exist in v4Gauvain Pocentek2018-06-111-3/+0
| | | | Fixes #526
* Add support for Project.pull_mirror (EE)Gauvain Pocentek2018-06-101-1/+5
|
* Add missing project attributesGauvain Pocentek2018-05-291-0/+13
|
* Add support for group boardsGauvain Pocentek2018-05-291-72/+0
|
* Implement user_agent_detail for snippetsGauvain Pocentek2018-05-271-0/+4
| | | | Add a new UserAgentDetail mixin to avoid code duplication.
* Add support for project import/exportGauvain Pocentek2018-05-211-0/+57
| | | | Fixes #471
* [docs] Rework the examples pagesGauvain Pocentek2018-05-201-315/+229
| | | | | | * Get rid of the .py files and bring all the python examples in the RST files * Fix a few things
* docs(projects): fix typoMax Wittig2018-04-121-1/+1
|
* [docs] Move notes examples in their own fileGauvain Pocentek2018-03-281-92/+1
| | | | Fixes #472
* [docs] fix GitLab refernce for notesGauvain Pocentek2018-03-231-1/+1
|
* Fix typos in documentationJakub Wilk2018-03-031-1/+1
|
* Move the pipelines doc to builds.rstGauvain Pocentek2018-02-181-54/+0
|
* Add Gitlab and User events supportGauvain Pocentek2018-01-211-30/+0
| | | | Closes #412
* Add doc for search by custom attributeGauvain Pocentek2018-01-011-0/+5
|
* Add support for project and group custom variablesGauvain Pocentek2018-01-011-0/+35
| | | | implements parts of #367
* Add support for project housekeepingGauvain Pocentek2017-11-121-0/+6
| | | | Closes #368
* Update the repository_blob documentationGauvain Pocentek2017-11-011-1/+1
| | | | Fixes #312
* Add support for listing project usersGauvain Pocentek2017-10-081-0/+6
| | | | | | https://docs.gitlab.com/ce/api/projects.html#get-project-users Closes #328
* [docs] update the file upload samplesGauvain Pocentek2017-10-081-3/+1
| | | | Closes #335
* adds project upload feature (#239)James Johnson2017-09-121-0/+48
|
* Update the objects doc/examples for v4Gauvain Pocentek2017-08-111-56/+306
|
* Implement pipeline creation API (#237)Mond WAN2017-03-181-0/+6
|
* Update project.archive() docsWill Starms2017-01-111-3/+2
|
* [docs] Add doc for snippetsGauvain Pocentek2016-12-251-0/+2
|
* Add support for boards APIGauvain Pocentek2016-10-231-0/+54
| | | | | | | | 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)
* 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.