7
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update to Gradle 6.8 to benefit from improved property file input normalization More... about 4 years ago
Re-enable build cache on Appveyor. Do not reuse build cache for test tasks between windows and unix-like operating systems. More... about 4 years ago
Switch to a version of webdriver binaries gradle plugin which does not render tests tasks in projects it is applied to not cacheable. More... about 4 years ago
Pass geb.build.reportsDir system property via a CommandLineArgumentProvider instead of setting it on the task. Add geb reports dir to outputs for cloud browser test tasks. More... about 4 years ago
Remove no longer necessary configuration of test tasks. More... about 4 years ago
Strip timestamp comments from cloud browser specification system property. More... about 4 years ago
Fix continuation indent setting for Groovy files in Intellij config More... about 4 years ago
Switch to using coderay as the source highlighter in the manual. More... about 4 years ago
Add contributors badge to readme More... about 4 years ago
Add CI verification for the recently added asciidoctor-extension module More... about 4 years ago
Switch away from using asciidoctorj-groovy-dsl for implementing asciidoctor extensions because it breaks cacheability of the task which generates the manual from asciidoc More... about 4 years ago
Fix relocatability of asciidoctor task More... about 4 years ago
Merge remote-tracking branch 'origin/master' More... about 4 years ago
Enable build cache for bundleSemantic task More... about 4 years ago
Simplify task configuration More... about 4 years ago
Merge pull request #167 from kriegaex/patch-1 More... about 4 years ago
Merge remote-tracking branch 'origin/post-4.0' More... about 4 years ago
Begin next version More... about 4 years ago
Increase the number of retries when closing and releasing staging repositories in Sonatype's Nexus as part of the release process. More... about 4 years ago
Version 4.0 More... about 4 years ago
Upgrade Asciidoctor Gradle plugin cause the asciidoc task was not cacheable in the previously used version More... about 4 years ago
Move lifecycle calls on GebTestManager in Spock integration from the base class to an extension to make it easier to use the integrationg without extending GebSpec More... about 4 years ago
Introduce ManagedGebTest and merge HasReportingTestManager and HasTestManager into it. More... about 4 years ago
Minor simplification in reporting on failure implementation for Spock integration More... about 4 years ago
Add a CI verification job for internal modules More... about 4 years ago
Pass Gradle cache writer key passphrase on to the manually started docker containers in CI More... about 4 years ago
Disable build cache on AppVeyor More... about 4 years ago
Do not use system properties set on test tasks to pass location of webdriver binaries so that they are cacheable between CI and local More... about 4 years ago
Switch from changing base reporting dir on CI to adding a task copying reports into the CI specific destination so that tasks writing reports are cacheable between CI and local More... about 4 years ago
Upgrade to Groovy 2.5.14. Fix AttributeAccessingMetaClass not to fail when getAttribute() is called with a class and not an instance as the first argument. More... about 4 years ago