shijl0925 / python-sonarqube-api

Python Client library for interacting with Community, Developer, and Enterprise Editions SonarQube's REST APIs and SonarCloud's REST APIs.
https://python-sonarqube-pro-api.readthedocs.io/en/latest/
GNU Affero General Public License v3.0
133 stars 76 forks source link

Add support for qualitygates/add_group #59

Closed samirtahir91 closed 2 years ago

samirtahir91 commented 2 years ago

Hi @shijl0925

Thanks for all your work on this project

Can we add qualitygates/add_group, it allows us to set group administer permission on individual quality gates as opposed to group global administer quality gate permissions

shijl0925 commented 2 years ago

It is unnecessary to provide parameter "organization" for the "api/qualitygates/add_group" API.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

samirtahir91 commented 2 years ago

It is unnecessary to provide parameter "organization" for the "api/qualitygates/add_group" API.

Have removed now :)

samirtahir91 commented 2 years ago

Thanks @shijl0925 - will there be a new release soon?

shijl0925 commented 2 years ago

Version 1.3.2 has been released now.

samirtahir91 commented 2 years ago

Version 1.3.2 has been released now.

Awesome thanks!