summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* docs(cli): add examples for group-project listdocs/group-projects-list-cliNejc Habjan2020-08-261-0/+12
|
* Merge pull request #1147 from ericfrederich/fix-1146Nejc Habjan2020-08-231-1/+1
|\ | | | | fix: tests fail when using REUSE_CONTAINER option
| * fix: tests fail when using REUSE_CONTAINER optionEric L Frederich2020-08-071-1/+1
| | | | | | | | Fixes #1146
* | Merge pull request #1139 from sathieu/share_group_with_groupMax Wittig2020-08-213-2/+56
|\ \ | | | | | | feat: add share/unshare the group with a group
| * | fix: implement Gitlab's behavior change for owned=TrueMathieu Parent2020-07-231-1/+1
| | |
| * | feat: add share/unshare group with groupMathieu Parent2020-07-233-1/+55
| |/
* | Merge pull request #1152 from matthew-a-dunlap/doc-project-file-delete-exampleMax Wittig2020-08-171-0/+2
|\ \ | |/ |/| docs: additional project file delete example
| * docs: additional project file delete examplematthew-a-dunlap2020-08-131-0/+2
|/ | | | Showing how to delete without having to pull the file
* chore: bump version to 2.4.0v2.4.0Max Wittig2020-07-091-1/+1
|
* Merge pull request #1108 from stuartgunter/masterMax Wittig2020-07-021-0/+1
|\ | | | | Added NO_ACCESS const
| * feat: added NO_ACCESS constStuart Gunter2020-07-021-0/+1
| | | | | | | | | | | | | | | | This constant is useful for cases where no access is granted, e.g. when creating a protected branch. The `NO_ACCESS` const corresponds to the definition in https://docs.gitlab.com/ee/api/protected_branches.html
* | 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 #1124 from tyates-indeed/fix-1123Max Wittig2020-06-301-2/+6
|\ \ \ | | | | | | | | Pass kwargs to subsequent queries in GitlabList (fixes: #1123)
| * | | fix: do not check if kwargs is nonetyates-indeed2020-06-231-4/+1
| | | | | | | | | | | | Co-authored-by: Traian Nedelea <tron1point0@pm.me>
| * | | fix: make query kwargs consistent between call in init and nextTyler Yates2020-06-221-2/+3
| | | |
| * | | fix: pass kwargs to subsequent queries in gitlab listTyler Yates2020-06-221-1/+7
| | | |
* | | | Merge pull request #1127 from gervasek/masterNejc Habjan2020-06-251-4/+4
|\ \ \ \ | |/ / / |/| | | Add masked parameter for project-variable and group-variable
| * | | fix: add masked parameter for variables commandSébastien GERVAIS2020-06-251-4/+4
|/ / /
* | | Merge pull request #1121 from ferhat-aram/fix/bad-merge-request-arg-parsingMax Wittig2020-06-191-1/+1
|\ \ \ | | | | | | | | fix(merge): parse arguments as query_data
| * | | fix(merge): parse arguments as query_dataFerhat Aram2020-06-191-1/+1
|/ / /
* | | Merge pull request #1115 from python-gitlab/fix/keyset-pagination-revertv2.3.1Roger Meier2020-06-092-11/+2
|\ \ \ | |_|/ |/| | Fix/keyset pagination revert
| * | chore: bump version to 2.3.1Max Wittig2020-06-091-1/+1
| | |
| * | fix: disable default keyset paginationMax Wittig2020-06-092-10/+1
|/ / | | | | | | Instead we set pagination to offset on the other paths
* | Merge pull request #1112 from python-gitlab/fix/rst-rendererv2.3.0Max Wittig2020-06-084-3/+21
|\ \ | | | | | | chore: correctly render rst
| * | chore: correctly render rstMax Wittig2020-06-084-3/+21
| | |
* | | Merge pull request #1111 from python-gitlab/chore/bump-version-2-3-0Nejc Habjan2020-06-081-1/+1
|\ \ \ | |/ / | | | chore: bump to 2.3.0
| * | chore: bump to 2.3.0Max Wittig2020-06-081-1/+1
|/ /
* | Merge pull request #1110 from python-gitlab/fix/keyset-paginationNejc Habjan2020-06-082-6/+27
|\ \ | | | | | | Fix keyset pagination in 13.0
| * | test: disable test until Gitlab 13.1Max Wittig2020-06-081-1/+2
| | |
| * | fix: use keyset pagination by default for /projects > 50000Max Wittig2020-06-081-5/+25
|/ / | | | | | | | | Workaround for https://gitlab.com/gitlab-org/gitlab/-/issues/218504. Remove this in 13.1
* | Merge pull request #1102 from dotenorio/masterNejc Habjan2020-05-251-2/+2
|\ \ | | | | | | Update doc for remote_mirrors
| * \ Merge branch 'master' of github.com:dotenorio/python-gitlabFernando M Tenorio2020-05-210-0/+0
| |\ \
| | * | docs(remote_mirrors): fix create commandFernando Migliorini Tenório2020-05-191-2/+2
| | |/
| * | docs(remote_mirrors): fix create commandFernando M Tenorio2020-05-211-2/+2
| |/
* | Merge pull request #1089 from python-gitlab/feat/group-runnersRoger Meier2020-05-206-2/+313
|\ \ | | | | | | feat: add group runners api
| * | test(runners): add all runners unit testsfeat/group-runnersMax Wittig2020-05-164-0/+295
| | |
| * | feat: add group runners apiMax Wittig2020-05-162-2/+18
| |/
* | Merge pull request #1087 from python-gitlab/docs/update-authorsRoger Meier2020-05-201-0/+7
|\ \ | | | | | | docs: update authors
| * | docs: update authorsdocs/update-authorsMax Wittig2020-04-291-0/+7
| |/
* | Merge pull request #1099 from python-gitlab/fix/duplicate-codeRoger Meier2020-05-201-8/+0
|\ \ | |/ |/| fix(config): fix duplicate code
| * fix(config): fix duplicate codefix/duplicate-codeMax Wittig2020-05-161-8/+0
|/ | | | Fixes #1094
* Merge pull request #1086 from python-gitlab/test/pytest-cli-testsMax Wittig2020-04-296-308/+889
|\ | | | | test(cli): convert CLI shell tests to pytest test cases
| * test(cli): convert shell tests to pytest test casestest/pytest-cli-testsNejc Habjan2020-04-266-308/+889
|/
* Merge pull request #1085 from python-gitlab/chore/codecov-travisMax Wittig2020-04-262-1/+7
|\ | | | | chore(ci): add codecov integration to Travis
| * docs(readme): add codecov badge for masterchore/codecov-travisNejc Habjan2020-04-251-0/+3
| |
| * chore(ci): add codecov integration to TravisNejc Habjan2020-04-251-1/+4
|/
* Merge pull request #1082 from python-gitlab/chore/signature-gpg-x509Max Wittig2020-04-235-19/+14
|\ | | | | chore: bring commit signatures up to date with 12.10
| * chore(test): remove outdated token testchore/signature-gpg-x509Nejc Habjan2020-04-231-10/+5
| |
| * chore: bring commit signatures up to date with 12.10Nejc Habjan2020-04-225-9/+9
|/