Gavin Williams
Gavin Williams
I'm trying to use Grape for providing 'versioned' APIs with Padrino. I'd like to just mount a single `API` class in Padrino, e.g.: `Padrino.mount('API', :app_file => Padrino.root('api/base.rb'), :app_class => 'API::Base').to('/api')`...
Some small cleanups and updates to the module testing matrix. * Default to Puppet 6.x * Remove Puppet 4.x from testing as it's no longer supported. * Update the default...
Hey all, So I wanted to open this issue to give anyone watching an update on what's next for this module. Firstly, apologies from Elastic that this module has not...
This is useful to gracefully stop the Jenkins swarm process, for example when running in Kubernetes in conjunction with a preStop lifecycle hook. Signed-off-by: Gavin Williams - [x] Make sure...
This commit adds a new resource to configure Hashicorp Vault connections within TeamCity. Depends on https://github.com/cvbarros/go-teamcity/pull/91 TODO: - [ ] Add docs - [ ] Some more testing
Pick up the changes from #78 and merge master changes.
This PR takes the changes from #77 and fixes the merge conflicts. Also added a couple of other little bits: - https://github.com/cvbarros/terraform-provider-teamcity/commit/fb0fac5568100a67511250a42c29cf422b049c5d - Add some additional `Makefile` targets that I...
As per title, when rolling back a VM, the datetime of that VM gets out of sync... This causes issues when then come to use the rolled back VM... Is...
This is an initial commit adding support for managing Hashicorp Vault OAuthProvider connections. N.B: This requires the `HashiCorp Vault Support` plugin is installed within TeamCity Fixes #90
Hi there, It would be useful if this library supported managing TeamCity project connections. Initially, we're looking for support for Hashicorp Vault and GitHub, however there are a number of...