You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.
Add support for SonarQube properties by adding custom puppet type and provider:
properties
.Type description
This type should manage properties (create, update, delete).
Provider description
There should be a default provider that will use SonarQube API http://docs.sonarqube.org/pages/viewpage.action?pageId=2392170#WebService/api/properties-GetaListofProperties
GET /api/properties
-->GET http://nemo.sonarqube.org/api/properties/?format=json
POST /api/properties
-->curl -u admin:admin -X POST http://localhost:9000/api/properties?id=myProperty&value=myValue
DELETE /api/properties
-->curl -u admin:admin -X DELETE http://localhost:9000/api/properties/myProperty
The text was updated successfully, but these errors were encountered: