17 Mar, 2014

1 commit


15 Jan, 2013

2 commits


15 Nov, 2012

1 commit

  • http://sources.forgerock.org/cru/CR-891
    
    This also includes global rename of _query-id to _queryId and _query-expression to _queryExpression.
    
    Note for documenters: there are several changes expected to be made soon; review the code review (linked above) and note Andi's comments
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@1531 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    jake.feasel
     

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
    travis.hall
     

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
    travis.hall
     

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
    travis.hall
     

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
    travis.hall
     

03 Oct, 2012

1 commit