summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1157 from Shkurupii/issue-1154Max Wittig2020-08-294-0/+143
|\ \ | | | | | | Add support to resource milestone events
| * | chore: make latest black happy with existing codeOleksii Shkurupii2020-08-294-10/+43
| | |
| * | test: add unit tests for resource milestone events APIOleksii Shkurupii2020-08-281-0/+73
| | | | | | | | | | | | Fixes #1154
| * | Merge branch 'master' into issue-1154Oleksii Shkurupii2020-08-2743-2617/+2790
| |\ \
| * | | feat: add support to resource milestone eventsOleksii Shkurupii2020-08-263-0/+70
| | | | | | | | | | | | | | | | Fixes #1154
* | | | Merge pull request #1159 from python-gitlab/feat/project-artifactsMax Wittig2020-08-293-0/+70
|\ \ \ \ | | | | | | | | | | Feat: Project job artifacts for latest successful pipeline
| * | | | chore: update tools dir for latest black versionfeat/project-artifactsNejc Habjan2020-08-281-1/+6
| | | | |
| * | | | chore: remove unnecessary importNejc Habjan2020-08-281-2/+0
| | | | |
| * | | | docs(api): add example for latest pipeline job artifactsNejc Habjan2020-08-281-0/+5
| | | | |
| * | | | feat(api): add endpoint for latest ref artifactsNejc Habjan2020-08-282-0/+67
| | | | |
| * | | | chore: make latest black happy with existing codeNejc Habjan2020-08-283-9/+37
| | |/ / | |/| |
* | | | Merge pull request #1160 from python-gitlab/feat/packages-apiMax Wittig2020-08-2914-11/+322
|\ \ \ \ | |/ / / |/| | | Feat: Add support for packages API
| * | | docs(packages): add examples for Packages API and cli usagefeat/packages-apiNejc Habjan2020-08-293-0/+93
| | | |
| * | | test(packages): add tests for Packages APINejc Habjan2020-08-297-1/+151
| | | |
| * | | feat(api): add support for Packages APINejc Habjan2020-08-291-0/+35
| | | |
| * | | chore: update tools dir for latest black versionNejc Habjan2020-08-291-1/+6
| | | |
| * | | chore: make latest black happy with existing codeNejc Habjan2020-08-293-9/+37
|/ / /
* | | Merge pull request #1156 from python-gitlab/docs/group-projects-list-cliMax Wittig2020-08-261-0/+12
|\ \ \ | | | | | | | | docs(cli): add examples for group-project list
| * | | docs(cli): add examples for group-project listdocs/group-projects-list-cliNejc Habjan2020-08-261-0/+12
| |/ /
* | | Merge pull request #1078 from python-gitlab/refactor/split-unit-testsMax Wittig2020-08-2642-2617/+2778
|\ \ \ | |/ / |/| | Refactor: split unit tests by API resources
| * | refactor: rewrite unit tests for objects with responsesrefactor/split-unit-testsNejc Habjan2020-08-2324-940/+900
| | |
| * | refactor: split unit tests by GitLab API resourcesNejc Habjan2020-08-2234-2447/+2645
| | |
| * | chore: run unittest2pytest on all unit testsNejc Habjan2020-08-2212-439/+446
| | |
| * | chore: remove remnants of python2 importsNejc Habjan2020-08-223-4/+0
| | |
* | | 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