Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: fix snippet get in project | Jeff Groom | 2020-01-08 | 1 | -1/+1 |
| | |||||
* | docs(projects): add raw file download docs | Max Wittig | 2019-12-18 | 1 | -0/+7 |
| | | | Fixes #969 | ||||
* | docs(projects): fix file deletion docsdocs/file-deletion-docs | VeLKerr | 2019-12-16 | 1 | -1/+1 |
| | | | | The function `file.delete()` requires `branch` argument in addition to `commit_message`. | ||||
* | docs: added docs for statistics | Mitar | 2019-12-12 | 1 | -0/+51 |
| | |||||
* | docs: projects get requires id | Erik Johnson | 2019-10-21 | 1 | -2/+1 |
| | | | | | Also, add an example value for project_id to the other projects.get() example. | ||||
* | docs(project): fix group project example | xdavidwu | 2019-10-16 | 1 | -1/+1 |
| | | | GroupManager.search is removed since 9a66d78, use list(search='keyword') instead | ||||
* | docs(project): add submodule docs | Max Wittig | 2019-10-06 | 1 | -0/+9 |
| | |||||
* | feat(project): add file blame api | Vincent Lae | 2019-10-04 | 1 | -0/+4 |
| | | | | https://docs.gitlab.com/ee/api/repository_files.html#get-file-blame-from-repository | ||||
* | docs(projects): add note about project list | Max Wittig | 2019-10-02 | 1 | -0/+5 |
| | | | Fixes #795 | ||||
* | fix(projects): avatar uploading for projects | Ravan Scafi | 2019-08-14 | 1 | -0/+7 |
| | |||||
* | docs(projects): add mention about project listings | jkogut | 2019-07-21 | 1 | -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 api | Kris Gambirazzi | 2019-03-27 | 1 | -0/+33 |
| | |||||
* | fix tiny typo | purificant | 2019-02-28 | 1 | -1/+1 |
| | |||||
* | Merge pull request #625 from python-gitlab/fix/611/resource_label_event | Max Wittig | 2018-11-28 | 1 | -1/+1 |
|\ | | | | | Add support to resource label events | ||||
| * | Add support to resource label eventsfix/611/resource_label_event | Gauvain Pocentek | 2018-11-22 | 1 | -1/+1 |
| | | | | | | | | Closes #611 | ||||
* | | [feature] Add support for members all() methodfeature/589/member_all | Gauvain Pocentek | 2018-11-24 | 1 | -0/+5 |
|/ | | | | Closes #589 | ||||
* | docs(projects): fix typo in code sampledocs/project-typo | Max Wittig | 2018-11-19 | 1 | -1/+1 |
| | | | Fixes #630 | ||||
* | refactor: rename MASTER_ACCESSrefactor/rename-variable | Max Wittig | 2018-10-06 | 1 | -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 Sabouraud | 2018-10-03 | 1 | -0/+33 |
| | |||||
* | [docs] Fix the owned/starred usage documentation | Gauvain Pocentek | 2018-09-04 | 1 | -2/+2 |
| | | | | Closes #579 | ||||
* | Update projects.rst | btmanm | 2018-08-21 | 1 | -1/+1 |
| | |||||
* | Added support for listing forks of a project (#562) | David Guest | 2018-07-26 | 1 | -0/+4 |
| | |||||
* | [docs] don't use hardcoded values for ids | Gauvain Pocentek | 2018-06-27 | 1 | -5/+5 |
| | |||||
* | Add project push rules configuration (#520) | Eric Sabouraud | 2018-06-11 | 1 | -0/+34 |
| | |||||
* | [docs] projects.all() doesn't exist in v4 | Gauvain Pocentek | 2018-06-11 | 1 | -3/+0 |
| | | | | Fixes #526 | ||||
* | Add support for Project.pull_mirror (EE) | Gauvain Pocentek | 2018-06-10 | 1 | -1/+5 |
| | |||||
* | Add missing project attributes | Gauvain Pocentek | 2018-05-29 | 1 | -0/+13 |
| | |||||
* | Add support for group boards | Gauvain Pocentek | 2018-05-29 | 1 | -72/+0 |
| | |||||
* | Implement user_agent_detail for snippets | Gauvain Pocentek | 2018-05-27 | 1 | -0/+4 |
| | | | | Add a new UserAgentDetail mixin to avoid code duplication. | ||||
* | Add support for project import/export | Gauvain Pocentek | 2018-05-21 | 1 | -0/+57 |
| | | | | Fixes #471 | ||||
* | [docs] Rework the examples pages | Gauvain Pocentek | 2018-05-20 | 1 | -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 typo | Max Wittig | 2018-04-12 | 1 | -1/+1 |
| | |||||
* | [docs] Move notes examples in their own file | Gauvain Pocentek | 2018-03-28 | 1 | -92/+1 |
| | | | | Fixes #472 | ||||
* | [docs] fix GitLab refernce for notes | Gauvain Pocentek | 2018-03-23 | 1 | -1/+1 |
| | |||||
* | Fix typos in documentation | Jakub Wilk | 2018-03-03 | 1 | -1/+1 |
| | |||||
* | Move the pipelines doc to builds.rst | Gauvain Pocentek | 2018-02-18 | 1 | -54/+0 |
| | |||||
* | Add Gitlab and User events support | Gauvain Pocentek | 2018-01-21 | 1 | -30/+0 |
| | | | | Closes #412 | ||||
* | Add doc for search by custom attribute | Gauvain Pocentek | 2018-01-01 | 1 | -0/+5 |
| | |||||
* | Add support for project and group custom variables | Gauvain Pocentek | 2018-01-01 | 1 | -0/+35 |
| | | | | implements parts of #367 | ||||
* | Add support for project housekeeping | Gauvain Pocentek | 2017-11-12 | 1 | -0/+6 |
| | | | | Closes #368 | ||||
* | Update the repository_blob documentation | Gauvain Pocentek | 2017-11-01 | 1 | -1/+1 |
| | | | | Fixes #312 | ||||
* | Add support for listing project users | Gauvain Pocentek | 2017-10-08 | 1 | -0/+6 |
| | | | | | | https://docs.gitlab.com/ce/api/projects.html#get-project-users Closes #328 | ||||
* | [docs] update the file upload samples | Gauvain Pocentek | 2017-10-08 | 1 | -3/+1 |
| | | | | Closes #335 | ||||
* | adds project upload feature (#239) | James Johnson | 2017-09-12 | 1 | -0/+48 |
| | |||||
* | Update the objects doc/examples for v4 | Gauvain Pocentek | 2017-08-11 | 1 | -56/+306 |
| | |||||
* | Implement pipeline creation API (#237) | Mond WAN | 2017-03-18 | 1 | -0/+6 |
| | |||||
* | Update project.archive() docs | Will Starms | 2017-01-11 | 1 | -3/+2 |
| | |||||
* | [docs] Add doc for snippets | Gauvain Pocentek | 2016-12-25 | 1 | -0/+2 |
| | |||||
* | Add support for boards API | Gauvain Pocentek | 2016-10-23 | 1 | -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 group | derek-austin | 2016-09-21 | 1 | -0/+10 |
| | | | Just a sketch, feel free to toss it and do it in the right way. |