Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: add docs and examples for custom user agentfeat/override-user-agent | Nejc Habjan | 2021-01-31 | 2 | -0/+6 |
| | |||||
* | Merge pull request #1230 from manuel-91/patch-1 | Max Wittig | 2021-01-29 | 1 | -1/+1 |
|\ | | | | | cli-usage readme: fixed term | ||||
| * | docs(cli-usage): fixed term | manuel-91 | 2021-01-29 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1238 from atombrella/install_version_doc | Max Wittig | 2021-01-29 | 1 | -1/+1 |
|\ \ | | | | | | | Updated supported Python versions in install doc | ||||
| * | | docs(readme): update supported Python versions | Mads Jensen | 2021-01-29 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #1255 from bittner/docs/fix-external-links-tokens | Max Wittig | 2021-01-29 | 1 | -6/+7 |
|\ \ | | | | | | | Use inline anonymous references for external links | ||||
| * | | docs(cli): use inline anonymous references for external links | Peter Bittner | 2020-12-17 | 1 | -6/+7 |
| |/ | | | | | | | | | | | There doesn't seem to be an obvious way to use an alias for identical text labels that link to different targets. With inline links we can work around this shortcoming. Until we know better. | ||||
* | | docs(groups): add example for creating subgroups | hchouraria | 2020-12-13 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #1200 from ↵ | Max Wittig | 2020-10-29 | 1 | -3/+29 |
|\ | | | | | | | | | robinson96/feature/project_merge_request_approval_rules Feature/project merge request approval rules | ||||
| * | docs: clean up grammar and formatting in documentation | Peter B. Robinson | 2020-10-20 | 1 | -10/+8 |
| | | |||||
| * | docs: add Project Merge Request approval rule documentation | Peter B. Robinson | 2020-10-13 | 1 | -3/+31 |
| | | |||||
* | | Merge pull request #1212 from python-gitlab/chore/docs-edit-on-master | Nejc Habjan | 2020-10-13 | 1 | -1/+1 |
|\ \ | | | | | | | chore(docs): always edit the file directly on master | ||||
| * | | chore(docs): always edit the file directly on masterchore/docs-edit-on-master | Max Wittig | 2020-10-12 | 1 | -1/+1 |
| | | | | | | | | | There is no way to edit the raw commit | ||||
* | | | Merge pull request #1211 from python-gitlab/docs/admin-project-owner | Nejc Habjan | 2020-10-13 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | docs(issues): add admin, project owner hint | ||||
| * | | | docs(issues): add admin, project owner hintdocs/admin-project-owner | Max Wittig | 2020-10-12 | 1 | -1/+1 |
| |/ / | | | | | | | Closes #1101 | ||||
* | | | docs(projects): correct fork docsdocs/projects-correct-fork | Max Wittig | 2020-10-12 | 1 | -1/+1 |
|/ / | | | | | Closes #1126 | ||||
* | | docs(cli): add example for job artifacts download | Nejc Habjan | 2020-10-12 | 1 | -0/+6 |
| | | |||||
* | | Merge pull request #1209 from python-gitlab/docs/cli-reference-page | Max Wittig | 2020-10-12 | 5 | -5/+32 |
|\ \ | | | | | | | docs(cli): add auto-generated CLI reference | ||||
| * | | docs(cli): add auto-generated CLI referencedocs/cli-reference-page | Nejc Habjan | 2020-10-11 | 5 | -5/+32 |
| | | | |||||
* | | | Merge pull request #1131 from valentingregoire/master | Max Wittig | 2020-10-12 | 2 | -8/+32 |
|\ \ \ | |/ / |/| | | feat: added constants for search API | ||||
| * | | chore: simplified search scope constants | Valentin Grégoire | 2020-09-29 | 1 | -33/+18 |
| | | | |||||
| * | | fix: docs changed using the consts | Valentin Grégoire | 2020-09-16 | 1 | -6/+7 |
| | | | |||||
| * | | chore: added docs for search scopes constants | Valentin Grégoire | 2020-09-16 | 1 | -1/+39 |
| | | | |||||
| * | | fix: typo | Valentin Grégoire | 2020-09-16 | 1 | -1/+1 |
| | | | |||||
* | | | feat: added support for pipeline bridges | Alex Zirka | 2020-10-07 | 1 | -0/+24 |
| |/ |/| | |||||
* | | feat(api): add support for user identity provider deletionfeat/delete-user-identities | Nejc Habjan | 2020-09-07 | 1 | -0/+4 |
| | | |||||
* | | docs(variables): add docs for instance-level variables | Nejc Habjan | 2020-08-31 | 3 | -52/+103 |
| | | |||||
* | | Merge pull request #1157 from Shkurupii/issue-1154 | Max Wittig | 2020-08-29 | 1 | -0/+33 |
|\ \ | | | | | | | Add support to resource milestone events | ||||
| * \ | Merge branch 'master' into issue-1154 | Oleksii Shkurupii | 2020-08-27 | 1 | -0/+12 |
| |\ \ | |||||
| * | | | feat: add support to resource milestone events | Oleksii Shkurupii | 2020-08-26 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | Fixes #1154 | ||||
* | | | | Merge pull request #1159 from python-gitlab/feat/project-artifacts | Max Wittig | 2020-08-29 | 1 | -0/+5 |
|\ \ \ \ | | | | | | | | | | | Feat: Project job artifacts for latest successful pipeline | ||||
| * | | | | docs(api): add example for latest pipeline job artifacts | Nejc Habjan | 2020-08-28 | 1 | -0/+5 |
| | |/ / | |/| | | |||||
* | | | | docs(packages): add examples for Packages API and cli usagefeat/packages-api | Nejc Habjan | 2020-08-29 | 3 | -0/+93 |
|/ / / | |||||
* | | | docs(cli): add examples for group-project listdocs/group-projects-list-cli | Nejc Habjan | 2020-08-26 | 1 | -0/+12 |
|/ / | |||||
* | | Merge pull request #1139 from sathieu/share_group_with_group | Max Wittig | 2020-08-21 | 1 | -0/+5 |
|\ \ | | | | | | | feat: add share/unshare the group with a group | ||||
| * | | feat: add share/unshare group with group | Mathieu Parent | 2020-07-23 | 1 | -0/+5 |
| |/ | |||||
* | | docs: additional project file delete example | matthew-a-dunlap | 2020-08-13 | 1 | -0/+2 |
|/ | | | | Showing how to delete without having to pull the file | ||||
* | Merge pull request #1092 from aparcar/aparcar-patch-1 | Max Wittig | 2020-06-30 | 1 | -10/+2 |
|\ | | | | | Update pipelines_and_jobs.rst | ||||
| * | docs(pipelines): simplify download | Paul Spooren | 2020-05-06 | 1 | -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/master | Nejc Habjan | 2020-05-25 | 1 | -2/+2 |
|\ \ | | | | | | | Update doc for remote_mirrors | ||||
| * | | docs(remote_mirrors): fix create command | Fernando M Tenorio | 2020-05-21 | 1 | -2/+2 |
| |/ | |||||
* | | feat: add group runners api | Max Wittig | 2020-05-16 | 1 | -1/+4 |
|/ | |||||
* | chore: bring commit signatures up to date with 12.10 | Nejc Habjan | 2020-04-22 | 2 | -2/+2 |
| | |||||
* | feat: add play command to project pipeline schedules | Christopher Zorn | 2020-04-20 | 1 | -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/master | Nejc Habjan | 2020-04-18 | 1 | -0/+7 |
|\ | | | | | feat(api): added support in the GroupManager to upload Group avatars | ||||
| * | feat(api): added support in the GroupManager to upload Group avatars | Florian | 2020-04-17 | 1 | -0/+7 |
| | | |||||
* | | Merge pull request #1075 from python-gitlab/feat/available-services | Nejc Habjan | 2020-04-17 | 1 | -0/+4 |
|\ \ | | | | | | | feat(services): add project service list API | ||||
| * | | feat(services): add project service list API | Max Wittig | 2020-04-16 | 1 | -0/+4 |
| |/ | | | | | | | | | Can be used to list available services It was introduced in GitLab 12.7 | ||||
* | | feat: allow an environment variable to specify config location | Jeremy Cline | 2020-04-16 | 1 | -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-support | Max Wittig | 2020-04-07 | 2 | -0/+150 |
|\ | | | | | feat(api): add support for Gitlab Deploy Token API |