Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: use f-strings for string formattingrefactor/f-strings | Nejc Habjan | 2021-11-02 | 1 | -1/+1 |
| | |||||
* | refactor(objects): remove deprecated constants defined in objects | Nejc Habjan | 2021-09-11 | 1 | -4/+3 |
| | | | | | BREAKING CHANGE: remove deprecated constants defined in gitlab.v4.objects, and use only gitlab.const module | ||||
* | feat: default to gitlab.com if no URL given | Nejc Habjan | 2021-09-08 | 1 | -0/+2 |
| | | | | | BREAKING CHANGE: python-gitlab will now default to gitlab.com if no URL is given | ||||
* | chore: fix import ordering using isort | John L. Villalovos | 2021-05-25 | 1 | -1/+0 |
| | | | | | | Fix the import ordering using isort. https://pycqa.github.io/isort/ | ||||
* | chore: add type-hints to gitlab/const.py | John L. Villalovos | 2021-02-25 | 1 | -30/+30 |
| | |||||
* | feat(api,cli): make user agent configurable | Nejc Habjan | 2021-01-31 | 1 | -0/+5 |
| | |||||
* | feat: add MINIMAL_ACCESS constant | Jacob Henner | 2020-12-15 | 1 | -0/+1 |
| | | | | | | A "minimal access" access level was [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/220203) in GitLab 13.5. | ||||
* | chore: simplified search scope constants | Valentin Grégoire | 2020-09-29 | 1 | -32/+11 |
| | |||||
* | chore: added docs for search scopes constants | Valentin Grégoire | 2020-09-16 | 1 | -0/+1 |
| | |||||
* | chore: added constants for search API | Valentin Grégoire | 2020-07-07 | 1 | -0/+37 |
| | |||||
* | 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 | ||||
* | refactor: format everything blackrefactor/black | Max Wittig | 2019-05-16 | 1 | -6/+6 |
| | |||||
* | refactor: rename MASTER_ACCESSrefactor/rename-variable | Max Wittig | 2018-10-06 | 1 | -1/+2 |
| | | | | | | | to MAINTAINER_ACCESS to follow GitLab 11.0 docs See: https://docs.gitlab.com/ce/user/permissions.html#project-members-permissions | ||||
* | update copyright years | Gauvain Pocentek | 2017-05-24 | 1 | -1/+1 |
| | |||||
* | Add support for the notification settings API | Gauvain Pocentek | 2016-10-23 | 1 | -0/+7 |
| | |||||
* | Move the constants at the gitlab root level | Gauvain Pocentek | 2016-08-11 | 1 | -0/+26 |