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/10/30 12:42:25 UTC

[18/28] syncope git commit: Merge branch 'master' into SYNCOPE-156

Merge branch 'master' into SYNCOPE-156


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

Branch: refs/heads/master
Commit: 49caab314a24a3e47de38ebf7efc4a2e3e2057be
Parents: 973cd50 7a11bf3
Author: fmartelli <fa...@gmail.com>
Authored: Fri Oct 23 12:30:34 2015 +0200
Committer: fmartelli <fa...@gmail.com>
Committed: Fri Oct 23 12:30:34 2015 +0200

----------------------------------------------------------------------
 .../cli/commands/CommonsResultManager.java      |   6 +-
 .../client/cli/commands/ReportCommand.java      | 352 -------------------
 .../ConfigurationResultManager.java             |   2 +-
 .../commands/logger/LoggerResultManager.java    |   2 +-
 .../notification/NotificationDelete.java        |   2 +-
 .../commands/policy/PolicyResultManager.java    |   6 +-
 .../commands/report/AbstractReportCommand.java  |  30 ++
 .../cli/commands/report/ReportCommand.java      | 137 ++++++++
 .../cli/commands/report/ReportDelete.java       |  58 +++
 .../commands/report/ReportDeleteExecution.java  |  61 ++++
 .../cli/commands/report/ReportExecute.java      |  64 ++++
 .../commands/report/ReportExportExecution.java  | 100 ++++++
 .../client/cli/commands/report/ReportList.java  |  33 ++
 .../cli/commands/report/ReportListJobs.java     |  35 ++
 .../client/cli/commands/report/ReportRead.java  |  59 ++++
 .../commands/report/ReportReadExecution.java    |  62 ++++
 .../commands/report/ReportResultManager.java    |  75 ++++
 .../commands/schema/SchemaResultManager.java    |   2 +-
 .../syncope/client/cli/messages/Messages.java   |  94 -----
 .../syncope/client/cli/messages/Table.java      | 194 ----------
 .../client/cli/messages/TwoColumnTable.java     | 262 --------------
 .../syncope/client/cli/view/Messages.java       |  94 +++++
 .../apache/syncope/client/cli/view/Table.java   | 194 ++++++++++
 23 files changed, 1014 insertions(+), 910 deletions(-)
----------------------------------------------------------------------