John Hogenmiller
John Hogenmiller
This fixes issue #42. Note - I also am relying on pull request #52. You may want to commit that first. Works with redmine 2.1 and ruby 1.8.
Adding source line for bundle install.
This allows you to specify a proxy server in the configuration file.
This allows _json to accept a wildcard for when there are many JSON columns that the user wants to convert. I hope this is useful. I've tested it on our...
With a straight yaml file format, we do end up with a disadvantage over the Vagrantfile's ruby format, the great if statement. if File.directory?(File.expand_path("../sisterproject")) config.vm.synced_folder "../sisterproject", "/sisterproject" end Being able...
In #131 we added image.repository. I'd also like to add an optional image.tag, while defaulting to Chart.AppVersion. However, before I make the PR, I am seeing that st2chatops and st2sensorcontainer...
First off, I am not overly familiar with the KISS protocol - i'm just a user when it comes to that. But I've been wanting to connect to a ip-based...
Provides the following: - Vagrant instance that provides a live confluence server. - API testing against the same (partially resolves #2) - tox to manage tests and test environments -...
This is something I'd like to see. On my resume, I have a proffessional summary paragraph, and then a bulleted list of highlights (technically, I listed them as skills or...
I can do a PR, but wanted to ask this as a question first. I want to build a custom st2 base image and then build the remaining st2 images...