summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* docs(readme): update test docsdocs/readme-test-docsMax Wittig2020-04-141-3/+3
|
* Merge pull request #1072 from spyoungtech/feat/restobject-dirMax Wittig2020-04-141-0/+3
|\ | | | | feat(types): add __dir__ to RESTObject to expose attributes
| * feat(types): add __dir__ to RESTObject to expose attributesSpencer Young2020-04-131-0/+3
|/
* Merge pull request #1066 from nejch/chore/pytest-for-unit-testsMax Wittig2020-04-086-12/+20
|\ | | | | chore: use pytest to run unit tests and coverage
| * chore: use pytest for unit tests and coverageNejc Habjan2020-04-076-12/+20
| |
* | Merge pull request #1067 from python-gitlab/fix/missing-project-attributesMax Wittig2020-04-081-2/+58
|\ \ | |/ |/| fix(project): add missing project parameters
| * 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-077-8/+354
|\ \ | | | | | | feat(api): add support for Gitlab Deploy Token API
| * | feat(api): add support for Gitlab Deploy Token APIayoub mrini2020-04-067-8/+354
| |/
* | Merge pull request #1064 from python-gitlab/feat/project-remote-mirrorsMax Wittig2020-04-075-0/+159
|\ \ | | | | | | feat(api): add support for remote mirrors API (#1056)
| * | feat(api): add support for remote mirrors API (#1056)feat/project-remote-mirrorsNejc Habjan2020-04-075-0/+159
|/ /
* | Merge pull request #1063 from python-gitlab/feat/group-import-exportMax Wittig2020-04-0610-74/+306
|\ \ | | | | | | Feat: support for group import/export API
| * | chore: rename ExportMixin to DownloadMixinfeat/group-import-exportNejc Habjan2020-04-052-3/+3
| | |
| * | docs: add docs for Group Import/Export APINejc Habjan2020-04-051-0/+56
| | |
| * | test(api): add tests for group export/import APINejc Habjan2020-04-056-46/+166
| | |
| * | 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>
* | Merge pull request #1058 from ↵Max Wittig2020-04-023-2/+21
|\ \ | |/ |/| | | | | python-gitlab/fix/listattribute-get-api-splits-string Fix: ListAttribute get_for_api() splits strings
| * 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-282-2/+17
|/
* 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
* | Merge pull request #1054 from nejch/chore/cleanup-test-envMax Wittig2020-03-224-15/+48
|\ \ | | | | | | chore: improve test environment for upcoming features
| * | chore: fix typo in allow_failuresNejc Habjan2020-03-221-1/+1
| | |
| * | chore: pass environment variables in toxNejc Habjan2020-03-211-0/+1
| | |
| * | chore: improve and document testing against different imagesNejc Habjan2020-03-213-3/+42
| | |
| * | chore: remove references to python2 in test envNejc Habjan2020-03-213-12/+5
| | |
* | | Merge pull request #1055 from nejch/feat/commit-gpg-signatureMax Wittig2020-03-227-44/+155
|\ \ \ | |/ / |/| | feat: add support for commit GPG signature
| * | feat: add support for commit GPG signature APINejc Habjan2020-03-226-0/+76
| | |
| * | 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
| |
* | Merge pull request #1040 from nejch/test/project-export-importMax Wittig2020-03-194-33/+164
|\ \ | |/ |/| test: update tests and params for project export/import
| * fix: add missing import_project paramNejc Habjan2020-03-182-1/+8
| |
| * 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
|
* Merge pull request #1045 from ↵Roger Meier2020-03-092-11/+1
|\ | | | | | | | | python-gitlab/revert-1003-feat/all-keyset-pagination Revert "feat: use keyset pagination by default for `all=True`"
| * Revert "feat: use keyset pagination by default for `all=True`"Max Wittig2020-03-092-11/+1
|/