rundeck-ruby icon indicating copy to clipboard operation
rundeck-ruby copied to clipboard

Rundeck Ruby Client - A Ruby wrapper around the Rundeck API

Results 16 rundeck-ruby issues
Sort by recently updated
recently updated
newest added

Hi Dblessing, in another issue of the repository you commented that you could transfer the maintenance of the repository. I would be interested in taking management of the gem. I...

Hi, The link to http://blessing.io/rundeck-ruby/ seems broken

Tasks for Part 2: - [ ] Fix Execution - [x] Fix Job - [ ] Combine cassettes - Cassettes support more than one HTTP request each. Use one (or...

Support the more advanced endpoints - [ ] [Execution Output](http://rundeck.org/docs/api/index.html#execution-output) - [ ] [Execution output with state](http://rundeck.org/docs/api/index.html#execution-output-with-state)

enhancement

RunDeck may return YAML or JSON data depending on the request header. However, although the gem supports data export via yaml, internally it does everything via xml, including getting jobs....

`+` gets transformed into `' '` (space) when submitted to Rundeck API. See the last few comments on https://github.com/criteo-cookbooks/rundeck-server/issues/8

There was a bug in Rundeck pre-2.4.0 that caused some v11+ endpoints to be wrapped in the `` element. This client was coded according to that bug. If we simply...

If a user instantiates multiple client objects the `base_uri` won't be set correctly because it's a class method. See https://github.com/dblessing/rundeck-ruby/blob/master/lib/rundeck/request.rb#L58 HTTParty doesn't support setting this another way. We will have...

bug

Create a 'getting started' guide using the Rundeck Anvils demo.

website
documentation