python-sonarqube-api
python-sonarqube-api copied to clipboard
Python Client library for interacting with Community, Developer, and Enterprise Editions SonarQube's REST APIs and SonarCloud's REST APIs.
Dear @shijl0925 Your project is awesome to work in a very interactive way with python and sonar. The only problem is when your sonarqube does not have a valid ssl....
Hello, When I try to list the items of generators which are return values of functions such as `sonar.users.search_users` or `sonar.projects.search_projects()`, I am getting the following error. I updated the...
Hi, I want to get project name's git lab repository url, but I don't know how to get ALM setting key. Please help me, thanks! SonarQube Server Version: Community EditionVersion...
I am using SonarQubeClient(..).measuers.get_component_tree_with_specified_measures(metricKeys="code_smells,bugs,vulnerabilities,coverage") returns proper value for bugs and vulnerabilies but returns 0 for code_smells and coverage most of the times. This behaviour happens randomly. ( Some days it...
sonar.qualityprofiles.get_projects_associate_with_quality_profile(key="") api call is not working with sonarQube version - 7.1 but working with version : 7.9.6 Hi Team, I am writing python script using “python-sonarqube-api” module to get a...
change get_template_users to get_template_groups in line 102
this works fine `issues1 = list(sonar.issues.search_issues(componentKeys="my_project", branch="develop"))` but...OK only if the default quality profile is the default one ('sonar way'). If a given rule has been modified (let's say its...
Trying to import as per the docs I'm getting the following error `cannot import name 'SonarQubeClient' from partially initialized module 'sonarqube' (most likely `due` to a circular import)`
I can no longer update the settings although the [documentation](https://python-sonarqube-api.readthedocs.io/en/latest/examples/settings.html) indicates that it is possible. This [commit](https://github.com/shijl0925/python-sonarqube-api/commit/dbdd3d0ad2559ee7fe98af6cc338b5ad1744c928) breaks the compatibility of my app, is there a workaround to update SonarQube...
Before purchasing the professional license, please clarify the following and add the info on the website for other who are interested in buying it: - no of users allowed per...