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:

[jira] [Created] (UNOMI-135) Create a servlet to carry all operations requested by user

2017-11-02 Thread Abdelkader Midani (JIRA)
Abdelkader Midani created UNOMI-135: --- Summary: Create a servlet to carry all operations requested by user Key: UNOMI-135 URL: https://issues.apache.org/jira/browse/UNOMI-135 Project: Apache Unomi

Re: new feature for more advanced unomi-based personalization

2017-11-02 Thread Thomas Draier
Ok, I've renamed a bunch of classes, should be more clear now (I hope) On Thu, Nov 2, 2017 at 2:56 PM Serge Huber wrote: > Ok thanks. Let us know when you're happy with the branch and I'll review > it. > > cheers, > Serge... > > Serge Huber > CTO & Co-Founder > T +41 22 361

incubator-unomi git commit: UNOMI-134 : Added docs, renamed classes/methods

2017-11-02 Thread draier
Repository: incubator-unomi Updated Branches: refs/heads/scores-filters e78cba3e9 -> 1ed3acd79 UNOMI-134 : Added docs, renamed classes/methods Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/1ed3acd7

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

2017-11-02 Thread draier
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:

[9/9] incubator-unomi git commit: UNOMI-134 : Added personalized sorts in request, with sort services and customizable sort strategies

2017-11-02 Thread draier
UNOMI-134 : Added personalized sorts in request, with sort services and customizable sort strategies Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/e78cba3e Tree:

[3/9] incubator-unomi git commit: UNOMI-128 Fix unit test compilation

2017-11-02 Thread draier
UNOMI-128 Fix unit test compilation Signed-off-by: Serge Huber Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/e7054ad8 Tree:

[8/9] incubator-unomi git commit: UNOMI-129 : review

2017-11-02 Thread draier
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: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/adbb62a5 Diff:

[1/9] incubator-unomi git commit: Do not force version of provided bundle, remove unused bundle in router feature [Forced Update!]

2017-11-02 Thread draier
Repository: incubator-unomi Updated Branches: refs/heads/scores-filters d85a8ae81 -> e78cba3e9 (forced update) 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:

[4/9] incubator-unomi git commit: UNOMI-129 : Default unomi key and allowed events

2017-11-02 Thread draier
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: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/2490bdc3 Diff:

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

2017-11-02 Thread draier
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: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/728296e6 Diff:

Re: new feature for more advanced unomi-based personalization

2017-11-02 Thread Thomas Draier
Hi, I've created a PR : https://github.com/apache/incubator-unomi/pull/34 . You'll see it's only new code, it should be completely backward compatible. It works with the example in the jira ticket. I'm not completely satisfied with the class names though (some sort strategy do not sort anything,

incubator-unomi git commit: UNOMI-134 : Added personalized sorts in request, with sort services and customizable sort strategies

2017-11-02 Thread draier
Repository: incubator-unomi Updated Branches: refs/heads/scores-filters [created] d85a8ae81 UNOMI-134 : Added personalized sorts in request, with sort services and customizable sort strategies Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit:

Re: new feature for more advanced unomi-based personalization

2017-11-02 Thread Serge Huber
I like it ! Not sure if a branch is needed if it doesn't impact existing functionality. cheers, Serge... Serge Huber CTO & Co-Founder T +41 22 361 3424 9 route des Jeunes | 1227 Acacias | Switzerland jahia.com SKYPE | LINKEDIN |

[jira] [Updated] (UNOMI-134) Added personalized sort feature in ContextServlet

2017-11-02 Thread Serge Huber (JIRA)
[ https://issues.apache.org/jira/browse/UNOMI-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Serge Huber updated UNOMI-134: -- Description: Hi, In order to use unomi to personalization, we currently rely on the "filter" feature

new feature for more advanced unomi-based personalization

2017-11-02 Thread Thomas Draier
Hi, I've created a ticket to get a new feature in unomi : https://issues.apache.org/jira/browse/UNOMI-134 Actually already implemented it, so would like to know what do you think about the idea before pushing it in a branch :-) Regards

[jira] [Updated] (UNOMI-134) Added personalized sort feature in ContextServlet

2017-11-02 Thread Thomas Draier (JIRA)
[ https://issues.apache.org/jira/browse/UNOMI-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Draier updated UNOMI-134: Description: Hi, In order to use unomi to personalization, we currently rely on the "filter"

[jira] [Created] (UNOMI-134) Added personalized sort feature in ContextServlet

2017-11-02 Thread Thomas Draier (JIRA)
Thomas Draier created UNOMI-134: --- Summary: Added personalized sort feature in ContextServlet Key: UNOMI-134 URL: https://issues.apache.org/jira/browse/UNOMI-134 Project: Apache Unomi Issue