Levon Saldamli
Levon Saldamli
Created predefined incrementers: - createMajorRC: Create a prerelase with -RC1 for the next major version - createMinorRC: Create a prerelease with -RC2 for the next minor version - incrementPrereleaseOrMinor: Increment...
It would be useful if patch version was optional, i.e. versions could be 1.3, 1.3-RC1 etc. I'm using the axion-release-plugin which uses jsemver, and this pull request making patch version...
After waiiting a while, maybe 10-15 minutes, and clicking "Avbryt", I end up on a page showing "Felmeddelande: Din session har avslutats på grund av inaktivitet.". Is the search really...
Is it correct that timeout failures aren't caught by this extension and retried? I get a test that fails with `geb.waiting.WaitTimeoutException: condition did not pass in 20.0 seconds (failed with...
It would be nice if `expect_equal` printed the values even when sizes differ. Example: ```R > a b testthat::expect_equal(a,b) Error: `a` not equal to `b`. Lengths differ: 1 is not...
Is it possible to generate a list of failed tests, where each entry is only the test name and folded and clickable to show the logs? This would give a...
I've added test resources to the webapp using gretty's webAppCopy: ``` gradle webappCopy { from "$projectDir/src/test/resources" include "**/*" } ``` But this affects the war task from the war plugin...
Would it be possible to support inclusion/exclusion of an entire configuration? For example, I have the following solution right now: ``` gradle configurations.provided.allDependencies.each { dep -> shadowJar { dependencies {...
Is there a reason for the dependency to xjcplugins, e.g. cxf-xjc-boolean? It seems like the latest version of that plugin is 3.0.5, while the latest cxf version is 3.1.6, and...
### Software versions Python version : 3.10.2 (main, Oct 11 2022, 14:44:11) [Clang 14.0.0 (clang-1400.0.29.102)] IPython version : (not installed) Tornado version : 6.0.3 Bokeh version : 3.4.1 BokehJS static...