summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs(variables): add docs for instance-level variablesNejc Habjan2020-08-313-52/+103
|
* Merge pull request #1157 from Shkurupii/issue-1154Max Wittig2020-08-291-0/+33
|\ | | | | Add support to resource milestone events
| * Merge branch 'master' into issue-1154Oleksii Shkurupii2020-08-271-0/+12
| |\
| * | feat: add support to resource milestone eventsOleksii Shkurupii2020-08-261-0/+33
| | | | | | | | | | | | Fixes #1154
* | | Merge pull request #1159 from python-gitlab/feat/project-artifactsMax Wittig2020-08-291-0/+5
|\ \ \ | | | | | | | | Feat: Project job artifacts for latest successful pipeline
| * | | docs(api): add example for latest pipeline job artifactsNejc Habjan2020-08-281-0/+5
| | |/ | |/|
* | | docs(packages): add examples for Packages API and cli usagefeat/packages-apiNejc Habjan2020-08-293-0/+93
|/ /
* | docs(cli): add examples for group-project listdocs/group-projects-list-cliNejc Habjan2020-08-261-0/+12
|/
* 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-222-2/+2
|
* 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
| |
* | Merge pull request #1075 from python-gitlab/feat/available-servicesNejc Habjan2020-04-171-0/+4
|\ \ | | | | | | feat(services): add project service list API
| * | 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
* | feat: allow an environment variable to specify config locationJeremy Cline2020-04-161-1/+4
|/ | | | | | | | It can be useful (especially in scripts) to specify a configuration location via an environment variable. If the "PYTHON_GITLAB_CFG" environment variable is defined, treat its value as the path to a configuration file and include it in the set of default configuration locations.
* Merge pull request #1052 from machine424/deploy-tokens-supportMax Wittig2020-04-072-0/+150
|\ | | | | feat(api): add support for Gitlab Deploy Token API
| * feat(api): add support for Gitlab Deploy Token APIayoub mrini2020-04-062-0/+150
| |
* | feat(api): add support for remote mirrors API (#1056)feat/project-remote-mirrorsNejc Habjan2020-04-072-0/+35
| |
* | docs: add docs for Group Import/Export APINejc Habjan2020-04-051-0/+56
|/
* feat: add support for commit GPG signature APINejc Habjan2020-03-222-0/+16
|
* Revert "feat: use keyset pagination by default for `all=True`"Max Wittig2020-03-091-5/+1
|
* 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
|
* Merge pull request #1034 from filipowm/feat/api-oauth-applicationsMax Wittig2020-03-012-0/+32
|\ | | | | feat(api): add support for GitLab OAuth Applications using Applications API
| * feat(api): add support for GitLab OAuth Applications APIMateusz Filipowicz2020-03-012-0/+32
| |
* | chore: fix broken requests linksNejc Habjan2020-02-251-2/+2
| | | | | | | | Another case of the double slash rewrite.
* | docs: add reference for REQUESTS_CA_BUNDLENejc Habjan2020-02-251-0/+12
| |
* | Merge pull request #1003 from python-gitlab/feat/all-keyset-paginationRoger Meier2020-02-251-1/+5
|\ \ | |/ |/| feat: use keyset pagination by default for `all=True`
| * docs(pagination): clear up pagination docsfeat/all-keyset-paginationMax Wittig2020-02-121-3/+2
| | | | | | | | Co-Authored-By: Mitar <mitar.git@tnode.com>
| * feat: use keyset pagination by default for `all=True`Max Wittig2020-01-271-0/+5
| |
* | 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
|/
* Merge pull request #1000 from matusf/update-auth-docsMax Wittig2020-01-261-3/+0
|\ | | | | Update auth docs
| * docs(auth): remove email/password authMatus Ferech2020-01-261-3/+0
| |
* | feat: add global order_by option to ease paginationfeat/keyset-paginationMax Wittig2020-01-261-2/+2
| |
* | feat: support keyset pagination globallyMax Wittig2020-01-261-0/+12
|/
* feat: add appearance APIfeat/appearanceMax Wittig2020-01-222-0/+27
|