Libor Ryšavý
Libor Ryšavý
We need pull requests to be automatically checked (tests, style, coverage, etc.) See https://github.com/marketplace/category/continuous-integration
It would be fine to have suite of "end-to-end integration" tests preventing regression. Infrastructure for unit tests is done, but we miss support for UI tests and mocking of AWS...
There's a lot of empty catch blocks in code and some with printStackTrace(). We need to handle these properly - log them and display to user if appropriate (use own...
Lot of code in SimpleGlacierUploader takes care about logging. Replace it e.g. with slf4j and logback and various appenders.
Surefire is using `surefire.failIfNoSpecifiedTests`, but failsafe used `it.failIfNoSpecifiedTests`. Error msg is then pointed to nonexistent property: `No tests matching pattern "..." were executed! (Set -Dfailsafe.failIfNoSpecifiedTests=false to ignore this error.)` Following...
### Description [Doc](https://dmp.fabric8.io/#docker:start) for `platform` element says: "May be set with property docker.platform." Tried to use `-Ddocker.platform=linux/amd64`, but it did nothing. I had to add `linux/amd64` into pom.xml to make...
This action is taking the `run_started_at` (second precision) from the `/repos/{owner}/{repo}/actions/runs/{run_id}` api and then waiting for only strictly older workflows to finish. If one runs multiple workflows in a single...