Quinten Krijger

Results 21 issues of Quinten Krijger

For instance an image that insert some data into a database

code quality
documentation

This issue was produced on v 0.6.0 in combination with using a log marker.

bug

This will allow Stackwork to mirror `docker-compose up` against the current code-base for manual testing, probing and such. The job will still be finalized by stopping, so it is clean.

enhancement

Feature request by @wouterd . Proposed configuration: ``` { moduleType = DELIVERABLE_IMAGE imageName = 'my-image' tags = ['my-tag', "$project.version"] } ``` tags then defaults to `["$project.version"]` in order to maintain...

enhancement

The test are becoming a bit much. See if usage of the https://docs.gradle.org/current/userguide/test_kit.html can make the code cleaner and hopefully execute faster as well

code quality