summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* refactor: use f-strings for string formattingrefactor/f-stringsNejc Habjan2021-11-0240-227/+206
|
* chore(ci): wait for all coverage jobs before posting commentNejc Habjan2021-10-311-0/+1
|
* fix(build): do not include docs in wheel packageNejc Habjan2021-10-312-5/+6
|
* Merge pull request #1655 from StingRayZA/add-milestone-promoteNejc Habjan2021-10-313-2/+28
|\ | | | | feat(api): add project milestone promotion
| * feat(api): add project milestone promotionRaimund Hook2021-10-273-2/+28
|/ | | | | | Adds promotion to Project Milestones Signed-off-by: Raimund Hook <raimund.hook@exfo.com>
* chore(deps): update dependency types-pyyaml to v6Renovate Bot2021-10-222-2/+2
|
* Merge pull request #1641 from JacobHenner/add-merge-request-approval-stateNejc Habjan2021-10-204-0/+52
|\ | | | | feat(api): add merge request approval state
| * feat(api): add merge request approval stateJacob Henner2021-10-194-0/+52
| | | | | | | | Add support for merge request approval state
* | Merge pull request #1610 from StingRayZA/add-label-promoteNejc Habjan2021-10-205-1/+83
|\ \ | | | | | | feat(api): add project label promotion
| * | feat(api): add project label promotionRaimund Hook2021-10-185-1/+83
|/ / | | | | | | | | | | Adds a mixin that allows the /promote endpoint to be called. Signed-off-by: Raimund Hook <raimund.hook@exfo.com>
* | fix(api): delete invalid 'project-runner get' command (#1628)Léo GATELLIER2021-10-172-17/+7
| | | | | | | | | | * fix(api): delete 'group-runner get' and 'group-runner delete' commands Co-authored-by: Léo GATELLIER <git@leogatellier.fr>
* | chore(deps): update typing dependenciesRenovate Bot2021-10-142-4/+4
| |
* | feat(objects): support delete package files APINejc Habjan2021-10-143-1/+26
| |
* | feat(objects): list starred projects of a userNejc Habjan2021-10-144-3/+73
| |
* | chore(deps): update dependency flake8 to v4Renovate Bot2021-10-121-1/+1
| |
* | docs: fix API delete key exampleBen Gray2021-10-121-1/+1
| |
* | chore(deps): update typing dependenciesRenovate Bot2021-10-122-4/+4
| |
* | Merge pull request #1629 from python-gitlab/chore/master-to-mainNejc Habjan2021-10-1230-77/+81
|\ \ | |/ |/| chore: rename `master` branch to `main`
| * chore: rename `master` branch to `main`chore/master-to-mainNejc Habjan2021-10-1130-77/+81
|/ | | | | BREAKING CHANGE: As of python-gitlab 3.0.0, the default branch for development has changed from `master` to `main`.
* chore(deps): upgrade gitlab-ce to 14.3.2-ce.0Nejc Habjan2021-10-081-1/+1
|
* docs(pipelines): document take_ownership methodNejc Habjan2021-10-081-0/+4
|
* chore(objects): remove non-existing trigger ownership methodNejc Habjan2021-10-081-17/+1
|
* Merge pull request #1616 from lmmx/patch-1Nejc Habjan2021-10-081-0/+2
|\ | | | | Document the `update` method for project variables
| * docs(api): document the update method for project variablesLouis Maddox2021-10-081-0/+2
| |
* | Merge pull request #1624 from axl89/docs-clarificationNejc Habjan2021-10-081-1/+4
|\ \ | | | | | | Clarified CI Job Token auth() caveats
| * | docs(api): clarify job token usage with auth()Axel Amigo Arnold2021-10-081-1/+4
|/ / | | | | | | See issue #1620
* | Merge pull request #1515 from JohnVillalovos/jlvillal/mypy_v4_obj_usersNejc Habjan2021-10-062-9/+17
|\ \ | | | | | | chore: add type-hints to gitlab/v4/objects/users.py
| * | chore: add type-hints to gitlab/v4/objects/users.pyJohn L. Villalovos2021-09-072-9/+17
| | | | | | | | | | | | Adding type-hints to gitlab/v4/objects/users.py
* | | refactor(objects): remove deprecated branch protect methodsNejc Habjan2021-10-062-61/+2
| | | | | | | | | | | | | | | BREAKING CHANGE: remove deprecated branch protect methods in favor of the more complete protected branches API.
* | | fix(api): replace deprecated attribute in delete_in_bulk() (#1536)antti-mikael2021-10-061-11/+13
| | | | | | | | | | | | | | | BREAKING CHANGE: The deprecated `name_regex` attribute has been removed in favor of `name_regex_delete`. (see https://gitlab.com/gitlab-org/gitlab/-/commit/ce99813cf54)
* | | chore(deps): update dependency types-requests to v2.25.9Renovate Bot2021-10-062-2/+2
| | |
* | | Merge pull request #1621 from JohnVillalovos/jlvillal/mypy_depNejc Habjan2021-10-061-0/+2
|\ \ \ | | | | | | | | chore: fix type-check issue shown by new requests-types
| * | | chore: fix type-check issue shown by new requests-typesJohn L. Villalovos2021-10-061-0/+2
|/ / / | | | | | | | | | | | | types-requests==2.25.9 changed a type-hint. Update code to handle this change.
* | | Merge pull request #1619 from python-gitlab/renovate/python-3.xNejc Habjan2021-10-062-3/+3
|\ \ \ | | | | | | | | chore(deps): update python docker tag to v3.10
| * | | chore(deps): update python docker tag to v3.10Renovate Bot2021-10-062-3/+3
| | |/ | |/|
* | | Merge pull request #1617 from python-gitlab/feat/support-3.10Max Wittig2021-10-064-6/+9
|\ \ \ | | | | | | | | feat(build): officially support and test python 3.10
| * | | feat(build): officially support and test python 3.10Nejc Habjan2021-10-064-6/+9
|/ / /
* | | Merge pull request #1450 from python-gitlab/renovate/sphinx-4.xNejc Habjan2021-10-061-1/+1
|\ \ \ | |/ / |/| | chore(deps): update dependency sphinx to v4
| * | chore(deps): update dependency sphinx to v4Renovate Bot2021-10-061-1/+1
|/ /
* | Merge pull request #1603 from timgates42/bugfix_typosNejc Habjan2021-09-199-13/+13
|\ \ | | | | | | docs: fix a few typos
| * | docs: fix a few typosTim Gates2021-09-199-13/+13
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are small typos in: - docs/gl_objects/deploy_tokens.rst - gitlab/base.py - gitlab/mixins.py - gitlab/v4/objects/features.py - gitlab/v4/objects/groups.py - gitlab/v4/objects/packages.py - gitlab/v4/objects/projects.py - gitlab/v4/objects/sidekiq.py - gitlab/v4/objects/todos.py Fixes: - Should read `treatment` rather than `reatment`. - Should read `transferred` rather than `transfered`. - Should read `registered` rather than `registred`. - Should read `occurred` rather than `occured`. - Should read `overridden` rather than `overriden`. - Should read `marked` rather than `maked`. - Should read `instantiate` rather than `instanciate`. - Should read `function` rather than `fonction`.
* | feat(objects): support Create and Revoke personal access token APINejc Habjan2021-09-134-28/+119
| |
* | chore: clean up install docsNejc Habjan2021-09-121-7/+12
| |
* | docs: consolidate changelogs and remove v3 API docsNejc Habjan2021-09-1211-894/+998
| |
* | fix(objects): rename confusing `to_project_id` argumentNejc Habjan2021-09-111-3/+3
| | | | | | | | | | | | BREAKING CHANGE: rename confusing `to_project_id` argument in transfer_project to `project_id` (`--project-id` in CLI). This is used for the source project, not for the target namespace.
* | refactor(objects): remove deprecated constants defined in objectsNejc Habjan2021-09-113-16/+4
| | | | | | | | | | BREAKING CHANGE: remove deprecated constants defined in gitlab.v4.objects, and use only gitlab.const module
* | refactor(objects): remove deprecated tag release APINejc Habjan2021-09-082-41/+0
| | | | | | | | | | BREAKING CHANGE: remove deprecated tag release API. This was removed in GitLab 14.0
* | refactor(objects): remove deprecated project.issuesstatisticsNejc Habjan2021-09-082-5/+0
| | | | | | | | | | BREAKING CHANGE: remove deprecated project.issuesstatistics in favor of project.issues_statistics
* | refactor(objects): remove deprecated members.all() methodNejc Habjan2021-09-085-56/+2
| | | | | | | | | | BREAKING CHANGE: remove deprecated members.all() method in favor of members_all.list()
* | refactor(objects): remove deprecated pipelines() methodNejc Habjan2021-09-083-41/+1
| | | | | | | | BREAKING CHANGE: remove deprecated pipelines() methods in favor of pipelines.list()