Tim Chen

Results 34 comments of Tim Chen

I'm not sure what is meant by flagset I tried ``` var a string var b string aOrB := pflag.NewFlagSet("aorb", pflag.ContinueOnError) aOrB.StringVarP(&a, "a", "a", "", "Set A") aOrB.StringVarP(&b, "b", "b",...

@nartc can you share an example project with this working?

Hi @svscorp I don't know of any plans to add a jenkins plugin. Perhaps @harawata might know of one. In the past, I've used [migrations-maven-plugin](https://github.com/mybatis/migrations-maven-plugin) and also a gradle plugin...

Hi @Bessonov . This is nice work! I'll try to answer some of your questions but am not exactly sure what you are asking in some cases: 1. The idea...

I actually thought about using jcommander when I was refactoring the options parsing but stayed away from it at the time because it was pretty new at the time and...

Hi @harawata! Sorry for the late response. I've been away. The problem isn't with the custom migration loader, it's due to when it reads environment/xx.properties This is assumed to be...

@chb0github I've been considering allowing configurations to be handled differently for a while, including allowing overrides (would be great for different environments that mostly share the same values) and allowing...

Sorry there is not @Anonymous-Coward. I half started one but never published it. I'll talk to @harawata about completing and adding it to release

What do you achieve from having this in migrations core vs just adding it as your own `ScriptBasedMigrationLoader` other than having to be supported in migration core? I can think...

@hibaymj @litwicki I appreciate the enthusiasm. But I fail to see how it's currently NOT opened up to those other stacks. I use it myself in many non java/jvm projects...