yoyama
yoyama
Scalamock with LogSupport cause the compilation error as follows. - airframe 19.10.1 - scalamock 4.4.0 ```Scala import org.scalamock.scalatest.MockFactory import wvlet.log.LogSupport class Target extends LogSupport class TargetTest extends MockFactory { val...
I would like to use this plugin with scala 2.12.x and sbt 1.x. #27 supported them and but I can't find the package in bintray. Can I use 2.0.0-SNAPSHOT ?
Order of task log by 'digdag log ' cli is wrong. ``` _retry: 2 +task1: sh>: "sleep 2 && echo aaa" +task2: sh>: "sleep 2 && echo bbb" +task3: sh>:...
This PR is port from Treasure Data on `require>` - Fix the failure related to resource limitation - Fix the failure related to multiple attempts for a session - Support...
The last release of Jdbi2 is on 2017. It is 5 years ago. We should migrate to Jdbi3. This PR try to migrate to Jdbi3 experimentally. Unfortunately Jdbi3 is not...
I got a report from TD internal about broken dependency of `digdag-client`. It may need `javax.servlet-api` as dependency. Need an investigation and fix it if needed. When a user try...
- cron4j is very old library and should be replaced. Candidate is [cron-utils](https://github.com/jmrozanec/cron-utils) - In the replacement, keep the compatibility strictly. - Support other cron dialect like `unix`, `quartz` -...
EcsCommandExecutor supports two ways to get task definition. One is from TaskDefinitionArn and Others is from tag. Firstly it tries to find a task definition from the arn and if...
gcs_wait> operator should have timeout related parameters. Design and specification should be common with s3_wait> as much as possible. s3_wait> timeout is implementing in #1280.