From bf13167363477e059f2e5c52f6426db711008e6b Mon Sep 17 00:00:00 2001 From: Greg Schueler Date: Sat, 18 Jan 2014 11:28:06 -0800 Subject: [PATCH] Update project status --- src/changes/changes.xml | 17 +++++++++++++++++ src/site/confluence/status.confluence | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7a679ae..9263e66 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,6 +22,23 @@ Vincent Behar + + + Execution State - Retrieve workflow step and node state information + + + Execution Output with State - Retrieve log output with state change information + + + Execution Output - Retrieve log output for a particular node or step. + + + Execution Info - added successfulNodes and failedNodes detail. + + + Remove deprecated RundeckClient methods. + + Issue #7: Fix authentication to Tomcat container (thanks @katanafleet) diff --git a/src/site/confluence/status.confluence b/src/site/confluence/status.confluence index a665d74..3a3d96b 100644 --- a/src/site/confluence/status.confluence +++ b/src/site/confluence/status.confluence @@ -92,4 +92,4 @@ h2. RunDeck API version 10 * Execution Output with State - Retrieve log output with state change information - OK * Execution Output - Retrieve log output for a particular node or step - OK * Execution Info - added successfulNodes and failedNodes detail. - OK -* Deprecation: Remove methods deprecated until version 10. - *TODO* +* Deprecation: Remove methods deprecated until version 10. - OK