[09/17] incubator-unomi git commit: [jgitflow-maven-plugin]updating poms for dmf_1343 version

2017-06-06 Thread amidani
[jgitflow-maven-plugin]updating poms for dmf_1343 version Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/029720a4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/029720a4 Diff:

[12/17] incubator-unomi git commit: DMF-1343 : Move unomi-router under extensions

2017-06-06 Thread amidani
i.router.api; + +import org.apache.unomi.api.Item; +import org.apache.unomi.api.MetadataItem; + +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +/** + * Created by amidani on 28/04/2017. + */ +public class ImportConfiguration extends Item { + +/** + * The ImportConfigur

[02/17] incubator-unomi git commit: UNOMI-72 Fix integration and performance tests - Integration tests should now execute again, but some tests still fail.

2017-06-06 Thread amidani
UNOMI-72 Fix integration and performance tests - Integration tests should now execute again, but some tests still fail. Signed-off-by: Serge Huber Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit:

incubator-unomi git commit: DMF-1556 : Csv without First name, and last name will show null, null in log file

2017-06-06 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/feature-DMF-1343 f694dacb2 -> 1637a9122 DMF-1556 : Csv without First name, and last name will show null, null in log file Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit:

[1/2] incubator-unomi git commit: UNOMI-101 : Execution History

2017-06-18 Thread amidani
Item; -import java.util.HashMap; -import java.util.List; -import java.util.Map; +import javax.lang.model.type.MirroredTypeException; +import java.util.*; /** * Created by amidani on 28/04/2017. @@ -45,6 +44,9 @@ public class ImportConfiguration extends Item { private String columnSeparator = &q

[2/2] incubator-unomi git commit: UNOMI-101 : Execution History and Import Status improvement

2017-06-18 Thread amidani
UNOMI-101 : Execution History and Import Status improvement Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/6203e994 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/6203e994 Diff:

[2/3] incubator-unomi git commit: UNOMI-102 : Refactor import code to avoid code duplication with export features

2017-06-27 Thread amidani
License. + */ +package org.apache.unomi.router.rest; + +import org.apache.unomi.api.services.ConfigSharingService; +import org.apache.unomi.router.api.services.ImportExportConfigurationService; + +import javax.jws.WebMethod; +import javax.ws.rs.*; +import javax.ws.rs.core.MediaType; +import java.util.List; + +/** + * C

[3/5] incubator-unomi git commit: UNOMI-102 : Refactor import code to avoid code duplication with export features

2017-06-27 Thread amidani
m; +import org.apache.unomi.api.conditions.Condition; + +/** + * Created by amidani on 19/06/2017. + */ +public class ExportConfiguration extends ImportExportConfiguration { + +/** + * The ExportConfiguration ITEM_TYPE + * + * @see Item for a discussion of ITEM_TYPE + */ +

incubator-unomi git commit: UNOMI-124 : Introduction of private (internal address)

2017-09-22 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master 7b758aed3 -> d40d3a48a UNOMI-124 : Introduction of private (internal address) Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/d40d3a48

incubator-unomi git commit: UNOMI-124 : Introduction of private (internal address)

2017-09-21 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/UNOMI-124 [created] d40d3a48a UNOMI-124 : Introduction of private (internal address) Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/d40d3a48

[incubator-unomi] Git Push Summary [forced push!] [Forced Update!]

2017-10-16 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master a6b1e3a94 -> fe4d27b89 (forced update)

incubator-unomi git commit: UNOMI-129 : Make sure even properties that have no type are still updated

2017-10-16 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master fe4d27b89 -> 097c109d7 UNOMI-129 : Make sure even properties that have no type are still updated Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit:

incubator-unomi git commit: UNOMI-129 : Modify SetPropertyAction to use UpdateProfilePropertiesAction

2017-10-12 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master 64d109ef1 -> b33cdaee6 UNOMI-129 : Modify SetPropertyAction to use UpdateProfilePropertiesAction Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit:

incubator-unomi git commit: UNOMI-129 : Add integration tests to validate functionality of profile property update event

2017-10-12 Thread amidani
s4j.pax.exam.junit.PaxExam; +import org.ops4j.pax.exam.spi.reactors.ExamReactorStrategy; +import org.ops4j.pax.exam.spi.reactors.PerSuite; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import javax.inject.Inject; +import java.io.IOException; +import java.util.Date; +import java.util.HashMap; +import java.util.Map;

incubator-unomi git commit: UNOMI-124 : Introduction of private (internal address)

2017-09-27 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/UNOMI-124 d40d3a48a -> 98e7419cb UNOMI-124 : Introduction of private (internal address) Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/98e7419c

incubator-unomi git commit: UNOMI-124 : Introduction of private (internal address)

2017-09-27 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master d40d3a48a -> 98e7419cb UNOMI-124 : Introduction of private (internal address) Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/98e7419c

[incubator-unomi] Git Push Summary [forced push!] [Forced Update!]

2017-09-27 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master 1bbda7bed -> d40d3a48a (forced update)

incubator-unomi git commit: DMF-1455 : Internal address (Bug: running route won't be update)

2017-09-27 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master d40d3a48a -> 1bbda7bed DMF-1455 : Internal address (Bug: running route won't be update) Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit:

incubator-unomi git commit: UNOMI-128 : Deleting an import/export config does not stop running one

2017-10-03 Thread amidani
+import org.apache.camel.Processor; +import org.apache.unomi.router.core.context.RouterCamelContext; + +/** + * Created by amidani on 03/10/2017. + */ +public class ConfigDeleteProcessor implements Processor { + +private RouterCamelContext routerCamelContext; + +@Override +public void process(Exchange exchange) thr

incubator-unomi git commit: UNOMI-129 : Allow multiple profile properties Add/Update/Delete through an event

2017-10-11 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master 759aab52c -> 9742f7bb8 UNOMI-129 : Allow multiple profile properties Add/Update/Delete through an event Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit:

incubator-unomi git commit: UNOMI-128 : Refactoring save/update/delete running import/export config

2017-10-18 Thread amidani
r the specific language governing permissions and + * limitations under the License. + */ +package org.apache.unomi.router.api; + +/** + * Created by amidani on 18/10/2017. + */ +public interface IRouterCamelContext { + +void killExistingRoute(String routeId) throws Exception; + +void updatePr

incubator-unomi git commit: Deactivate bootstrap.seccomp for iTest ES

2017-11-13 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master 485a0f1e4 -> 7755bc402 Deactivate bootstrap.seccomp for iTest ES Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/7755bc40 Tree:

[3/4] incubator-unomi git commit: Duplicate rule fix

2017-11-13 Thread amidani
Duplicate rule fix Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/8a76324c Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/8a76324c Diff:

[1/4] incubator-unomi git commit: Edit the Readme file, optimized the code

2017-11-13 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master 7755bc402 -> 2f0c9edb2 Edit the Readme file, optimized the code Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/0abd1437 Tree:

[4/4] incubator-unomi git commit: Merge branch 'pr/32'

2017-11-13 Thread amidani
Merge branch 'pr/32' Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/2f0c9edb Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/2f0c9edb Diff:

[2/4] incubator-unomi git commit: Add some doc on functions

2017-11-13 Thread amidani
Add some doc on functions Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/8f5675a5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/8f5675a5 Diff:

incubator-unomi git commit: UNOMI-135 : Change profile file name

2017-11-28 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master fa952d0dc -> b170ca4ed UNOMI-135 : Change profile file name Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/b170ca4e Tree:

incubator-unomi git commit: UNOMI-140 : Use system tag "personalIdentifierProperties" in privacy service (REVIEW)

2017-11-22 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master 9e5772630 -> 5653606cf UNOMI-140 : Use system tag "personalIdentifierProperties" in privacy service (REVIEW) Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit:

incubator-unomi git commit: UNOMI-133 : Merge consents when merging profiles

2017-11-22 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master 67055a778 -> 9e5772630 UNOMI-133 : Merge consents when merging profiles Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/9e577263 Tree:

incubator-unomi git commit: Avoid re-consuming the same file when it fails

2017-12-01 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master bd9b3e1be -> b70cda666 Avoid re-consuming the same file when it fails Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/b70cda66 Tree:

incubator-unomi git commit: IT : Change the way oneshot import csv file is created

2017-11-16 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master a4f5137e4 -> 4efae4048 IT : Change the way oneshot import csv file is created Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/4efae404

incubator-unomi git commit: IT : Change the way oneshot import csv file is created

2017-11-16 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master 241b438f6 -> a4f5137e4 IT : Change the way oneshot import csv file is created Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/a4f5137e

incubator-unomi git commit: Add amidani as a committer

2017-11-13 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master 2f0c9edb2 -> 4cf1f64bd Add amidani as a committer Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/4cf1f64b Tree: http://git-

[3/3] incubator-unomi git commit: Merge branch 'pr/33'

2017-11-03 Thread amidani
Merge branch 'pr/33' Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/c3c67818 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/c3c67818 Diff:

incubator-unomi git commit: UNOMI-135 : review

2017-11-03 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master b8ecd0c4d -> a0c5a556f UNOMI-135 : review Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/a0c5a556 Tree:

incubator-unomi git commit: UNOMI-135 : implement downloadMyProfile operation

2017-11-03 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master c3c678184 -> 62494af7c UNOMI-135 : implement downloadMyProfile operation Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/62494af7 Tree:

incubator-unomi git commit: UNOMI-135 : Create a servlet to carry all operations requested by user

2017-11-02 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master adbb62a54 -> 3e35842f4 UNOMI-135 : Create a servlet to carry all operations requested by user Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit:

[2/2] incubator-unomi git commit: Compile source/target 1.8

2017-11-07 Thread amidani
Compile source/target 1.8 Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/fdb1dd55 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/fdb1dd55 Diff:

[2/2] incubator-unomi git commit: Re-activate import test

2017-11-07 Thread amidani
Re-activate import test Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/150010a2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/150010a2 Diff:

incubator-unomi git commit: Fix IT timing problem with camel routes

2017-11-08 Thread amidani
slf4j.Logger; -import org.slf4j.LoggerFactory; import javax.inject.Inject; -import javax.ws.rs.core.MediaType; import java.io.File; -import java.io.IOException; import java.util.*; -import static org.hamcrest.CoreMatchers.equalTo; -import static org.hamcrest.MatcherAssert.assertTh

incubator-unomi git commit: UNOMI-135 : Allow yaml as text for profile download

2017-11-06 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master 1f350d08c -> 64b8fe833 UNOMI-135 : Allow yaml as text for profile download Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/64b8fe83 Tree:

incubator-unomi git commit: UNOMI-129 : support persona and systemProperties

2017-10-29 Thread amidani
t.runner.RunWith; -import org.ops4j.pax.exam.junit.PaxExam; -import org.ops4j.pax.exam.spi.reactors.ExamReactorStrategy; -import org.ops4j.pax.exam.spi.reactors.PerSuite; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -import javax.inject.Inject; -import java.io.IOException; -import java.util.Date; -import java.util.

incubator-unomi git commit: UNOMI-128 : Refactoring save/update/delete running import/export config

2017-10-24 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master faa9175ca -> f76ef4996 UNOMI-128 : Refactoring save/update/delete running import/export config Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit:

incubator-unomi git commit: UNOMI-129 : Default unomi key and allowed events

2017-10-31 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master e7054ad8f -> 2490bdc39 UNOMI-129 : Default unomi key and allowed events Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/2490bdc3 Tree:

[2/2] incubator-unomi git commit: UNOMI-128 : Fix import/export config IT

2017-10-31 Thread amidani
UNOMI-128 : Fix import/export config IT Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/f4087719 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/f4087719 Diff:

[1/2] incubator-unomi git commit: UNOMI-129 : review

2017-10-31 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master de5dea661 -> adbb62a54 UNOMI-129 : review Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/adbb62a5 Tree:

incubator-unomi git commit: UNOMI-128 : Fix import config IT

2017-10-31 Thread amidani
.Map; -import static org.hamcrest.CoreMatchers.equalTo; -import static org.hamcrest.MatcherAssert.assertThat; - /** * Created by amidani on 11/08/2017. */ @@ -93,20 +83,7 @@ public class ProfileImportSurfersDeleteIT extends BaseIT { importConfigSurfersDelete.getProperties().put(

incubator-unomi git commit: Do not force version of provided bundle, remove unused bundle in router feature

2017-10-31 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master b1f5951bc -> d8df65fb1 Do not force version of provided bundle, remove unused bundle in router feature Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit:

incubator-unomi git commit: UNOMI-129 : review

2017-10-31 Thread amidani
Repository: incubator-unomi Updated Branches: refs/heads/master d8df65fb1 -> 728296e6a UNOMI-129 : review Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/728296e6 Tree:

<    1   2