* feat(api): add support for the Draft notes API
* fix(client): handle empty 204 reponses in PUT requests
* fix(cli): add ability to disable SSL verification
* feat: add pipeline status as Enum
* feat(api): add support for wiki attachments
* feat: add Merge Request merge_status and detailed_merge_status values as
constants
* fix: remove deprecated MergeStatus
* BREAKING CHANGE: python-gitlab now stores metadata in pyproject.toml
* refactor(artifacts): remove deprecated `artifact()`in favor of
`artifacts.raw()`
* refactor(artifacts): remove deprecated `artifacts()`in favor of
`artifacts.download()`
* refactor(groups): remove deprecated LDAP group link add/delete methods
* refactor(projects): remove deprecated `project.transfer_project()` in
favor of `project.transfer()`
* fix(cli): remove deprecated `--all` option in favor of `--get-all`
* feat: remove support for Python 3.7, require 3.8 or higher
* chore: update PyYAML to 6.0.1
* feat(client): mask tokens by default when logging
* feat(api): add ProjectPackagePipeline
* feat: officially support Python 3.12
* feat(packages): Allow uploading bytes and files
* feat: Use requests AuthBase classes
* feat(api): add support for job token scope settings
* feat(api): support project remote mirror deletion
* feat(api): add optional GET attrs for /projects/:id/ci/lint
* feat(api): add support for new runner creation API
* feat(releases): Add support for direct_asset_path
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=37
- Update to 3.15.0
- force urllib3 < 2 for testsuite
* Add support for select="package_file" in package upload (3a49f09)
* api: Add support for events scope parameter (348f56e
* Usernames support for MR approvals ()a2b8c8c)
* Remove exclusive EE about issue links (e0f6f18)
* projects: Allow importing additional items from GitHub (ce84f2e)
* objects: Support fetching PATs via id or self endpoint (19b38bd)
* Add resource_weight_event for ProjectIssue (6e5ef55)
* backends: Use PEP544 protocols for structural subtyping (#2442) (4afeaff)
* client: Add http_patch method (#2471) (f711d9e)
* cli: Add setting of allow_force_push for protected branch (929e07d)
* cli: Warn user when no fields are displayed (8bf53c8)
* client: Properly parse content-type when charset is present (76063c3)
* Support int for parent_id in import_group (90f96ac)
* cli: Add ability to escape at-prefixed parameter (#2513) (4f7c784)
* cli: Display items when iterator is returned (33a04e7)
* objects: Fix typo in pipeline schedules (3057f45)
* advanced: Clarify netrc, proxy behavior with requests (1da7c53)
* Fix update badge behaviour (3d7ca1c)
* advanced: Fix typo in Gitlab examples (1992790)
* group: Add support for group restore API (9322db6)
* client: Automatically retry on HTTP 409 Resource lock (dced76a)
* api: Add support for bulk imports API (043de2d)
* api: Add support for resource groups (5f8b8f5)
* api: Support listing pipelines triggered by pipeline schedules (865fa41)
* Allow filtering pipelines by source (b6c0872)
* client: Bootstrap the http backends concept (#2391) (91a665f)
* Add resource iteration events (see https://docs.gitlab.com/ee/api/resource_iteration_events.html)
* Allow passing kwargs to Gitlab class when instantiating with from_config (#2392) (e88d34e)
OBS-URL: https://build.opensuse.org/request/show/1117521
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=34
- Update to v3.12.0
* Feature
Add support for SAML group links (#2367) (1020ce9)
groups: Add LDAP link manager and deprecate old API endpoints (3a61f60)
groups: Add support for listing ldap_group_links (#2371) (ad7c8fa)
Implement secure files API (d0a0348)
ci: Re-Run Tests on PR Comment workflow (034cde3)
api: Add support for getting a project's pull mirror details (060cfe1)
api: Add support for remote project import from AWS S3 (#2357) (892281e)
api: Add support for remote project import (#2348) (e5dc72d)
api: Add application statistics (6fcf3b6)
* Fix
cli: Enable debug before doing auth (65abb85)
cli: Expose missing mr_default_target_self project attribute (12aea32)
Use POST method and return dict in cancel_merge_when_pipeline_succeeds() (#2350) (bd82d74)
* Documentation
Use the term "log file" for getting a job log file (9d2b1ad)
groups: Describe GitLab.com group creation limitation (9bd433a)
api: Pushrules remove saying None is returned when not found (c3600b4)
OBS-URL: https://build.opensuse.org/request/show/1041256
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=30
- Update to v3.11.0
Feature
* build: Officially support Python 3.11 (74f66c7)
* api: Add support for topics merge API (9a6d197)
Fix
* Remove project.approvals.set_approvals() method (91f08f0)
* Use epic id instead of iid for epic notes (97cae38)
* cli: Handle list response for json/yaml output (9b88132)
* Intermittent failure in test_merge_request_reset_approvals (3dde36e)
Documentation
* advanced: Add hint on type narrowing (a404152)
* Add minimal docs about the enable_debug() method (b4e9ab7)
commits: Fix commit create example for binary content (bcc1eb4)
* readme: Add a basic feature list (b4d53f1)
* api: Describe use of lower-level methods (b7a6874)
* api: Describe the list() and all() runners' functions (b6cc3f2)
* api: Update merge_requests.rst: mr_id to mr_iid (b32234d)
OBS-URL: https://build.opensuse.org/request/show/1034917
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=28
- Update to v3.10.0 (2022-09-28)
Feature
Add reset_approvals api (88693ff)
Add support for deployment approval endpoint (9c9eeb9)
Fix
cli: Add missing attributes for creating MRs (1714d0a)
cli: Add missing attribute for MR changes (20c46a0)
- Update to v3.9.0 (2022-08-28)
Feature
Add support for merge_base API (dd4fbd5)
- Update to v3.8.1 (2022-08-10)
Fix
client: Do not assume user attrs returned for auth() (a07547c)
- Update to v3.8.0 (2022-08-04)
Feature
client: Warn user on misconfigured URL in auth() (0040b43)
Support downloading archive subpaths (cadb0e5)
Fix
client: Ensure encoded query params are never duplicated (1398426)
Optionally keep user-provided base URL for pagination (#2149) (e2ea8b8)
Documentation
Describe self-revoking personal access tokens (5ea48fc)
- v3.7.0 (2022-07-28)
Feature
Allow sort/ordering for project releases (b1dd284)
cli: Add a custom help formatter (005ba93)
Add support for iterations API (194ee01)
groups: Add support for shared projects API (66461ba)
issues: Add support for issue reorder API (8703324)
namespaces: Add support for namespace existence API (4882cb2)
OBS-URL: https://build.opensuse.org/request/show/1008610
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=24
* [docs] Fix the owned/starred usage documentation
* [docs] Add a warning about http to https redirects
* Fix the https redirection test
* [docs] Add a note about GroupProject limited API
* Add missing comma in ProjectIssueManager _create_attrs
* More flexible docker image
* Add project protected tags management
* [cli] Print help and usage without config file
* Rename MASTER_ACCESS to MAINTAINER_ACCESS
* [docs] Add docs build information
* Use docker image with current sources
* [docs] Add PyYAML requirement notice
* Add Gitter badge to README
* [docs] Add an example of pipeline schedule vars listing
* [cli] Exit on config parse error, instead of crashing
* Add support for resource label events
* [docs] Fix the milestone filetring doc (iid -> iids)
* [docs] Fix typo in custom attributes example
* Improve error message handling in exceptions
* Add support for members all() method
* Add access control options to protected branch creation
* [docs] Don't use hardcoded values for ids
* [docs] Improve the snippets examples
* [cli] Output: handle bytes in API responses
* [cli] Fix the case where we have nothing to print
* Project import: fix the override_params parameter
* Support group and global MR listing
* Implement MR.pipelines()
* MR: add the squash attribute for create/update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=6