11 Jun, 2013
1 commit
-
… workflow started by scheduler has a user task in it http://sources.forgerock.org/cru/CR-1817: Fix the display of workflows which originate from scheduled processes git-svn-id: https://svn.forgerock.org/openidm/trunk@2211 d98387aa-ee2c-4292-a9e6-504d2a719fd3
10 Jun, 2013
1 commit
-
…riptExceptions during recon. git-svn-id: https://svn.forgerock.org/openidm/trunk@2209 d98387aa-ee2c-4292-a9e6-504d2a719fd3
07 Jun, 2013
1 commit
-
so that shutdown.sh still works git-svn-id: https://svn.forgerock.org/openidm/trunk@2206 d98387aa-ee2c-4292-a9e6-504d2a719fd3
06 Jun, 2013
2 commits
-
from outside openidm root directory. Add copyright notices. git-svn-id: https://svn.forgerock.org/openidm/trunk@2205 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2204 d98387aa-ee2c-4292-a9e6-504d2a719fd3
05 Jun, 2013
2 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2202 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2201 d98387aa-ee2c-4292-a9e6-504d2a719fd3
04 Jun, 2013
3 commits
-
…g recon audit log entries. git-svn-id: https://svn.forgerock.org/openidm/trunk@2200 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Also, align standalone audit schema sample from OPENIDM-1310 to internal repo schema. Also, remove repository logging in audit sample (the point was to show sending audit logs to an external schema). git-svn-id: https://svn.forgerock.org/openidm/trunk@2199 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
the scriptedsql audit sample. git-svn-id: https://svn.forgerock.org/openidm/trunk@2198 d98387aa-ee2c-4292-a9e6-504d2a719fd3
31 May, 2013
2 commits
-
Provide an OpenICF/ScriptedSQL sample. git-svn-id: https://svn.forgerock.org/openidm/trunk@2191 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2190 d98387aa-ee2c-4292-a9e6-504d2a719fd3
29 May, 2013
3 commits
-
…e response to reads on nodes that have shutdown normally. git-svn-id: https://svn.forgerock.org/openidm/trunk@2186 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2185 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
… the Oracle and MSSQL repositories to support the latest changes to the Audit Logger Service and the Cluster Management Service. git-svn-id: https://svn.forgerock.org/openidm/trunk@2184 d98387aa-ee2c-4292-a9e6-504d2a719fd3
28 May, 2013
1 commit
-
… with default of query-all-ids query git-svn-id: https://svn.forgerock.org/openidm/trunk@2181 d98387aa-ee2c-4292-a9e6-504d2a719fd3
24 May, 2013
1 commit
-
…erence to ClusterMangementService instead of SCR annotations as an "optional" service. git-svn-id: https://svn.forgerock.org/openidm/trunk@2177 d98387aa-ee2c-4292-a9e6-504d2a719fd3
23 May, 2013
3 commits
-
…Service is not available (so that it detects when the RepoService is not available), added a unregister method to ClusterManagementService. git-svn-id: https://svn.forgerock.org/openidm/trunk@2174 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…gs to time out hanging connections when the repo is unavailable. git-svn-id: https://svn.forgerock.org/openidm/trunk@2172 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
This change updates the audit conf documentation to include the renamed property. It also reworks that section a bit, as the way in which it was broken up (with everything under the "Event Types" heading) was confusing. git-svn-id: https://svn.forgerock.org/openidm/trunk@2170 d98387aa-ee2c-4292-a9e6-504d2a719fd3
22 May, 2013
5 commits
-
…figs to time out hanging connections when the repo is unavailable. git-svn-id: https://svn.forgerock.org/openidm/trunk@2169 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Phase 1 of OPENIDM-1310 to allow audit logging to any target This allows audit logging for specific eventTypes to be directed to specific targets by configuring a "logTo" property for the eventType in audit.json: { "eventTypes" : { "activity" : { "filter" : { "actions" : [ "create", "update", "delete", "patch", "action" ] }, "logTo" : [ { "logType" : "csv", "location" : "activity", "recordDelimiter" : ";" } ], "watchedFields" : [ ], "passwordFields" : [ "password" ] }, "recon" : { "logTo" : [ { "logType" : "csv", "location" : "recon", "recordDelimiter" : ";" } ] } }, "logTo" : [ { "logType" : "csv", "location" : "audit", "recordDelimiter" : ";" }, { "logType" : "repository", "useForQueries" : true } ], "exceptionFormatter" : { "type" : "text/javascript", "file" : "bin/defaults/script/audit/stacktraceFormatter.js" } } sets activity to log to activity.csv, recon to log to recon.csv, and all other events to log to audit.csv and the configured repository. git-svn-id: https://svn.forgerock.org/openidm/trunk@2168 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…e without disturbing currently running syncs/recons. git-svn-id: https://svn.forgerock.org/openidm/trunk@2167 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2165 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2164 d98387aa-ee2c-4292-a9e6-504d2a719fd3
21 May, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2163 d98387aa-ee2c-4292-a9e6-504d2a719fd3
18 May, 2013
1 commit
-
…ow for permissive performAction git-svn-id: https://svn.forgerock.org/openidm/trunk@2161 d98387aa-ee2c-4292-a9e6-504d2a719fd3
17 May, 2013
3 commits
-
…o pass along "this" for access to "openidm" from the loaded script. git-svn-id: https://svn.forgerock.org/openidm/trunk@2160 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
… in activity audit log. git-svn-id: https://svn.forgerock.org/openidm/trunk@2159 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…In Activity Log For "parentActionId" Parameter) git-svn-id: https://svn.forgerock.org/openidm/trunk@2155 d98387aa-ee2c-4292-a9e6-504d2a719fd3
16 May, 2013
2 commits
-
OPENIDM-1312 Document how to start OpenIDM in debug mode git-svn-id: https://svn.forgerock.org/openidm/trunk@2153 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2148 d98387aa-ee2c-4292-a9e6-504d2a719fd3
15 May, 2013
2 commits
-
"useForQueries" to be more descriptive for its actual use. git-svn-id: https://svn.forgerock.org/openidm/trunk@2147 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…s dependency can be removed once activiti depends on a newer version directly. git-svn-id: https://svn.forgerock.org/openidm/trunk@2146 d98387aa-ee2c-4292-a9e6-504d2a719fd3
14 May, 2013
2 commits
-
…/query functionality in Audit logger service. git-svn-id: https://svn.forgerock.org/openidm/trunk@2145 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2144 d98387aa-ee2c-4292-a9e6-504d2a719fd3
13 May, 2013
3 commits
-
http://sources.forgerock.org/cru/CR-1682 git-svn-id: https://svn.forgerock.org/openidm/trunk@2143 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
introduced in r2138. git-svn-id: https://svn.forgerock.org/openidm/trunk@2142 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2141 d98387aa-ee2c-4292-a9e6-504d2a719fd3
10 May, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2140 d98387aa-ee2c-4292-a9e6-504d2a719fd3