summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Expand)AuthorAgeFilesLines
* feat(types): add __dir__ to RESTObject to expose attributesSpencer Young2020-04-131-0/+3
* fix(project): add missing project parametersfix/missing-project-attributesNejc Habjan2020-04-081-2/+58
* chore: bump to 2.2.0v2.2.0Max Wittig2020-04-071-1/+1
* Merge pull request #1059 from python-gitlab/fix/raise-fromMax Wittig2020-04-075-15/+40
|\
| * chore: use raise..from for chained exceptions (#939)fix/raise-fromNejc Habjan2020-03-305-15/+40
* | Merge pull request #1052 from machine424/deploy-tokens-supportMax Wittig2020-04-073-0/+74
|\ \
| * | feat(api): add support for Gitlab Deploy Token APIayoub mrini2020-04-063-0/+74
| |/
* | feat(api): add support for remote mirrors API (#1056)feat/project-remote-mirrorsNejc Habjan2020-04-072-0/+107
* | Merge pull request #1063 from python-gitlab/feat/group-import-exportMax Wittig2020-04-068-74/+223
|\ \
| * | chore: rename ExportMixin to DownloadMixinfeat/group-import-exportNejc Habjan2020-04-052-3/+3
| * | test(api): add tests for group export/import APINejc Habjan2020-04-055-46/+139
| * | feat(api): add support for Group Import/Export API (#1037)Nejc Habjan2020-04-053-1/+55
| * | chore(mixins): factor out export download into ExportMixinNejc Habjan2020-04-052-28/+30
* | | chore(group): update group_manager attributes (#1062)Max Wittig2020-04-061-1/+24
|/ /
* | fix(types): do not split single value string in ListAttributefix/listattribute-get-api-splits-stringNejc Habjan2020-03-281-0/+4
* | test(types): reproduce get_for_api splitting strings (#1057)Nejc Habjan2020-03-281-1/+9
|/
* Merge pull request #1053 from lassimus/masterNejc Habjan2020-03-231-0/+4
|\
| * feat: add create from template args to ProjectManagerlassimus2020-03-201-0/+4
* | feat: add support for commit GPG signature APINejc Habjan2020-03-222-0/+45
* | test: create separate module for commit testsNejc Habjan2020-03-222-44/+79
* | Merge pull request #1049 from donhui/typo-fixNejc Habjan2020-03-212-4/+4
|\ \ | |/ |/|
| * docs: fix comment of prev_page()Donghui Wang2020-03-211-1/+1
| * docs: fix comment of prev_page()Donghui Wang2020-03-211-1/+1
| * docs: fix comment of prev_page()donhui2020-03-202-4/+4
* | fix: add missing import_project paramNejc Habjan2020-03-181-0/+3
* | test: move mocks to top of moduleNejc Habjan2020-03-181-100/+102
* | chore: clean up for black and flake8Nejc Habjan2020-03-181-11/+7
* | chore: flatten test_import_githubNejc Habjan2020-03-181-25/+26
* | chore: move test_import_github into TestProjectImportNejc Habjan2020-03-182-29/+27
* | test: add unit tests for Project ImportNejc Habjan2020-03-181-0/+53
* | test: add unit tests for Project ExportNejc Habjan2020-03-181-1/+70
* | test: prepare base project test class for more testsNejc Habjan2020-03-181-4/+9
|/
* chore: bump version to 2.1.2v2.1.2Max Wittig2020-03-091-1/+1
* Revert "feat: use keyset pagination by default for `all=True`"Max Wittig2020-03-091-6/+0
* chore: bump version to 2.1.1v2.1.1Max Wittig2020-03-091-1/+1
* chore(user): update user attributes to 12.8Max Wittig2020-03-091-0/+4
* Merge pull request #1039 from python-gitlab/fix/set-approversv2.1.0Max Wittig2020-03-081-1/+2
|\
| * fix(projects): correct copy-paste errorfix/set-approversMax Wittig2020-03-081-1/+1
| * fix(objects): add default name data and use http postCharles2020-02-151-2/+3
* | chore: bump version to 2.1.0Max Wittig2020-03-081-1/+1
* | fix: do not require empty data dict for create()Nejc Habjan2020-03-071-1/+4
* | Merge pull request #1034 from filipowm/feat/api-oauth-applicationsMax Wittig2020-03-013-0/+39
|\ \
| * | feat(api): add support for GitLab OAuth Applications APIMateusz Filipowicz2020-03-013-0/+39
* | | Merge pull request #1003 from python-gitlab/feat/all-keyset-paginationRoger Meier2020-02-251-0/+6
|\ \ \ | |/ / |/| |
| * | feat: use keyset pagination by default for `all=True`Max Wittig2020-01-271-0/+6
* | | Merge pull request #1026 from nejch/feat/user-membershipsMax Wittig2020-02-242-0/+44
|\ \ \
| * | | feat: add support for user memberships API (#1009)Nejc Habjan2020-02-222-0/+44
* | | | fix: remove trailing slashes from base URL (#913)Nejc Habjan2020-02-231-2/+2
* | | | test: add unit tests for base URLs with trailing slashesNejc Habjan2020-02-231-0/+17
|/ / /
* | | test: remove duplicate resp_get_projectNejc Habjan2020-02-191-9/+1