You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by fm...@apache.org on 2015/06/08 22:27:55 UTC

[06/17] syncope git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/syncope

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/syncope


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/84c2d7bc
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/84c2d7bc
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/84c2d7bc

Branch: refs/heads/master
Commit: 84c2d7bc836c0f3419ce204169e9dfc98ca8407f
Parents: e3e57df 4cd6f5d
Author: fmartelli <fa...@gmail.com>
Authored: Mon May 25 14:10:24 2015 +0200
Committer: fmartelli <fa...@gmail.com>
Committed: Mon May 25 14:10:24 2015 +0200

----------------------------------------------------------------------
 .../syncope/common/lib/types/JobAction.java     |  29 ++++
 .../syncope/common/lib/types/JobStatusType.java |  30 ++++
 .../common/rest/api/service/ReportService.java  |  24 +++
 .../common/rest/api/service/TaskService.java    |  24 +++
 .../syncope/core/logic/AbstractJobLogic.java    | 174 +++++++++++++++++++
 .../apache/syncope/core/logic/ReportLogic.java  |  30 +++-
 .../apache/syncope/core/logic/TaskLogic.java    |  26 ++-
 .../apache/syncope/core/logic/UserLogic.java    |   2 +-
 .../core/provisioning/api/job/JobNamer.java     |   4 +-
 .../core/provisioning/api/job/TaskJob.java      |   4 +-
 .../java/DefaultUserProvisioningManager.java    |   9 +-
 .../core/provisioning/java/VirAttrHandler.java  |   2 +-
 .../provisioning/java/job/AbstractTaskJob.java  |  23 +++
 .../notification/NotificationManagerImpl.java   |   7 +-
 .../propagation/PropagationManagerImpl.java     |  31 ++--
 .../rest/cxf/service/ReportServiceImpl.java     |  12 ++
 .../core/rest/cxf/service/TaskServiceImpl.java  |  13 ++
 .../activiti/ActivitiUserWorkflowAdapter.java   |   6 +-
 .../core/workflow/activiti/task/Update.java     |  11 +-
 .../processor/UserConfirmPwdResetProcessor.java |  13 +-
 .../fit/core/reference/TestSampleJob.java       |  64 +++++++
 .../fit/core/reference/SchedTaskITCase.java     |  60 +++++++
 .../fit/core/reference/UserSelfITCase.java      |  15 ++
 23 files changed, 574 insertions(+), 39 deletions(-)
----------------------------------------------------------------------