Chris Cieslinski
Chris Cieslinski
Maybe because the centos7 docker image uses fakesystemd instead of systemd: https://groups.google.com/forum/#!topic/docker-user/ebCUAGNuO44 http://jperrin.github.io/centos/2014/09/25/centos-docker-and-systemd/ http://developerblog.redhat.com/2014/05/05/running-systemd-within-docker-container/ Not a problem in the centos6 image. Does the opscenter require centos7, or could 6 be...
Changing the DockerFile so it is using centos6 seems to work fine, except I had to also omit the line that installed hostname. Is there something in the opscenter that...
Is there a XQuery testing framework that outputs test coverage information? There were no plans to implement showing this information in sonar because I was not aware of any framework...
xray now seems to have some code coverage support so at least it is now possible to potentially support this.
There are various issues with sonar 4.3, there are some new things of handling paths and the like. I need to look into testing it with this version and making...
This should now be fixed with the 2.0 release
Exact same output as well? (same errors, etc.) The plugin no longer uses the "Violation" class. In your output do you still get this error: Sensor org.sonar.plugins.xquery.xqtest.XQTestSensor@10476fd9 done: 3 ms...
Yes, sorry, I was waiting for a response to my question, then I forgot. Do you get the exact same output as well? (same errors, etc.) The plugin no longer...
Should we allow multi-line? Might be easy if the whitespace is all consumed after the "(:" token? Maybe just start with the simple case?
I had kind of dropped off working on this a long time ago because it didn't seem useful to most, but maybe it is time to fix it. Where I...