You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by gi...@apache.org on 2015/05/22 09:47:19 UTC

[2/2] syncope git commit: Merge branch '1_2_X' of https://github.com/giacomolm/syncope into 1_2_X

Merge branch '1_2_X' of https://github.com/giacomolm/syncope into 1_2_X


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

Branch: refs/heads/1_2_X
Commit: b43c9c86d2004aecdba594c594a7eeee92c866a1
Parents: b68778e 358aef7
Author: giacomolm <gi...@hotmail.it>
Authored: Thu May 21 17:27:40 2015 +0200
Committer: giacomolm <gi...@hotmail.it>
Committed: Thu May 21 17:27:40 2015 +0200

----------------------------------------------------------------------
 .../syncope/common/services/ReportService.java  |  24 +++
 .../syncope/common/services/TaskService.java    |  23 +++
 .../apache/syncope/common/types/JobAction.java  |  29 ++++
 .../syncope/common/types/JobStatusType.java     |  30 ++++
 core/pom.xml                                    |   1 +
 .../syncope/core/quartz/AbstractTaskJob.java    |  25 ++-
 .../org/apache/syncope/core/quartz/TaskJob.java |   4 +-
 .../rest/controller/AbstractJobController.java  | 155 +++++++++++++++++++
 .../core/rest/controller/ReportController.java  |  30 +++-
 .../core/rest/controller/TaskController.java    |  26 +++-
 .../core/services/ReportServiceImpl.java        |  42 +++--
 .../syncope/core/services/TaskServiceImpl.java  |  12 ++
 .../syncope/core/quartz/TestSampleJob.java      |  63 ++++++++
 .../syncope/core/rest/TaskTestITCase.java       |  60 +++++++
 14 files changed, 500 insertions(+), 24 deletions(-)
----------------------------------------------------------------------