06 Dec, 2012

1 commit

  • http://sources.forgerock.org/cru/CR-1020
    
    Fixing query used by task-managers to find users who qualify for task assignment 
    https://bugster.forgerock.org/jira/browse/OPENIDM-989 
    
    Allowing users with only the role openidm-admin to also see all of the processes 
    https://bugster.forgerock.org/jira/browse/OPENIDM-981 
    
    Lowercase usernames before checking them with OrientDB 
    https://bugster.forgerock.org/jira/browse/OPENIDM-985 
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@1715 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    jake.feasel
     

04 Dec, 2012

2 commits


03 Dec, 2012

1 commit


01 Dec, 2012

1 commit


30 Nov, 2012

2 commits


29 Nov, 2012

5 commits


28 Nov, 2012

1 commit


27 Nov, 2012

2 commits


21 Nov, 2012

2 commits


20 Nov, 2012

1 commit


19 Nov, 2012

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
     

13 Nov, 2012

1 commit


12 Nov, 2012

2 commits

  • Part of http://sources.forgerock.org/cru/CR-862
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@1486 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    jake.feasel
     
  • Updates for UI: Corrected policy, max security answer attempts, task/workflow updates.
    http://sources.forgerock.org/cru/CR-862
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@1485 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    jake.feasel
     

11 Nov, 2012

1 commit


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
     

08 Nov, 2012

1 commit


05 Nov, 2012

4 commits


02 Nov, 2012

2 commits


01 Nov, 2012

2 commits

  • 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
     
  • …tations of info/ping and info/login, and a sample of how to customize
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@1394 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    andi
     

30 Oct, 2012

1 commit

  • Fixes OPENIDM-817 - Update the default sample doc to match the new default sample (0)
    Fixes OPENIDM-760 (Commands in installation guide use invalid field userPassword and cause inconsistent behavior between REST and UI).
    Updates the sample data file (openidm/samples/sample0/data/xmlConnectorData.xml) to have user-friendly uids, which makes the example easier to document.
    Fixes a few style/grammar issues in the documentation.
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@1382 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    Lana
     

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
     

11 Oct, 2012

1 commit


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
     

08 Oct, 2012

1 commit