Thomas Weißschuh

Results 35 issues of Thomas Weißschuh

When running under maven (and maybe other runners) we can access `sonar.links.scm`. This should allow us to calculate the baseurl, repository and project automatically (if the setting is correctly configured)

We should change the logic of approval of a PR to the configured quality gate instead of the number of issues. Cc @re-schneider @acopet

We should be able to somehow reuse the dependency injection of sonarqube to get rid of all the mocks.

Currently the plugin for ModemManager provides the firehose bootloader firmware to the kernel by modifying the kernels firmware loadpath. (See `fu_mm_setup_firmware_dir()` and `fu_common_set_firmware_search_path()`) This is modifying global configuration which can...

enhancement
help wanted

First implementation. Another, more robust approach could be use replace the use of String for `containerId` by a new datatype tracking the connection in addition to the container id.

http://shlomi-noach.github.io/common_schema/risks.html

This allows the span to be injected into a carrier before starting it. The usecase is a buildsystem where the build environment is defined before the build is executed. (Background...

question

I am trying to use `MockTracer` for unit testing. For this I execute my application and then validate the contents of `MockTracer.finishedSpans()`. For 0.32 I modified my application to take...