Corey Osman

Results 63 comments of Corey Osman

As a workaround I just changed the type to String and processed the incoming value. ``` flag [:exporters], desc: "List of exporters to transform the data", default_value: 'table,stdout', type: String...

@Salamek thanks for sharing. When @samrocketman created this, his intention was probably to solve a problem in the simplest way possible. Pretty sure he never intended this project to last...

Btw, I work in a secure environment and standing up new web services is frowned upon. So I have special needs. Thus bash and cron are easy to get going...

M$ just bought Github. Expect more users to gitlab.

1. UI is always easier, however I fixed this by making gitlab-mirrors consume a mirror list. So all that is needed is editing a yaml file in a gitlab repo....

I actually thought about a few enhancements too. Maybe you know of the top of your head. Given the api key we should be able to post the generated ssh...

I have recently added a feature to beaker that allows one to rsync all of the fixtures over. So I'll update the spec_helper to use this new feature.

@danieldreier Here is the bit to use rsync and the fixtures directory. https://github.com/nwops/retrospec-templates/blob/develop/module_files/spec/spec_helper_acceptance.rb.retrospec.erb#L33 I have not merged the update to master but if you want to try that out. Since...