summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Collapse)AuthorAgeFilesLines
* fix(config): fix duplicate codefix/duplicate-codeMax Wittig2020-05-161-8/+0
| | | | Fixes #1094
* 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
| | | | | | | | 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-181-0/+1
|\ | | | | feat(api): added support in the GroupManager to upload Group avatars
| * 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
|\ \ | | | | | | 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-162-2/+126
| |/ | | | | | | | | Can be used to list available services It was introduced in GitLab 12.7
* | feat: allow an environment variable to specify config locationJeremy Cline2020-04-162-1/+22
|/ | | | | | | | 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.
* 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)
| * 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 API
| * | 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
|\ \ | | | | | | Feat: support for group import/export API
| * | 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
|/ / | | | | | | | | | | * chore(group): update group_manager attributes Co-Authored-By: Nejc Habjan <hab.nejc@gmail.com>
* | 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 ProjectManager
| * feat: add create from template args to ProjectManagerlassimus2020-03-201-0/+4
| | | | | | | | | | | | This commit adds the v4 Create project attributes necessary to create a project from a project, instance, or group level template as documented in https://docs.gitlab.com/ee/api/projects.html#create-project
* | 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()
| * docs: fix comment of prev_page()Donghui Wang2020-03-211-1/+1
| | | | | | | | Co-Authored-By: Nejc Habjan <hab.nejc@gmail.com>
| * docs: fix comment of prev_page()Donghui Wang2020-03-211-1/+1
| | | | | | | | Co-Authored-By: Nejc Habjan <hab.nejc@gmail.com>
| * 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/set approvers