upgrade CLI tools to use webapi v1
Reported by Greg Schueler | April 28th, 2011 @ 04:40 PM | in Rundeck 1.3 (closed)
The CLI tools use deprecated webservice calls, they should be updated to use the web API v1
Comments and changes to this ticket
-
Deleted User April 29th, 2011 @ 10:18 AM
- State changed from new to resolved
(from [09303ced6e99b7766662a741d2088f045bb2dfd6]) Add API based implementation for CLI tools [#274 state:resolved] https://github.com/dtolabs/rundeck/commit/09303ced6e99b7766662a741d...
-
Deleted User June 24th, 2011 @ 01:27 PM
- Milestone order changed from 30 to 0
-
Greg Schueler June 24th, 2011 @ 01:30 PM
- Tag set to enhancement, tools
- State changed from resolved to needs_verification
- Assigned user set to Greg Schueler
-
Greg Schueler July 6th, 2011 @ 02:55 PM
- State changed from needs_verification to open
rd-queue fails with
Error: Failed request to list the queue: parameter "project" is required
the API request requires project parameter. The tool will have to be updated to include
-p
option for the "list" action -
Deleted User July 6th, 2011 @ 06:50 PM
(from [f82cd5e749b828b1ab4b316255a515b1a4cbc23c]) Update cli tool API support [#274] https://github.com/dtolabs/rundeck/commit/f82cd5e749b828b1ab4b31625...
-
Greg Schueler July 7th, 2011 @ 10:46 AM
updated CLI tools to address a few other problems: rd-queue now requires -p parameter, and correctly lists queue for the project.
run
tool correctly accepts -i "uuid".run
tool correctly determines job ID if you use a job name.added rd-queue tool test to the test.sh script.
needs independent verification of cli tool functionality
-
Greg Schueler July 7th, 2011 @ 11:10 AM
- State changed from open to needs_verification
-
Alex-SF July 8th, 2011 @ 11:22 AM
rd-queue -p option is defaulted if there is one project. The run command actually requires
a -p option. -
Alex-SF July 8th, 2011 @ 11:23 AM
- State changed from needs_verification to open
Add project defaulting to "run" if just one project exists.
-
Greg Schueler July 12th, 2011 @ 08:02 PM
- State changed from open to needs_verification
- Milestone order changed from 31 to 0
moved run project defaulting to issue #384
-
Alex-SF July 14th, 2011 @ 12:35 PM
- State changed from needs_verification to verified
-
Greg Schueler July 14th, 2011 @ 12:58 PM
(from [5dcbe7c618100e644cefcc346968068ec1ece3bc]) Update api version used by CLI client to 2 to enable use of v2 parameters in /jobs endpoint [#274] https://github.com/dtolabs/rundeck/commit/5dcbe7c618100e644cefcc346...
-
Alex-SF July 14th, 2011 @ 01:13 PM
- State changed from verified to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues
People watching this ticket
Tags
Referenced by
- 270 rd-jobs fails with "Response content unexpectedly empty" closing this as it will be solved by #274
- 274 upgrade CLI tools to use webapi v1 (from [09303ced6e99b7766662a741d2088f045bb2dfd6]) Add API...