summaryrefslogtreecommitdiff
path: root/docs/gl_objects
Commit message (Collapse)AuthorAgeFilesLines
* docs(packages): add examples for Packages API and cli usagefeat/packages-apiNejc Habjan2020-08-291-0/+68
|
* Merge pull request #1139 from sathieu/share_group_with_groupMax Wittig2020-08-211-0/+5
|\ | | | | feat: add share/unshare the group with a group
| * feat: add share/unshare group with groupMathieu Parent2020-07-231-0/+5
| |
* | docs: additional project file delete examplematthew-a-dunlap2020-08-131-0/+2
|/ | | | Showing how to delete without having to pull the file
* Merge pull request #1092 from aparcar/aparcar-patch-1Max Wittig2020-06-301-10/+2
|\ | | | | Update pipelines_and_jobs.rst
| * docs(pipelines): simplify downloadPaul Spooren2020-05-061-10/+2
| | | | | | | | | | | | | | This uses a context instead of inventing your own stream handler which makes the code simpler and should be fine for most use cases. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | Merge pull request #1102 from dotenorio/masterNejc Habjan2020-05-251-2/+2
|\ \ | | | | | | Update doc for remote_mirrors
| * | docs(remote_mirrors): fix create commandFernando M Tenorio2020-05-211-2/+2
| |/
* | feat: add group runners apiMax Wittig2020-05-161-1/+4
|/
* chore: bring commit signatures up to date with 12.10Nejc Habjan2020-04-221-1/+1
|
* feat: add play command to project pipeline schedulesChristopher Zorn2020-04-201-0/+5
| | | | | | | | fix: remove version from setup feat: add pipeline schedule play error exception docs: add documentation for pipeline schedule play
* Merge pull request #1077 from Flor1an-dev/masterNejc Habjan2020-04-181-0/+7
|\ | | | | feat(api): added support in the GroupManager to upload Group avatars
| * feat(api): added support in the GroupManager to upload Group avatarsFlorian2020-04-171-0/+7
| |
* | feat(services): add project service list APIMax Wittig2020-04-161-0/+4
|/ | | | | Can be used to list available services It was introduced in GitLab 12.7
* Merge pull request #1052 from machine424/deploy-tokens-supportMax Wittig2020-04-071-0/+137
|\ | | | | feat(api): add support for Gitlab Deploy Token API
| * feat(api): add support for Gitlab Deploy Token APIayoub mrini2020-04-061-0/+137
| |
* | feat(api): add support for remote mirrors API (#1056)feat/project-remote-mirrorsNejc Habjan2020-04-071-0/+34
| |
* | docs: add docs for Group Import/Export APINejc Habjan2020-04-051-0/+56
|/
* feat: add support for commit GPG signature APINejc Habjan2020-03-221-0/+4
|
* fix(docs): additional project statistics exampleKhuê Đoàn2020-03-091-1/+1
|
* fix: do not require empty data dict for create()Nejc Habjan2020-03-072-4/+4
|
* feat(api): add support for GitLab OAuth Applications APIMateusz Filipowicz2020-03-011-0/+31
|
* fix(docs): fix typo in user memberships exampleNejc Habjan2020-02-221-1/+1
|
* feat: add support for user memberships API (#1009)Nejc Habjan2020-02-221-0/+27
|
* feat: add support for commit revert API (#991)Nejc Habjan2020-02-181-0/+4
|
* Merge pull request #1005 from charlesfayal/fix_set_approversMax Wittig2020-02-121-3/+2
|\ | | | | change path for set_approvers to new api, with defaulted rule_type an…
| * fix(docs): update to new set approvers call for # of approversCharles2020-01-301-2/+1
| | | | | | | | to set the # of approvers for an MR you need to use the same function as for setting the approvers id.
| * fix(docs and tests): update docs and tests for set_approversCharles2020-01-301-1/+1
| | | | | | | | Updated the docs with the new set_approvers arguments, and updated tests with the arg as well.
* | feat: add capability to control GitLab features per project or groupMateusz Filipowicz2020-02-071-0/+2
|/
* feat: add appearance APIfeat/appearanceMax Wittig2020-01-221-0/+26
|
* 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(snippets): fix snippet docsMax Wittig2019-11-291-1/+1
| | | Fixes #954
* docs: fix typoBernhard M. Wiedemann2019-11-291-1/+1
|
* docs: add project and group cluster examplesalex lundberg2019-11-251-0/+82
|
* Merge pull request #929 from SVLay/docs/pipeline-variablesMax Wittig2019-11-101-2/+2
|\ | | | | docs(pipelines_and_jobs): add pipeline custom variables usage example
| * docs(pipelines_and_jobs): add pipeline custom variables usage exampleVitali Ulantsau2019-10-311-2/+2
| |
* | feat: add support for include_subgroups filterConor Nevin2019-11-061-0/+1
|/
* fix(projects): support `approval_rules` endpoint for projectsSrikanth Chelluri2019-10-271-0/+15
| | | | | | | | | | | | The `approvers` API endpoint is deprecated [1]. GitLab instead uses the `approval_rules` API endpoint to modify approval settings for merge requests. This adds the functionality for project-level merge request approval settings. Note that there does not exist an endpoint to 'get' a single approval rule at this moment - only 'list'. [1] https://docs.gitlab.com/ee/api/merge_request_approvals.html
* feat: add users activate, deactivate functionalityMax Wittig2019-10-251-0/+5
| | | | These were introduced in GitLab 12.4
* feat: add deployment creationfeat/deployment-createMax Wittig2019-10-241-0/+16
| | | | | | Added in GitLab 12.4 Fixes #917
* 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
* docs(repository-tags): fix typoMax Wittig2019-09-101-1/+1
| | | Closes #879
* docs(todo): correct todo docsMax Wittig2019-09-081-4/+3
|