13 Feb, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1968 d98387aa-ee2c-4292-a9e6-504d2a719fd3
11 Feb, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1964 d98387aa-ee2c-4292-a9e6-504d2a719fd3
15 Jan, 2013
1 commit
-
…currentExecution" (default to false) which enables/disables concurrent execution of individual job triggers, and updated sample schedule configs. git-svn-id: https://svn.forgerock.org/openidm/trunk@1890 d98387aa-ee2c-4292-a9e6-504d2a719fd3
07 Dec, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1721 d98387aa-ee2c-4292-a9e6-504d2a719fd3
06 Dec, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1719 d98387aa-ee2c-4292-a9e6-504d2a719fd3
29 Nov, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1674 d98387aa-ee2c-4292-a9e6-504d2a719fd3
21 Nov, 2012
1 commit
-
…n-memory scheduler after shutdown. git-svn-id: https://svn.forgerock.org/openidm/trunk@1623 d98387aa-ee2c-4292-a9e6-504d2a719fd3
12 Nov, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1489 d98387aa-ee2c-4292-a9e6-504d2a719fd3
09 Nov, 2012
1 commit
-
* Ignoring revision in managed object set patch should handle MVCC failure * Patch function is not working in JavaScript openidm object * Encrypted fields cause failures upon update when policies are defined for them git-svn-id: https://svn.forgerock.org/openidm/trunk@1464 d98387aa-ee2c-4292-a9e6-504d2a719fd3
08 Nov, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1461 d98387aa-ee2c-4292-a9e6-504d2a719fd3
05 Nov, 2012
1 commit
-
maxRecords field. git-svn-id: https://svn.forgerock.org/openidm/trunk@1428 d98387aa-ee2c-4292-a9e6-504d2a719fd3
01 Nov, 2012
1 commit
-
Large refactor of the service to separate the context, job execution, and job metrics from the service's interface and covers the following enhancements: * [OPENIDM-791] - Configurable execution policy - serial or parallel * [OPENIDM-792] - Progress, state, history info and async/sync execution flag ("waitForCompletion") * [OPENIDM-793] - Support canceling taskscanner run git-svn-id: https://svn.forgerock.org/openidm/trunk@1396 d98387aa-ee2c-4292-a9e6-504d2a719fd3
29 Oct, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1375 d98387aa-ee2c-4292-a9e6-504d2a719fd3
23 Oct, 2012
1 commit
-
taskscanner service. Updated DateUtil to use JodaTime for easier timestamp handling (both creation and parsing into Date objects). JodaTime should be faster and is threadsafe, so DateUtils can now be shared. Also renamed the taskscan-sunset.json config to schedule-taskscan_sunset.json so that the scheduler will pick up the config by default (otherwise it would not be available for schedule execution and would only be available for REST execution) git-svn-id: https://svn.forgerock.org/openidm/trunk@1332 d98387aa-ee2c-4292-a9e6-504d2a719fd3
15 Oct, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1292 d98387aa-ee2c-4292-a9e6-504d2a719fd3
10 Oct, 2012
1 commit
-
Updated TaskScanner REST action to use named configs now. Fixed timestamp format to enforce 3 digits of milliseconds. Fixed DateUtil to use a 'Z' for UTC time designation Renamed sample 'schedule-scansunset' to 'taskscan-sunset' for named conf purposes Added macro support to TaskScanner configs. Currently supports "Time.now" to obtain the current time and basic math (month, day, year) on that. Note that there MUST be a space between each token. For example "${Time.now + 1d}" where there is a space between 'Time.now', '+' and '1d' git-svn-id: https://svn.forgerock.org/openidm/trunk@1274 d98387aa-ee2c-4292-a9e6-504d2a719fd3
03 Oct, 2012
2 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1246 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…ecution of persistent schedules. Added support for boolean/string typing of this parameter and the "enabled" param for a schedule config. Fixed an issue with dynamic scheduler config changes. git-svn-id: https://svn.forgerock.org/openidm/trunk@1243 d98387aa-ee2c-4292-a9e6-504d2a719fd3
13 Sep, 2012
1 commit
-
… scheduler log message. git-svn-id: https://svn.forgerock.org/openidm/trunk@1210 d98387aa-ee2c-4292-a9e6-504d2a719fd3
11 Sep, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1203 d98387aa-ee2c-4292-a9e6-504d2a719fd3
10 Sep, 2012
1 commit
-
…n. Created a Scheduler Config Service for handling schedule configurations and registering them with the Scheduler Service. renamed schedule configuration files and added a config file for the scheduler itself. git-svn-id: https://svn.forgerock.org/openidm/trunk@1202 d98387aa-ee2c-4292-a9e6-504d2a719fd3
17 Aug, 2012
4 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1173 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…solve issues with Repo Service not being available when the Scheduler bundle starts. git-svn-id: https://svn.forgerock.org/openidm/trunk@1172 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…ency issues (Repo Service) when the bundle is activated. git-svn-id: https://svn.forgerock.org/openidm/trunk@1171 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
…nfigs, Scheduler Service now supports two schedulers (persistent and in-memory) and defines misfire policy for each scheduled job. git-svn-id: https://svn.forgerock.org/openidm/trunk@1169 d98387aa-ee2c-4292-a9e6-504d2a719fd3
09 Aug, 2012
1 commit
-
…agment (package renaming), and set openidm-quartz-fragment to get installed explicitly in the config.properties file. git-svn-id: https://svn.forgerock.org/openidm/trunk@1153 d98387aa-ee2c-4292-a9e6-504d2a719fd3
08 Aug, 2012
2 commits
-
…lerServiceJob to the openidm-quartz-fragment project, and updated the ScehdulerService and pom.xml git-svn-id: https://svn.forgerock.org/openidm/trunk@1147 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1143 d98387aa-ee2c-4292-a9e6-504d2a719fd3
10 Mar, 2012
1 commit
-
…uitable for monitoring or debugging. Enhanced scheduler to keep configuration name in context and use that as a baseline for embedded script naming. git-svn-id: https://svn.forgerock.org/openidm/trunk@1018 d98387aa-ee2c-4292-a9e6-504d2a719fd3
30 Dec, 2011
1 commit
-
Fix the scm urls Fix the imported package versions git-svn-id: https://svn.forgerock.org/openidm/trunk@707 d98387aa-ee2c-4292-a9e6-504d2a719fd3
24 Dec, 2011
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@704 d98387aa-ee2c-4292-a9e6-504d2a719fd3
18 Dec, 2011
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@646 d98387aa-ee2c-4292-a9e6-504d2a719fd3
16 Dec, 2011
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@632 d98387aa-ee2c-4292-a9e6-504d2a719fd3
14 Dec, 2011
1 commit
-
Scheduler context added to ObjectSetContext as a workaround for now. Officially deprecated SynchronizationListener service interface. git-svn-id: https://svn.forgerock.org/openidm/trunk@624 d98387aa-ee2c-4292-a9e6-504d2a719fd3
12 Dec, 2011
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@603 d98387aa-ee2c-4292-a9e6-504d2a719fd3
07 Oct, 2011
1 commit
-
Disable the pretty config printing to save space in DB Fix the MedataDataProvider bug when the connector has no sensitive attribute Make the database schema configuration optional and default to null instead of openidm Add the task name to scheduled job log Add the user creation script to MySQL script git-svn-id: https://svn.forgerock.org/openidm/trunk@434 d98387aa-ee2c-4292-a9e6-504d2a719fd3
30 Sep, 2011
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@420 d98387aa-ee2c-4292-a9e6-504d2a719fd3
29 Sep, 2011
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@416 d98387aa-ee2c-4292-a9e6-504d2a719fd3
13 Sep, 2011
2 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@390 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@389 d98387aa-ee2c-4292-a9e6-504d2a719fd3