Martin Foot

Results 10 issues of Martin Foot

### mysqld_exporter version: output of `mysqld_exporter --version` `prom/mysqld-exporter:v0.10.0` ### MySQL server version Percona Server 5.6 (`percona/5.6`image, currently `5.6.47`) ### mysqld_exporter command line flags `/bin/mysqld_exporter` (none) ### What did you do...

It looks like the commit that added the lib/gpio/outputs folder was on June 13th, but the version number wasn't bumped past 0.0.6. The version on rubygems is 0.0.6 but dates...

I previously had the following in `pom.xml`: ```xml ${project.groupId} ${project.artifactId} ${project.version} libyear-report analyze install ``` The idea was to execute the current version of the plugin when running `mvn install`...

The plugin should support Maven's Batch Mode (no colours) and default to using colours if the output is a TTY. As an example, the NodeJS libyear plugin output looks like...

Maven has the ability to specify version ranges. Currently, those are not supported (or tested). This issue is to add support.

Large projects have a lot of dependencies, and most of them are not likely to cause major issues if they're less than e.g. 0.5 years old. The plugin could provide...

I've seen a failure in a multi-module project with this pom structure: ```xml groupId artifactID ${project.version} ``` The version is defined in the parent project. EDIT: Output is as follows:...

Currently, the minimum Maven version for the plugin is the one I'm using locally, 3.6.3. It's very likely that previous versions of Maven work. I need to add some automated...

GitHub has documentation for [publishing Java packages with Maven](https://docs.github.com/en/actions/publishing-packages/publishing-java-packages-with-maven). This issue is to investigate and potentially implement that in this project.

https://libyear.com/ mentions a `--releases` flag which outputs a "number of releases behind" measure rather than a "years behind latest version" measure. This issue is to investigate if that's feasible here...