Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | fix: do not check if kwargs is none | tyates-indeed | 2020-06-23 | 1 | -4/+1 | |
| | | | | | | | | | | | | Co-authored-by: Traian Nedelea <tron1point0@pm.me> | |||||
| * | | | fix: make query kwargs consistent between call in init and next | Tyler Yates | 2020-06-22 | 1 | -2/+3 | |
| | | | | ||||||
| * | | | fix: pass kwargs to subsequent queries in gitlab list | Tyler Yates | 2020-06-22 | 1 | -1/+7 | |
| | | | | ||||||
* | | | | Merge pull request #1127 from gervasek/master | Nejc Habjan | 2020-06-25 | 1 | -4/+4 | |
|\ \ \ \ | |/ / / |/| | | | Add masked parameter for project-variable and group-variable | |||||
| * | | | fix: add masked parameter for variables command | Sébastien GERVAIS | 2020-06-25 | 1 | -4/+4 | |
|/ / / | ||||||
* | | | Merge pull request #1121 from ferhat-aram/fix/bad-merge-request-arg-parsing | Max Wittig | 2020-06-19 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | fix(merge): parse arguments as query_data | |||||
| * | | | fix(merge): parse arguments as query_data | Ferhat Aram | 2020-06-19 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #1115 from python-gitlab/fix/keyset-pagination-revertv2.3.1 | Roger Meier | 2020-06-09 | 2 | -11/+2 | |
|\ \ \ | |_|/ |/| | | Fix/keyset pagination revert | |||||
| * | | chore: bump version to 2.3.1 | Max Wittig | 2020-06-09 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix: disable default keyset pagination | Max Wittig | 2020-06-09 | 2 | -10/+1 | |
|/ / | | | | | | | Instead we set pagination to offset on the other paths | |||||
* | | Merge pull request #1112 from python-gitlab/fix/rst-rendererv2.3.0 | Max Wittig | 2020-06-08 | 4 | -3/+21 | |
|\ \ | | | | | | | chore: correctly render rst | |||||
| * | | chore: correctly render rst | Max Wittig | 2020-06-08 | 4 | -3/+21 | |
| | | | ||||||
* | | | Merge pull request #1111 from python-gitlab/chore/bump-version-2-3-0 | Nejc Habjan | 2020-06-08 | 1 | -1/+1 | |
|\ \ \ | |/ / | | | | chore: bump to 2.3.0 | |||||
| * | | chore: bump to 2.3.0 | Max Wittig | 2020-06-08 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #1110 from python-gitlab/fix/keyset-pagination | Nejc Habjan | 2020-06-08 | 2 | -6/+27 | |
|\ \ | | | | | | | Fix keyset pagination in 13.0 | |||||
| * | | test: disable test until Gitlab 13.1 | Max Wittig | 2020-06-08 | 1 | -1/+2 | |
| | | | ||||||
| * | | fix: use keyset pagination by default for /projects > 50000 | Max Wittig | 2020-06-08 | 1 | -5/+25 | |
|/ / | | | | | | | | | Workaround for https://gitlab.com/gitlab-org/gitlab/-/issues/218504. Remove this in 13.1 | |||||
* | | Merge pull request #1102 from dotenorio/master | Nejc Habjan | 2020-05-25 | 1 | -2/+2 | |
|\ \ | | | | | | | Update doc for remote_mirrors | |||||
| * \ | Merge branch 'master' of github.com:dotenorio/python-gitlab | Fernando M Tenorio | 2020-05-21 | 0 | -0/+0 | |
| |\ \ | ||||||
| | * | | docs(remote_mirrors): fix create command | Fernando Migliorini Tenório | 2020-05-19 | 1 | -2/+2 | |
| | |/ | ||||||
| * | | docs(remote_mirrors): fix create command | Fernando M Tenorio | 2020-05-21 | 1 | -2/+2 | |
| |/ | ||||||
* | | Merge pull request #1089 from python-gitlab/feat/group-runners | Roger Meier | 2020-05-20 | 6 | -2/+313 | |
|\ \ | | | | | | | feat: add group runners api | |||||
| * | | test(runners): add all runners unit testsfeat/group-runners | Max Wittig | 2020-05-16 | 4 | -0/+295 | |
| | | | ||||||
| * | | feat: add group runners api | Max Wittig | 2020-05-16 | 2 | -2/+18 | |
| |/ | ||||||
* | | Merge pull request #1087 from python-gitlab/docs/update-authors | Roger Meier | 2020-05-20 | 1 | -0/+7 | |
|\ \ | | | | | | | docs: update authors | |||||
| * | | docs: update authorsdocs/update-authors | Max Wittig | 2020-04-29 | 1 | -0/+7 | |
| |/ | ||||||
* | | Merge pull request #1099 from python-gitlab/fix/duplicate-code | Roger Meier | 2020-05-20 | 1 | -8/+0 | |
|\ \ | |/ |/| | fix(config): fix duplicate code | |||||
| * | fix(config): fix duplicate codefix/duplicate-code | Max Wittig | 2020-05-16 | 1 | -8/+0 | |
|/ | | | | Fixes #1094 | |||||
* | Merge pull request #1086 from python-gitlab/test/pytest-cli-tests | Max Wittig | 2020-04-29 | 6 | -308/+889 | |
|\ | | | | | test(cli): convert CLI shell tests to pytest test cases | |||||
| * | test(cli): convert shell tests to pytest test casestest/pytest-cli-tests | Nejc Habjan | 2020-04-26 | 6 | -308/+889 | |
|/ | ||||||
* | Merge pull request #1085 from python-gitlab/chore/codecov-travis | Max Wittig | 2020-04-26 | 2 | -1/+7 | |
|\ | | | | | chore(ci): add codecov integration to Travis | |||||
| * | docs(readme): add codecov badge for masterchore/codecov-travis | Nejc Habjan | 2020-04-25 | 1 | -0/+3 | |
| | | ||||||
| * | chore(ci): add codecov integration to Travis | Nejc Habjan | 2020-04-25 | 1 | -1/+4 | |
|/ | ||||||
* | Merge pull request #1082 from python-gitlab/chore/signature-gpg-x509 | Max Wittig | 2020-04-23 | 5 | -19/+14 | |
|\ | | | | | chore: bring commit signatures up to date with 12.10 | |||||
| * | chore(test): remove outdated token testchore/signature-gpg-x509 | Nejc Habjan | 2020-04-23 | 1 | -10/+5 | |
| | | ||||||
| * | chore: bring commit signatures up to date with 12.10 | Nejc Habjan | 2020-04-22 | 5 | -9/+9 | |
|/ | ||||||
* | Merge pull request #1069 from zillow/feat/add-custom-pipeline-schedule-play | Max Wittig | 2020-04-22 | 4 | -0/+92 | |
|\ | | | | | feat: Add play command to project pipeline schedules | |||||
| * | ci: lint fixes | Christopher Zorn | 2020-04-21 | 1 | -14/+18 | |
| | | ||||||
| * | ci: add a test for creating and triggering pipeline schedule | Christopher Zorn | 2020-04-21 | 1 | -0/+61 | |
| | | ||||||
| * | feat: add play command to project pipeline schedules | Christopher Zorn | 2020-04-20 | 3 | -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/master | Nejc Habjan | 2020-04-18 | 2 | -0/+8 | |
|\ | | | | | feat(api): added support in the GroupManager to upload Group avatars | |||||
| * | feat(api): added support in the GroupManager to upload Group avatars | Florian | 2020-04-17 | 2 | -0/+8 | |
| | | ||||||
* | | Merge pull request #1075 from python-gitlab/feat/available-services | Nejc Habjan | 2020-04-17 | 3 | -29/+333 | |
|\ \ | | | | | | | feat(services): add project service list API | |||||
| * | | chore: fix typo in docstringfeat/available-services | Nejc Habjan | 2020-04-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | chore: remove old builds-email service | Nejc Habjan | 2020-04-17 | 1 | -1/+0 | |
| | | | ||||||
| * | | chore(services): update available service attributes | Max Wittig | 2020-04-16 | 1 | -26/+203 | |
| | | | ||||||
| * | | feat(services): add project service list API | Max Wittig | 2020-04-16 | 3 | -2/+130 | |
| |/ | | | | | | | | | Can be used to list available services It was introduced in GitLab 12.7 | |||||
* | | Merge pull request #1074 from jeremycline/environment-variable | Nejc Habjan | 2020-04-17 | 3 | -2/+26 | |
|\ \ | |/ |/| | feat: Allow an environment variable to specify config location | |||||
| * | feat: allow an environment variable to specify config location | Jeremy Cline | 2020-04-16 | 3 | -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-docs | Nejc Habjan | 2020-04-16 | 1 | -3/+3 | |
|\ \ | |/ |/| | docs(readme): update test docs |