summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Expand)AuthorAgeFilesLines
...
* | fix(merge): parse arguments as query_dataFerhat Aram2020-06-191-1/+1
* | chore: bump version to 2.3.1Max Wittig2020-06-091-1/+1
* | fix: disable default keyset paginationMax Wittig2020-06-091-10/+0
|/
* chore: bump to 2.3.0Max Wittig2020-06-081-1/+1
* fix: use keyset pagination by default for /projects > 50000Max Wittig2020-06-081-5/+25
* Merge pull request #1089 from python-gitlab/feat/group-runnersRoger Meier2020-05-203-1/+303
|\
| * test(runners): add all runners unit testsfeat/group-runnersMax Wittig2020-05-162-0/+289
| * feat: add group runners apiMax Wittig2020-05-161-1/+14
* | fix(config): fix duplicate codefix/duplicate-codeMax Wittig2020-05-161-8/+0
|/
* chore: bring commit signatures up to date with 12.10Nejc Habjan2020-04-221-2/+2
* 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-202-0/+22
* Merge pull request #1077 from Flor1an-dev/masterNejc Habjan2020-04-181-0/+1
|\
| * feat(api): added support in the GroupManager to upload Group avatarsFlorian2020-04-171-0/+1
* | Merge pull request #1075 from python-gitlab/feat/available-servicesNejc Habjan2020-04-172-29/+329
|\ \
| * | 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-162-2/+126
| |/
* | feat: allow an environment variable to specify config locationJeremy Cline2020-04-162-1/+22
|/
* 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