summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
|/
* Merge pull request #1069 from zillow/feat/add-custom-pipeline-schedule-playMax Wittig2020-04-224-0/+92
|\ | | | | feat: Add play command to project pipeline schedules
| * ci: lint fixesChristopher Zorn2020-04-211-14/+18
| |
| * ci: add a test for creating and triggering pipeline scheduleChristopher Zorn2020-04-211-0/+61
| |
| * feat: add play command to project pipeline schedulesChristopher Zorn2020-04-203-0/+27
|/ | | | | | | | 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/masterNejc Habjan2020-04-182-0/+8
|\ | | | | feat(api): added support in the GroupManager to upload Group avatars
| * feat(api): added support in the GroupManager to upload Group avatarsFlorian2020-04-172-0/+8
| |
* | Merge pull request #1075 from python-gitlab/feat/available-servicesNejc Habjan2020-04-173-29/+333
|\ \ | | | | | | feat(services): add project service list API
| * | chore: fix typo in docstringfeat/available-servicesNejc Habjan2020-04-171-1/+1
| | |
| * | chore: remove old builds-email serviceNejc Habjan2020-04-171-1/+0
| | |
| * | chore(services): update available service attributesMax Wittig2020-04-161-26/+203
| | |
| * | feat(services): add project service list APIMax Wittig2020-04-163-2/+130
| |/ | | | | | | | | Can be used to list available services It was introduced in GitLab 12.7
* | Merge pull request #1074 from jeremycline/environment-variableNejc Habjan2020-04-173-2/+26
|\ \ | |/ |/| feat: Allow an environment variable to specify config location
| * feat: allow an environment variable to specify config locationJeremy Cline2020-04-163-2/+26
| | | | | | | | | | | | | | | | 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 #1073 from python-gitlab/docs/readme-test-docsNejc Habjan2020-04-161-3/+3
|\ \ | |/ |/| docs(readme): update test docs