Greg Schueler
|
c86a9a1b6e
|
Support history query v5 additions
|
2012-08-24 15:31:57 -07:00 |
|
connaryscott
|
4d8959a0fa
|
committed changes submitted by dto client
|
2012-08-18 10:35:26 -07:00 |
|
Vincent Behar
|
985474989b
|
direct link to rundeck api documentation
|
2011-12-04 17:05:09 +01:00 |
|
Vincent Behar
|
6e1ed1f6b8
|
fix link to rundeck api 2 documentation
|
2011-12-04 17:03:45 +01:00 |
|
Vincent Behar
|
7964e1bb36
|
Merge branch 'betamax'
|
2011-12-03 16:48:14 +01:00 |
|
Vincent Behar
|
12f9be31f8
|
upgrade maven fluido skin -> 1.0
|
2011-12-03 15:39:02 +01:00 |
|
Vincent Behar
|
8f35f8ef5e
|
test maven-fluido-skin
|
2011-10-15 17:54:49 +02:00 |
|
Vincent Behar
|
15683eda2a
|
use betamax to unit-test HTTP requests without a live RunDeck instance
|
2011-09-18 18:14:08 +02:00 |
|
Vincent Behar
|
ef9c03d4b8
|
fix links to the RundeckClient javadoc (changed after the migration to doclava)
|
2011-08-03 22:10:23 +02:00 |
|
Vincent Behar
|
60a7bf58b3
|
use google's doclava for generating javadoc (better looking look and feel, with search capabilities)
|
2011-08-03 21:55:40 +02:00 |
|
Vincent Behar
|
f214912215
|
prepare release 2.0
|
2011-08-01 19:56:32 +02:00 |
|
Vincent Behar
|
d28b7d7064
|
better description for version 2.0 in changelog
|
2011-08-01 14:02:42 +02:00 |
|
Vincent Behar
|
e0e801427c
|
fix typo
|
2011-08-01 14:01:26 +02:00 |
|
Vincent Behar
|
9fc5684ea3
|
use a custom user-agent
|
2011-08-01 13:54:00 +02:00 |
|
Vincent Behar
|
5b29add352
|
add documentation for the token-based authentication
|
2011-08-01 13:32:00 +02:00 |
|
Vincent Behar
|
7af15bb237
|
refactoring the testAuth methods
|
2011-08-01 13:31:37 +02:00 |
|
Vincent Behar
|
05e3b54977
|
start implementation of the token-based authentication
|
2011-07-31 23:05:05 +02:00 |
|
Vincent Behar
|
e5cb20a03c
|
remove workaround for a bug fixed in 1.3 (see http://rundeck.lighthouseapp.com/projects/59277/tickets/248 )
|
2011-07-31 20:30:30 +02:00 |
|
Vincent Behar
|
3ad214d498
|
next version will be 2.0 (for RunDeck 1.3 - API 2)
|
2011-07-31 20:16:05 +02:00 |
|
Vincent Behar
|
9dd61ad832
|
prepare release 1.2
|
2011-07-31 19:55:31 +02:00 |
|
Vincent Behar
|
3b6892e3b7
|
fix javadoc (tag @see)
|
2011-07-31 19:53:18 +02:00 |
|
Vincent Behar
|
266679acb5
|
add link to changelog in the website
|
2011-07-31 19:47:34 +02:00 |
|
Vincent Behar
|
a7f2a29c30
|
finish the implementation of the (events) history listing
|
2011-07-31 19:47:12 +02:00 |
|
Vincent Behar
|
e1b8ef0bea
|
start working on the (events) history listing
|
2011-07-29 17:31:14 +02:00 |
|
Vincent Behar
|
8cd155f818
|
javadoc
|
2011-07-29 15:36:34 +02:00 |
|
Vincent Behar
|
d8a5c1ac7d
|
new feature : run/trigger ad-hoc script
|
2011-07-29 15:20:39 +02:00 |
|
Vincent Behar
|
28ec478986
|
prepare release 1.1
|
2011-07-28 21:48:09 +02:00 |
|
Vincent Behar
|
4bb6daabc3
|
changelog for yaml support
|
2011-07-28 17:34:52 +02:00 |
|
Vincent Behar
|
b5f619536b
|
support YAML format when exporting jobs definitions
|
2011-07-28 17:27:40 +02:00 |
|
Vincent Behar
|
57a12e44ad
|
add methods to list job executions with a status provided as String
|
2011-07-28 15:00:27 +02:00 |
|
Vincent Behar
|
2cac570478
|
new feature : import jobs
|
2011-07-28 14:21:44 +02:00 |
|
Vincent Behar
|
b34a6e39db
|
follow redirects to /api/error for POST and DELETE requests
|
2011-07-26 14:26:08 +02:00 |
|
Vincent Behar
|
3a17ffafb1
|
website update
|
2011-07-12 15:55:51 +02:00 |
|
Vincent Behar
|
b134c5bf1c
|
prepare release 1.0
|
2011-07-08 20:23:47 +02:00 |
|
Vincent Behar
|
120f4bd0fc
|
cleanup website content for 1.0
|
2011-07-08 18:10:21 +02:00 |
|
Vincent Behar
|
bda26b4fa6
|
add new webpage with the status of the implementation of the rundeck api (instead of TODO file)
|
2011-07-08 17:39:38 +02:00 |
|
Vincent Behar
|
42e074e286
|
fix findbugs warnings
|
2011-07-08 17:20:07 +02:00 |
|
Vincent Behar
|
00df85a93a
|
complete mapping for a project info
|
2011-07-08 17:02:03 +02:00 |
|
Vincent Behar
|
10d4792ad0
|
run/trigger ad-hoc commands : implement parameters nodeThreadcount & nodeKeepgoing
|
2011-07-08 16:46:54 +02:00 |
|
Vincent Behar
|
bb14e9414c
|
fix PMD warnings (empty catch blocks)
|
2011-07-08 16:09:17 +02:00 |
|
Vincent Behar
|
aed16bfe69
|
add new methods to export a single job definition
|
2011-07-08 16:06:46 +02:00 |
|
Vincent Behar
|
fc890dc7a2
|
add support for retrieving rundeck system info
|
2011-07-08 15:36:14 +02:00 |
|
Vincent Behar
|
4b884c95df
|
add some tests
|
2011-07-08 15:04:34 +02:00 |
|
Vincent Behar
|
251a8f661e
|
fix typo in javadoc + format code
|
2011-07-08 14:39:03 +02:00 |
|
Vincent Behar
|
46586235c4
|
add 2 new methods for execution duration, that returns human-readable strings
|
2011-07-07 18:24:55 +02:00 |
|
Vincent Behar
|
3fb872d8a5
|
fix typo : library, not librairie
|
2011-07-07 17:43:47 +02:00 |
|
Vincent Behar
|
0487b209f1
|
add example of exporting jobs to file
|
2011-07-07 17:10:59 +02:00 |
|
Vincent Behar
|
1594773a79
|
add support for exporting jobs (to file)
|
2011-07-07 17:05:50 +02:00 |
|
Vincent Behar
|
64e0c346d3
|
add support for deleting a job
|
2011-07-07 15:06:46 +02:00 |
|
Vincent Behar
|
01cd512b0b
|
internal refactoring : use a generic parser for list of elements
|
2011-07-06 22:58:09 +02:00 |
|