summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | feat(api): add support for Packages APINejc Habjan2020-08-291-0/+35
| | | |
* | | | chore: make latest black happy with existing codeNejc Habjan2020-08-293-9/+37
|/ / /
* | | 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
|/ /
* | feat: add share/unshare group with groupMathieu Parent2020-07-231-0/+38
| |
* | 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 #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
| | |
* | | fix: add masked parameter for variables commandSébastien GERVAIS2020-06-251-4/+4
|/ /
* | 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
|/ | | | Instead we set pagination to offset on the other paths
* 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
| | | | | Workaround for https://gitlab.com/gitlab-org/gitlab/-/issues/218504. Remove this in 13.1
* Merge pull request #1089 from python-gitlab/feat/group-runnersRoger Meier2020-05-203-1/+303
|\ | | | | feat: add group runners api
| * 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
|/ | | | 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>