You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by dr...@apache.org on 2018/10/12 13:00:20 UTC

[07/15] incubator-unomi git commit: Merge branch 'patch'

Merge branch 'patch'


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/2b838a67
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/2b838a67
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/2b838a67

Branch: refs/heads/UNOMI-204
Commit: 2b838a6724e8275aef50e9557a011f9c9efa63f0
Parents: c973d30 cfa5f6a
Author: tdraier <dr...@apache.org>
Authored: Tue Oct 2 12:04:00 2018 +0200
Committer: tdraier <dr...@apache.org>
Committed: Tue Oct 2 12:04:00 2018 +0200

----------------------------------------------------------------------
 .../main/java/org/apache/unomi/api/Patch.java   | 101 +++++++
 .../apache/unomi/api/services/PatchService.java |  30 ++
 kar/src/main/feature/feature.xml                |   5 +
 .../apache/unomi/rest/PatchServiceEndPoint.java |  58 ++++
 .../resources/OSGI-INF/blueprint/blueprint.xml  |  17 ++
 services/pom.xml                                |   7 +
 .../services/DefinitionsServiceImpl.java        |  12 +-
 .../services/services/GoalsServiceImpl.java     |  13 +-
 .../services/services/PatchServiceImpl.java     | 156 ++++++++++
 .../services/services/ProfileServiceImpl.java   |  32 +-
 .../services/services/RulesServiceImpl.java     |  27 +-
 .../services/services/SegmentServiceImpl.java   |  17 +-
 .../resources/OSGI-INF/blueprint/blueprint.xml  |  17 ++
 .../unomi/shell/commands/DeployDefinition.java  | 221 --------------
 .../shell/commands/DeployDefinitionCommand.java | 293 +++++++++++++++++++
 .../resources/OSGI-INF/blueprint/blueprint.xml  |   4 +-
 16 files changed, 752 insertions(+), 258 deletions(-)
----------------------------------------------------------------------