andreoss
andreoss
Add method for charging this flag for custom comparators.
Is there an option to start dind or expose hosts docker daemon from the container? This feature is needed by testcontainers library, which does require docker environment
It would be nice to have an abilty to run `rultor` commands locally (in a Docker container), in a manner you can do it with travis https://stackoverflow.com/questions/21053657/how-to-run-travis-ci-locally/49019950#49019950
Github provides "draft pull request" feature - Zerocrat assigns such PRs before they are marked ready, which is inconsistent with the feature. - Zerocrat should assign a reviewer, after the...
@andreoss @dependabot[bot] Oops, I failed. You can see the full log [here](https://www.rultor.com/t/26088-1165561316) (spent 11min) ``` at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)...
Follow up of the discussion in #100: Proposal: A special method for doing transactions instead of "START TRANSACTION" & `autocommit(false)`, i.e ``` new JdbcSession(source) .transaction(session -> { ..... any exception...
> @rultor release, tag is `0.17.6` @andreoss @baudoliver7 Oops, I failed. You can see the full log [here](https://www.rultor.com/t/24376-824564286) (spent 12min) ``` at com.github.maven.plugins.site.SiteMojo.createBlob (SiteMojo.java:294) at com.github.maven.plugins.site.SiteMojo.execute (SiteMojo.java:356) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)...
**Affects PMD Version:** 6.10.0 **Rule:** TestClassWithoutTestCases https://pmd.github.io/latest/pmd_rules_java_errorprone.html#testclasswithouttestcases **Description:** When a test class is extended from some parent class, the following check is triggered: **This class name ends with Test but...
it would be nice to be able to use `scp` ``` interface Shell { .... void copyToLocal(String path); // scp remote:path . void copyFromLocal(String path); // scp path remote: }...
Per #1161 - Add `rust.eo` and `ffi.eo` - Add `to-rust.xsl` - Add todos