summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1250 from JacobHenner/feature/add-minimal-accessNejc Habjan2021-01-251-0/+1
|\ \ | | | | | | feat: Add MINIMAL_ACCESS constant
| * | feat: add MINIMAL_ACCESS constantJacob Henner2020-12-151-0/+1
| |/ | | | | | | | | | | A "minimal access" access level was [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/220203) in GitLab 13.5.
* | Merge pull request #1263 from ePirat/epirat-fix-get-labelNejc Habjan2021-01-252-3/+6
|\ \ | |/ |/| fix(api): add missing GetMixin to ProjectLabelManager
| * feat(tests): test label getterMarvin Scholz2021-01-101-2/+5
| |
| * fix(api): use RetrieveMixin for ProjectLabelManagerMarvin Scholz2021-01-101-1/+1
|/ | | | | Allows to get a single label from a project, which was missing before even though the GitLab API has the ability to.
* chore(deps): update gitlab/gitlab-ce docker tag to v13.5.4-ce.0Renovate Bot2020-11-141-1/+1
|
* chore(deps): update gitlab/gitlab-ce docker tag to v13.5.3-ce.0Renovate Bot2020-11-041-1/+1
|
* chore(deps): update gitlab/gitlab-ce docker tag to v13.5.2-ce.0Renovate Bot2020-11-031-1/+1
|
* Merge pull request #1200 from ↵Max Wittig2020-10-293-11/+412
|\ | | | | | | | | robinson96/feature/project_merge_request_approval_rules Feature/project merge request approval rules
| * docs: clean up grammar and formatting in documentationPeter B. Robinson2020-10-201-10/+8
| |
| * test: add test_project_merge_request_approvals.pyPeter B. Robinson2020-10-142-2/+296
| |
| * docs: add Project Merge Request approval rule documentationPeter B. Robinson2020-10-131-3/+31
| |
| * feat: adds support for project merge request approval rules (#1199)Peter B. Robinson2020-09-301-8/+89
| |
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.5.1-ce.0Renovate Bot2020-10-231-1/+1
| |
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.5.0-ce.0Renovate Bot2020-10-221-1/+1
| |
* | Merge pull request #1213 from python-gitlab/fix/delete-attrNejc Habjan2020-10-132-1/+8
|\ \ | | | | | | fix(base): really refresh object
| * | fix(base): really refresh objectfix/delete-attrMax Wittig2020-10-122-1/+8
| | | | | | | | | | | | | | | | | | This fixes and error, where deleted attributes would not show up Fixes #1155
* | | Merge pull request #1212 from python-gitlab/chore/docs-edit-on-masterNejc Habjan2020-10-131-1/+1
|\ \ \ | | | | | | | | chore(docs): always edit the file directly on master
| * | | chore(docs): always edit the file directly on masterchore/docs-edit-on-masterMax Wittig2020-10-121-1/+1
| |/ / | | | | | | There is no way to edit the raw commit
* | | Merge pull request #1211 from python-gitlab/docs/admin-project-ownerNejc Habjan2020-10-131-1/+1
|\ \ \ | | | | | | | | docs(issues): add admin, project owner hint
| * | | docs(issues): add admin, project owner hintdocs/admin-project-ownerMax Wittig2020-10-121-1/+1
| |/ / | | | | | | Closes #1101
* | | Merge pull request #1214 from python-gitlab/docs/readme-gitlab-runner-testNejc Habjan2020-10-131-0/+2
|\ \ \ | | | | | | | | docs(readme): also add hint to delete gitlab-runner-test
| * | | docs(readme): also add hint to delete gitlab-runner-testdocs/readme-gitlab-runner-testMax Wittig2020-10-121-0/+2
| |/ / | | | | | | Otherwise the whole testsuite will refuse to run
* | | Merge pull request #1210 from python-gitlab/docs/projects-correct-forkNejc Habjan2020-10-131-1/+1
|\ \ \ | |/ / |/| | docs(projects): correct fork docs
| * | docs(projects): correct fork docsdocs/projects-correct-forkMax Wittig2020-10-121-1/+1
|/ / | | | | Closes #1126
* | Merge pull request #1202 from python-gitlab/fix/cli-binary-dataMax Wittig2020-10-125-6/+107
|\ \ | | | | | | fix(cli): write binary data to stdout buffer
| * | test(cli): add test for job artifacts downloadfix/cli-binary-dataNejc Habjan2020-10-123-1/+98
| | |
| * | docs(cli): add example for job artifacts downloadNejc Habjan2020-10-121-0/+6
| | |
| * | fix(cli): write binary data to stdout bufferNejc Habjan2020-10-121-0/+2
| | |
| * | chore(cli): remove python2 codeNejc Habjan2020-10-121-5/+1
| | |
* | | chore(deps): update gitlab/gitlab-ce docker tag to v13.4.3-ce.0Renovate Bot2020-10-121-1/+1
|/ /
* | Merge pull request #1209 from python-gitlab/docs/cli-reference-pageMax Wittig2020-10-129-8/+49
|\ \ | | | | | | docs(cli): add auto-generated CLI reference
| * | docs(cli): add auto-generated CLI referencedocs/cli-reference-pageNejc Habjan2020-10-119-8/+49
| | |
* | | Merge pull request #1131 from valentingregoire/masterMax Wittig2020-10-123-8/+49
|\ \ \ | |/ / |/| | feat: added constants for search API
| * | chore: simplified search scope constantsValentin Grégoire2020-09-292-65/+29
| | |
| * | fix: docs changed using the constsValentin Grégoire2020-09-161-6/+7
| | |
| * | chore: added docs for search scopes constantsValentin Grégoire2020-09-162-1/+40
| | |
| * | fix: typoValentin Grégoire2020-09-161-1/+1
| | |
| * | chore: added constants for search APIValentin Grégoire2020-07-071-0/+37
| | |
* | | Merge pull request #1205 from python-gitlab/refactor/split-functional-testsMax Wittig2020-10-0915-1164/+1504
|\ \ \ | | | | | | | | refactor(tests): split functional tests
| * | | chore: apply suggestionsrefactor/split-functional-testsNejc Habjan2020-10-085-6/+12
| | | |
| * | | refactor(tests): split functional testsNejc Habjan2020-10-0815-1164/+1498
|/ / /
* | | Merge pull request #1204 from python-gitlab/renovate/docker-python-3.xMax Wittig2020-10-082-3/+3
|\ \ \ | | | | | | | | chore(deps): update python docker tag to v3.9
| * | | chore(deps): update python docker tag to v3.9renovate/docker-python-3.xRenovate Bot2020-10-062-3/+3
| | |/ | |/|
* | | Merge pull request #1203 from intostern/feat/bridgeMax Wittig2020-10-083-0/+147
|\ \ \ | | | | | | | | Added support for pipeline bridges
| * | | feat: unit tests addedAlex Zirka2020-10-081-0/+111
| | | |
| * | | feat: added support for pipeline bridgesAlex Zirka2020-10-072-0/+36
| | | |
* | | | Merge pull request #1206 from python-gitlab/fix/cli-project-list-argsMax Wittig2020-10-081-7/+17
|\ \ \ \ | |_|/ / |/| | | fix(cli): add missing args for project lists
| * | | fix(cli): add missing args for project listsfix/cli-project-list-argsNejc Habjan2020-10-081-7/+17
|/ / /
* | | Merge pull request #1178 from python-gitlab/test/cleanup-envMax Wittig2020-09-1618-321/+187
|\ \ \ | |/ / | | | test(env): replace custom scripts with pytest and docker-compose