Daniel Mühlbachler-Pietrzykowski

Results 9 issues of Daniel Mühlbachler-Pietrzykowski

SonarQube seems to have deprecated SQALE: - http://javadocs.sonarsource.org/7.7/apidocs/deprecated-list.html - https://jira.sonarsource.com/browse/SQALE-277?jql=project%20%3D%20SQALE (see project name) For now, we are using the `sqale.xml` file to define, although only partly, the SQALE ratings of...

approved

Currently, when running the newly introduced integration test, only non-template rules (except a handful of problematic ones with the test project) are enabled. It would be nice to enable compatible...

approved

As per Sonar `RulePriority` is deprecated: https://github.com/SonarSource/sonarqube/blob/master/sonar-plugin-api/src/main/java/org/sonar/api/rules/RulePriority.java#L30 However, SonarQube itself still uses `RulePriority` as a return value, e.g. in their `ActiveRules`: https://github.com/SonarSource/sonarqube/blob/master/sonar-plugin-api/src/main/java/org/sonar/api/rules/ActiveRule.java#L120. Hence, once SonarQube removes their usage we can...

approved

In SQ 7.6 `org.sonar.api.batch.ScannerSide` got deprecated and replaced by `org.sonar.api.ScannerSide`. (see https://docs.sonarqube.org/display/DEV/API+Changes) However, injections of both annotations differ, for example does the new annotation not inject a `JavaResourceLocator` anymore and,...

approved

fixes #431 updates CS to 10.3.3

blocked by: - https://github.com/pulumi/pulumi-java/issues/1118 - https://github.com/pulumi/pulumi-java/issues/1110 - https://github.com/pulumi/pulumi-java/issues/1109 - https://github.com/pulumi/pulumi-java/issues/1406

enhancement

Hi, we recently got our aircon and when integrating it with HA, I realized that the aurcon also supports a sleep mode. Sleep mode is different to quiet/eco mode as...

Since a couple of days I got sporadic errors that downloading the provider doesn't work with the same error happening now all the time. It looks like Pulumi doesn't pick...