Mark Jaffe

Results 18 issues of Mark Jaffe

We've tried Fargate, but moving most of our microservices to kubernetes. Sonarsource has [support for this](https://docs.sonarqube.org/9.9/setup-and-upgrade/deploy-on-kubernetes/deploy-sonarqube-on-kubernetes/), I'm looking for TF implementation of that.

Grabbed sonar-runner-2.5-RC1 from https://repo1.maven.org/maven2/org/sonarsource/sonar-runner/sonar-runner-dist/2.5-RC1/ Added capability to get stack-trace using SONAR_RUNNER_ARGS since SONAR_RUNNER_OPTS was in the wrong position in JAVA_CMD string

Where should the database be located and in what format? I tried using d/b file from Mac KeePass and it failed to authenticate, and I don't know where to look...

Using the sonarqube-prometheus-exporter-1.0.0.jar, with SonarQube 8.9+ (currently running 9.2.4-developer edition) we are seeing metrics rendered as: ``` # HELP sonarqube_bugs Bugs # TYPE sonarqube_bugs gauge sonarqube_bugs{key="npvr-nextgen-entitlement-lib",name="entitlement-lib",} 0.0 sonarqube_bugs{key="udf-danube-transformer",name="danube-distro-udf",} 0.0 sonarqube_bugs{key="voice-ga-c2c-service",name="voice-ga-c2c-service",}...

Hi, trying to authenticate to Jenkins on https, I am getting failure even with correct login credentials. I attempted using curl and the method returning correct results is: curl -g...

I am trying to run code in Chapter04/Step04 and getting this error when applying 'grunt dist' [master]mjaffe@Jaffs-MacBook-Pro:~/Development/Javascript/AngularUI/AngularUI-Code/Chapter04/Step04-Master-Detail $ grunt dist Loading "grunt-karma.js" tasks...ERROR >> TypeError: Cannot read property 'prototype' of...

Not many of our projects use Cobertura, most use Jacoco. Is there any way to eliminate the warnings if cobertura is absent from the project?

I'm running cloudposse/atlantis container and when I try to install okta-aws-cli it complains: ``` Exception in thread "main" java.lang.UnsupportedClassVersionError: com/okta/tools/ListRoles has been compiled by a more recent version of the...