Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: rewrite unit tests for objects with responsesrefactor/split-unit-tests | Nejc Habjan | 2020-08-23 | 24 | -940/+900 |
| | |||||
* | refactor: split unit tests by GitLab API resources | Nejc Habjan | 2020-08-22 | 34 | -2447/+2645 |
| | |||||
* | chore: run unittest2pytest on all unit tests | Nejc Habjan | 2020-08-22 | 12 | -439/+446 |
| | |||||
* | chore: remove remnants of python2 imports | Nejc Habjan | 2020-08-22 | 3 | -4/+0 |
| | |||||
* | feat: add share/unshare group with group | Mathieu Parent | 2020-07-23 | 1 | -0/+38 |
| | |||||
* | chore: bump version to 2.4.0v2.4.0 | Max Wittig | 2020-07-09 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1108 from stuartgunter/master | Max Wittig | 2020-07-02 | 1 | -0/+1 |
|\ | | | | | Added NO_ACCESS const | ||||
| * | feat: added NO_ACCESS const | Stuart Gunter | 2020-07-02 | 1 | -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-1123 | Max Wittig | 2020-06-30 | 1 | -2/+6 |
|\ \ | | | | | | | Pass kwargs to subsequent queries in GitlabList (fixes: #1123) | ||||
| * | | fix: do not check if kwargs is none | tyates-indeed | 2020-06-23 | 1 | -4/+1 |
| | | | | | | | | | Co-authored-by: Traian Nedelea <tron1point0@pm.me> | ||||
| * | | fix: make query kwargs consistent between call in init and next | Tyler Yates | 2020-06-22 | 1 | -2/+3 |
| | | | |||||
| * | | fix: pass kwargs to subsequent queries in gitlab list | Tyler Yates | 2020-06-22 | 1 | -1/+7 |
| | | | |||||
* | | | fix: add masked parameter for variables command | Sébastien GERVAIS | 2020-06-25 | 1 | -4/+4 |
|/ / | |||||
* | | fix(merge): parse arguments as query_data | Ferhat Aram | 2020-06-19 | 1 | -1/+1 |
| | | |||||
* | | chore: bump version to 2.3.1 | Max Wittig | 2020-06-09 | 1 | -1/+1 |
| | | |||||
* | | fix: disable default keyset pagination | Max Wittig | 2020-06-09 | 1 | -10/+0 |
|/ | | | | Instead we set pagination to offset on the other paths | ||||
* | chore: bump to 2.3.0 | Max Wittig | 2020-06-08 | 1 | -1/+1 |
| | |||||
* | fix: use keyset pagination by default for /projects > 50000 | Max Wittig | 2020-06-08 | 1 | -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-runners | Roger Meier | 2020-05-20 | 3 | -1/+303 |
|\ | | | | | feat: add group runners api | ||||
| * | test(runners): add all runners unit testsfeat/group-runners | Max Wittig | 2020-05-16 | 2 | -0/+289 |
| | | |||||
| * | feat: add group runners api | Max Wittig | 2020-05-16 | 1 | -1/+14 |
| | | |||||
* | | fix(config): fix duplicate codefix/duplicate-code | Max Wittig | 2020-05-16 | 1 | -8/+0 |
|/ | | | | Fixes #1094 | ||||
* | chore: bring commit signatures up to date with 12.10 | Nejc Habjan | 2020-04-22 | 1 | -2/+2 |
| | |||||
* | ci: lint fixes | Christopher Zorn | 2020-04-21 | 1 | -14/+18 |
| | |||||
* | ci: add a test for creating and triggering pipeline schedule | Christopher Zorn | 2020-04-21 | 1 | -0/+61 |
| | |||||
* | feat: add play command to project pipeline schedules | Christopher Zorn | 2020-04-20 | 2 | -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/master | Nejc Habjan | 2020-04-18 | 1 | -0/+1 |
|\ | | | | | feat(api): added support in the GroupManager to upload Group avatars | ||||
| * | feat(api): added support in the GroupManager to upload Group avatars | Florian | 2020-04-17 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #1075 from python-gitlab/feat/available-services | Nejc Habjan | 2020-04-17 | 2 | -29/+329 |
|\ \ | | | | | | | feat(services): add project service list API | ||||
| * | | chore: fix typo in docstringfeat/available-services | Nejc Habjan | 2020-04-17 | 1 | -1/+1 |
| | | | |||||
| * | | chore: remove old builds-email service | Nejc Habjan | 2020-04-17 | 1 | -1/+0 |
| | | | |||||
| * | | chore(services): update available service attributes | Max Wittig | 2020-04-16 | 1 | -26/+203 |
| | | | |||||
| * | | feat(services): add project service list API | Max Wittig | 2020-04-16 | 2 | -2/+126 |
| |/ | | | | | | | | | Can be used to list available services It was introduced in GitLab 12.7 | ||||
* | | feat: allow an environment variable to specify config location | Jeremy Cline | 2020-04-16 | 2 | -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 attributes | Spencer Young | 2020-04-13 | 1 | -0/+3 |
| | |||||
* | fix(project): add missing project parametersfix/missing-project-attributes | Nejc Habjan | 2020-04-08 | 1 | -2/+58 |
| | |||||
* | chore: bump to 2.2.0v2.2.0 | Max Wittig | 2020-04-07 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1059 from python-gitlab/fix/raise-from | Max Wittig | 2020-04-07 | 5 | -15/+40 |
|\ | | | | | chore: use raise..from for chained exceptions (#939) | ||||
| * | chore: use raise..from for chained exceptions (#939)fix/raise-from | Nejc Habjan | 2020-03-30 | 5 | -15/+40 |
| | | |||||
* | | Merge pull request #1052 from machine424/deploy-tokens-support | Max Wittig | 2020-04-07 | 3 | -0/+74 |
|\ \ | | | | | | | feat(api): add support for Gitlab Deploy Token API | ||||
| * | | feat(api): add support for Gitlab Deploy Token API | ayoub mrini | 2020-04-06 | 3 | -0/+74 |
| |/ | |||||
* | | feat(api): add support for remote mirrors API (#1056)feat/project-remote-mirrors | Nejc Habjan | 2020-04-07 | 2 | -0/+107 |
| | | |||||
* | | Merge pull request #1063 from python-gitlab/feat/group-import-export | Max Wittig | 2020-04-06 | 8 | -74/+223 |
|\ \ | | | | | | | Feat: support for group import/export API | ||||
| * | | chore: rename ExportMixin to DownloadMixinfeat/group-import-export | Nejc Habjan | 2020-04-05 | 2 | -3/+3 |
| | | | |||||
| * | | test(api): add tests for group export/import API | Nejc Habjan | 2020-04-05 | 5 | -46/+139 |
| | | | |||||
| * | | feat(api): add support for Group Import/Export API (#1037) | Nejc Habjan | 2020-04-05 | 3 | -1/+55 |
| | | | |||||
| * | | chore(mixins): factor out export download into ExportMixin | Nejc Habjan | 2020-04-05 | 2 | -28/+30 |
| | | | |||||
* | | | chore(group): update group_manager attributes (#1062) | Max Wittig | 2020-04-06 | 1 | -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-string | Nejc Habjan | 2020-03-28 | 1 | -0/+4 |
| | | |||||
* | | test(types): reproduce get_for_api splitting strings (#1057) | Nejc Habjan | 2020-03-28 | 1 | -1/+9 |
|/ |