summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* docs: change travis-ci badge to githubactionsbufferoverflow-patch-1Roger Meier2021-01-311-2/+2
|
* Merge pull request #1273 from python-gitlab/chore/python3-9v2.6.0Nejc Habjan2021-01-295-5/+9
|\ | | | | chore: offically support and test 3.9
| * test: ignore failing test for nowMax Wittig2021-01-291-0/+1
| |
| * chore: offically support and test 3.9Max Wittig2021-01-294-5/+8
| |
* | Merge pull request #1230 from manuel-91/patch-1Max Wittig2021-01-291-1/+1
|\ \ | | | | | | cli-usage readme: fixed term
| * | docs(cli-usage): fixed termmanuel-912021-01-291-1/+1
| |/
* | Merge pull request #1238 from atombrella/install_version_docMax Wittig2021-01-291-1/+1
|\ \ | | | | | | Updated supported Python versions in install doc
| * | docs(readme): update supported Python versionsMads Jensen2021-01-291-1/+1
| | |
* | | Merge pull request #1255 from bittner/docs/fix-external-links-tokensMax Wittig2021-01-291-6/+7
|\ \ \ | | | | | | | | Use inline anonymous references for external links
| * | | docs(cli): use inline anonymous references for external linksPeter Bittner2020-12-171-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.
* | | Merge pull request #1251 from hchouraria/patch-1Max Wittig2021-01-291-0/+4
|\ \ \ | | | | | | | | docs(groups): add example for creating subgroups
| * | | docs(groups): add example for creating subgroupshchouraria2020-12-131-0/+4
| |/ /
* | | Merge pull request #1272 from python-gitlab/renovate/pin-dependenciesMax Wittig2021-01-291-1/+1
|\ \ \ | |_|/ |/| | chore(deps): pin dependency requests-toolbelt to ==0.9.1
| * | chore(deps): pin dependency requests-toolbelt to ==0.9.1Renovate Bot2021-01-291-1/+1
|/ /
* | Merge pull request #1233 from python-gitlab/renovate/requests-2.xMax Wittig2021-01-291-1/+1
|\ \ | | | | | | chore(deps): update dependency requests to v2.25.1
| * | chore(deps): update dependency requests to v2.25.1Renovate Bot2021-01-291-1/+1
|/ /
* | Merge pull request #1243 from ↵Max Wittig2021-01-291-1/+1
|\ \ | | | | | | | | | | | | python-gitlab/renovate/docker-gitlab-gitlab-ce-13.x chore(deps): update gitlab/gitlab-ce docker tag to v13.8.1-ce.0
| * | chore(deps): update gitlab/gitlab-ce docker tag to v13.8.1-ce.0Renovate Bot2021-01-281-1/+1
| | |
* | | Merge pull request #1252 from python-gitlab/feat/multipart-uploadsNejc Habjan2021-01-294-10/+13
|\ \ \ | |/ / |/| | feat: support multipart uploads
| * | feat: support multipart uploadsfeat/multipart-uploadsMax Wittig2021-01-284-10/+13
|/ /
* | Merge pull request #1269 from nejch/fix/test-envMax Wittig2021-01-287-109/+135
|\ \ | | | | | | chore(ci): bring test environment back to life
| * | chore(ci): add coverage and docs jobsNejc Habjan2021-01-272-0/+62
| | |
| * | chore(ci): force colors in pytest runsNejc Habjan2021-01-272-0/+6
| | |
| * | chore(ci): pin docker-compose install for testsNejc Habjan2021-01-271-0/+1
| | | | | | | | | | | | This ensures python-dotenv with expected behavior for .env processing
| * | chore(ci): pin os versionNejc Habjan2021-01-271-2/+2
| | |
| * | chore(ci): fix typo in matrixNejc Habjan2021-01-261-1/+1
| | |
| * | chore(ci): fix copy/paste oopsieNejc Habjan2021-01-261-2/+2
| | |
| * | chore(ci): add pytest PR annotationsNejc Habjan2021-01-261-2/+2
| | |
| * | chore(ci): replace travis with ActionsNejc Habjan2021-01-263-108/+65
| | |
| * | chore: move .env into docker-compose dirNejc Habjan2021-01-252-1/+1
|/ /
* | 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