You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2018/06/21 15:43:45 UTC

[1/2] incubator-unomi git commit: The score can be negative

Repository: incubator-unomi
Updated Branches:
  refs/heads/master 4f834b23e -> da9d4d277


The score can be negative


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

Branch: refs/heads/master
Commit: 2a74161ed1f245494fe6a3a7e3c5b68a26a0dd7a
Parents: 4f834b2
Author: dinesh1996 <di...@ynov.com>
Authored: Wed Jun 20 14:46:11 2018 +0200
Committer: dinesh1996 <di...@ynov.com>
Committed: Wed Jun 20 14:46:11 2018 +0200

----------------------------------------------------------------------
 .../org/apache/unomi/services/services/SegmentServiceImpl.java   | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/2a74161e/services/src/main/java/org/apache/unomi/services/services/SegmentServiceImpl.java
----------------------------------------------------------------------
diff --git a/services/src/main/java/org/apache/unomi/services/services/SegmentServiceImpl.java b/services/src/main/java/org/apache/unomi/services/services/SegmentServiceImpl.java
index 442d14f..a3dc984 100644
--- a/services/src/main/java/org/apache/unomi/services/services/SegmentServiceImpl.java
+++ b/services/src/main/java/org/apache/unomi/services/services/SegmentServiceImpl.java
@@ -442,9 +442,7 @@ public class SegmentServiceImpl extends AbstractServiceImpl implements SegmentSe
                 if (scoreModifiers != null && scoreModifiers.containsKey(scoringId) && scoreModifiers.get(scoringId) != null) {
                     score += scoreModifiers.get(scoringId);
                 }
-                if (score > 0) {
-                    scores.put(scoringId, score);
-                }
+                scores.put(scoringId, score);
             }
         }
 


[2/2] incubator-unomi git commit: Updating the maturity model

Posted by sh...@apache.org.
Updating the maturity model

Signed-off-by: Serge Huber <sh...@apache.org>


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

Branch: refs/heads/master
Commit: da9d4d277626ca258550ed58d840d0c1ea37e77a
Parents: 2a74161
Author: Serge Huber <sh...@apache.org>
Authored: Thu Jun 21 15:09:00 2018 +0200
Committer: Serge Huber <sh...@apache.org>
Committed: Thu Jun 21 15:09:00 2018 +0200

----------------------------------------------------------------------
 src/site/markdown/maturity-model-report.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/da9d4d27/src/site/markdown/maturity-model-report.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/maturity-model-report.md b/src/site/markdown/maturity-model-report.md
index 2fe0870..018ddbf 100644
--- a/src/site/markdown/maturity-model-report.md
+++ b/src/site/markdown/maturity-model-report.md
@@ -93,7 +93,7 @@ _Committers are bound by an Individual Contributor Agreement (the "Apache iCLA")
 #### LC50
 _The copyright ownership of everything that the project produces is clearly defined and documented._
 
-- [ ] : to be evaluated
+- [ OK ] : All source files have the proper Apache license headers.
 
 ### Releases
 
@@ -110,39 +110,39 @@ _Releases are approved by the project's PMC (see CS10), in order to make them an
 #### RE30
 _Releases are signed and/or distributed along with digests that can be reliably used to validate the downloaded archives._
 
-- [ OK ] : See releases here
+- [ OK ] : See releases [here](http://unomi.apache.org/download.html)
 
 #### RE40
 _Convenience binaries can be distributed alongside source code but they are not Apache Releases -- they are just a convenience provided with no guarantee._
 
-- [ OK ] : See the releases here
+- [ OK ] : See the releases [here](http://unomi.apache.org/download.html)
 
 ### Quality
 
 #### QU10
 _The project is open and honest about the quality of its code. Various levels of quality and maturity for various modules are natural and acceptable as long as they are clearly communicated._ 
 
-- [ ] : to be evaluated
+- [ OK ] : The project has seen two major releases. Integration tests are performed by Jenkins continuously. Overall quality is mostly good.
 
 #### QU20
 _The project puts a very high priority on producing secure software._
 
-- [ ] : to be evaluated
+- [ OK ] : For the moment no security issues have been reported, but if they are they will treated quickly.
 
 #### QU30
 _The project provides a well-documented channel to report security issues, along with a documented way of responding to them._
 
-- [ ] : to be evaluated
+- [ KO ] : We need to document this.
 
 #### QU40
 _The project puts a high priority on backwards compatibility and aims to document any incompatible changes and provide tools and documentation to help users transition to new features._ 
 
-- [ ] : to be evaluated
+- [ OK ] : Migration of the data set is handled with an internal tool. [Migration documentation](http://unomi.apache.org/migrating-elasticsearch.html) has already been produced. 
 
 #### QU50
 _The project strives to respond to documented bug reports in a timely manner._
 
-- [ ] : to be evaluated
+- [ OK ] : Usually we try to answer within 24-48 hours. However full resolution may be more difficult. The objective is to keep the community as active as possible.
 
 ### Community
 
@@ -154,7 +154,7 @@ _The project has a well-known homepage that points to all the information requir
 #### CO20
 _The community welcomes contributions from anyone who acts in good faith and in a respectful manner and adds value to the project._ 
 
-- [ ] : to be evaluated
+- [ OK ] : We have some active contributions coming from people external to the project initiators. We do our best to welcome them and contribute to the project.
 
 #### CO30
 _Contributions include not only source code, but also documentation, constructive bug reports, constructive discussions, marketing and generally anything that adds value to the project._