Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #1250 from JacobHenner/feature/add-minimal-access | Nejc Habjan | 2021-01-25 | 1 | -0/+1 | |
|\ \ | | | | | | | feat: Add MINIMAL_ACCESS constant | |||||
| * | | feat: add MINIMAL_ACCESS constant | Jacob Henner | 2020-12-15 | 1 | -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-label | Nejc Habjan | 2021-01-25 | 2 | -3/+6 | |
|\ \ | |/ |/| | fix(api): add missing GetMixin to ProjectLabelManager | |||||
| * | feat(tests): test label getter | Marvin Scholz | 2021-01-10 | 1 | -2/+5 | |
| | | ||||||
| * | fix(api): use RetrieveMixin for ProjectLabelManager | Marvin Scholz | 2021-01-10 | 1 | -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.0 | Renovate Bot | 2020-11-14 | 1 | -1/+1 | |
| | ||||||
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.5.3-ce.0 | Renovate Bot | 2020-11-04 | 1 | -1/+1 | |
| | ||||||
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.5.2-ce.0 | Renovate Bot | 2020-11-03 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #1200 from ↵ | Max Wittig | 2020-10-29 | 3 | -11/+412 | |
|\ | | | | | | | | | 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 | |
| | | ||||||
| * | test: add test_project_merge_request_approvals.py | Peter B. Robinson | 2020-10-14 | 2 | -2/+296 | |
| | | ||||||
| * | docs: add Project Merge Request approval rule documentation | Peter B. Robinson | 2020-10-13 | 1 | -3/+31 | |
| | | ||||||
| * | feat: adds support for project merge request approval rules (#1199) | Peter B. Robinson | 2020-09-30 | 1 | -8/+89 | |
| | | ||||||
* | | chore(deps): update gitlab/gitlab-ce docker tag to v13.5.1-ce.0 | Renovate Bot | 2020-10-23 | 1 | -1/+1 | |
| | | ||||||
* | | chore(deps): update gitlab/gitlab-ce docker tag to v13.5.0-ce.0 | Renovate Bot | 2020-10-22 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #1213 from python-gitlab/fix/delete-attr | Nejc Habjan | 2020-10-13 | 2 | -1/+8 | |
|\ \ | | | | | | | fix(base): really refresh object | |||||
| * | | fix(base): really refresh objectfix/delete-attr | Max Wittig | 2020-10-12 | 2 | -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-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 | |||||
* | | | Merge pull request #1214 from python-gitlab/docs/readme-gitlab-runner-test | Nejc Habjan | 2020-10-13 | 1 | -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-test | Max Wittig | 2020-10-12 | 1 | -0/+2 | |
| |/ / | | | | | | | Otherwise the whole testsuite will refuse to run | |||||
* | | | Merge pull request #1210 from python-gitlab/docs/projects-correct-fork | Nejc Habjan | 2020-10-13 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | docs(projects): correct fork docs | |||||
| * | | docs(projects): correct fork docsdocs/projects-correct-fork | Max Wittig | 2020-10-12 | 1 | -1/+1 | |
|/ / | | | | | Closes #1126 | |||||
* | | Merge pull request #1202 from python-gitlab/fix/cli-binary-data | Max Wittig | 2020-10-12 | 5 | -6/+107 | |
|\ \ | | | | | | | fix(cli): write binary data to stdout buffer | |||||
| * | | test(cli): add test for job artifacts downloadfix/cli-binary-data | Nejc Habjan | 2020-10-12 | 3 | -1/+98 | |
| | | | ||||||
| * | | docs(cli): add example for job artifacts download | Nejc Habjan | 2020-10-12 | 1 | -0/+6 | |
| | | | ||||||
| * | | fix(cli): write binary data to stdout buffer | Nejc Habjan | 2020-10-12 | 1 | -0/+2 | |
| | | | ||||||
| * | | chore(cli): remove python2 code | Nejc Habjan | 2020-10-12 | 1 | -5/+1 | |
| | | | ||||||
* | | | chore(deps): update gitlab/gitlab-ce docker tag to v13.4.3-ce.0 | Renovate Bot | 2020-10-12 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #1209 from python-gitlab/docs/cli-reference-page | Max Wittig | 2020-10-12 | 9 | -8/+49 | |
|\ \ | | | | | | | docs(cli): add auto-generated CLI reference | |||||
| * | | docs(cli): add auto-generated CLI referencedocs/cli-reference-page | Nejc Habjan | 2020-10-11 | 9 | -8/+49 | |
| | | | ||||||
* | | | Merge pull request #1131 from valentingregoire/master | Max Wittig | 2020-10-12 | 3 | -8/+49 | |
|\ \ \ | |/ / |/| | | feat: added constants for search API | |||||
| * | | chore: simplified search scope constants | Valentin Grégoire | 2020-09-29 | 2 | -65/+29 | |
| | | | ||||||
| * | | 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 | 2 | -1/+40 | |
| | | | ||||||
| * | | fix: typo | Valentin Grégoire | 2020-09-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | chore: added constants for search API | Valentin Grégoire | 2020-07-07 | 1 | -0/+37 | |
| | | | ||||||
* | | | Merge pull request #1205 from python-gitlab/refactor/split-functional-tests | Max Wittig | 2020-10-09 | 15 | -1164/+1504 | |
|\ \ \ | | | | | | | | | refactor(tests): split functional tests | |||||
| * | | | chore: apply suggestionsrefactor/split-functional-tests | Nejc Habjan | 2020-10-08 | 5 | -6/+12 | |
| | | | | ||||||
| * | | | refactor(tests): split functional tests | Nejc Habjan | 2020-10-08 | 15 | -1164/+1498 | |
|/ / / | ||||||
* | | | Merge pull request #1204 from python-gitlab/renovate/docker-python-3.x | Max Wittig | 2020-10-08 | 2 | -3/+3 | |
|\ \ \ | | | | | | | | | chore(deps): update python docker tag to v3.9 | |||||
| * | | | chore(deps): update python docker tag to v3.9renovate/docker-python-3.x | Renovate Bot | 2020-10-06 | 2 | -3/+3 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #1203 from intostern/feat/bridge | Max Wittig | 2020-10-08 | 3 | -0/+147 | |
|\ \ \ | | | | | | | | | Added support for pipeline bridges | |||||
| * | | | feat: unit tests added | Alex Zirka | 2020-10-08 | 1 | -0/+111 | |
| | | | | ||||||
| * | | | feat: added support for pipeline bridges | Alex Zirka | 2020-10-07 | 2 | -0/+36 | |
| | | | | ||||||
* | | | | Merge pull request #1206 from python-gitlab/fix/cli-project-list-args | Max Wittig | 2020-10-08 | 1 | -7/+17 | |
|\ \ \ \ | |_|/ / |/| | | | fix(cli): add missing args for project lists | |||||
| * | | | fix(cli): add missing args for project listsfix/cli-project-list-args | Nejc Habjan | 2020-10-08 | 1 | -7/+17 | |
|/ / / | ||||||
* | | | Merge pull request #1178 from python-gitlab/test/cleanup-env | Max Wittig | 2020-09-16 | 18 | -321/+187 | |
|\ \ \ | |/ / | | | | test(env): replace custom scripts with pytest and docker-compose |