You are viewing a plain text version of this content. The canonical link for it is here.
- incubator-unomi git commit: UNOMI-70 : Provide default hazelcast configuration - posted by dr...@apache.org on 2017/01/03 17:36:23 UTC, 0 replies.
- incubator-unomi git commit: UNOMI-70 : restored numberOfShards / numberOfReplicas - posted by dr...@apache.org on 2017/01/03 18:01:47 UTC, 0 replies.
- [VOTE] Merge ElasticSearch 5 branch into master ? - posted by Serge Huber <sh...@jahia.com> on 2017/01/04 14:56:18 UTC, 8 replies.
- incubator-unomi git commit: DMF-1133 Error when displaying an empty list in MF - Fixed by not generating sorts or aggregations if there is no data for a field. - posted by sh...@apache.org on 2017/01/05 09:12:56 UTC, 0 replies.
- [1/2] incubator-unomi git commit: - DMF-1133 Error when displaying an empty list in MF : fixed issue for real this time :) - Some configuration file cleanup - Changed inactive user purging from 30 days to 180 days - posted by sh...@apache.org on 2017/01/06 10:15:44 UTC, 0 replies.
- [2/2] incubator-unomi git commit: - DMF-1133 Error when displaying an empty list in MF : fixed issue for real this time :) - Some configuration file cleanup - Changed inactive user purging from 30 days to 180 days - posted by sh...@apache.org on 2017/01/06 10:15:45 UTC, 0 replies.
- [jira] [Created] (UNOMI-71) Improve startup and test if ES server is available before trying to start Unomi services - posted by "Damien GAILLARD (JIRA)" <ji...@apache.org> on 2017/01/09 10:37:59 UTC, 0 replies.
- incubator-unomi git commit: Cleanup setenv files to remove obsolete settings - posted by sh...@apache.org on 2017/01/09 16:02:52 UTC, 0 replies.
- [01/50] [abbrv] incubator-unomi git commit: UNOMI-63 Use ElasticSearch BulkProcessing to perform segment updates - Validate configuration functionality - posted by sh...@apache.org on 2017/01/09 16:21:35 UTC, 0 replies.
- [02/50] [abbrv] incubator-unomi git commit: Merge remote-tracking branch 'origin/master' into UNOMI-28-ES-2-X-UPGRADE - posted by sh...@apache.org on 2017/01/09 16:21:36 UTC, 0 replies.
- [03/50] [abbrv] incubator-unomi git commit: [jgitflow-maven-plugin]updating poms for unomi_28_es_2_x version - posted by sh...@apache.org on 2017/01/09 16:21:37 UTC, 0 replies.
- [04/50] [abbrv] incubator-unomi git commit: Merge branch 'UNOMI-28-ES-2-X-UPGRADE' into feature-UNOMI-28-ES2X - posted by sh...@apache.org on 2017/01/09 16:21:38 UTC, 0 replies.
- [05/50] [abbrv] incubator-unomi git commit: UNOMI-63 Use ElasticSearch BulkProcessing to perform segment updates - Add minimal configuration documentation - Change bulk size value back to its default 5MB size - posted by sh...@apache.org on 2017/01/09 16:21:39 UTC, 0 replies.
- [06/50] [abbrv] incubator-unomi git commit: UNOMI-63 Use ElasticSearch BulkProcessing to perform segment updates - Initial code to load existing indices - Add code to wait for index startup as there seems to be some problems with this in a cluster config - posted by sh...@apache.org on 2017/01/09 16:21:40 UTC, 0 replies.
- [07/50] [abbrv] incubator-unomi git commit: UNOMI-63 Use ElasticSearch BulkProcessing to perform segment updates - Use configured address by default if none is specified in the elasticsearch.yml file. - posted by sh...@apache.org on 2017/01/09 16:21:41 UTC, 0 replies.
- [08/50] [abbrv] incubator-unomi git commit: UNOMI-63 Use ElasticSearch BulkProcessing to perform segment updates - Track index creation through internal memory structure - posted by sh...@apache.org on 2017/01/09 16:21:42 UTC, 0 replies.
- [09/50] [abbrv] incubator-unomi git commit: UNOMI-63 Use ElasticSearch BulkProcessing to perform segment updates - Switch to TransportClient to hopefully make load-balancing work better. This might have a minor slowdown on standalone performance. - posted by sh...@apache.org on 2017/01/09 16:21:43 UTC, 0 replies.
- [10/50] [abbrv] incubator-unomi git commit: UNOMI-63 Use ElasticSearch BulkProcessing to perform segment updates Replace lists with sets to optimize porfile removal - posted by sh...@apache.org on 2017/01/09 16:21:44 UTC, 0 replies.
- [11/50] [abbrv] incubator-unomi git commit: Merge branch 'master' into feature-UNOMI-28-ES2X - posted by sh...@apache.org on 2017/01/09 16:21:45 UTC, 0 replies.
- [12/50] [abbrv] incubator-unomi git commit: Merge PR #18 - posted by sh...@apache.org on 2017/01/09 16:21:46 UTC, 0 replies.
- [13/50] [abbrv] incubator-unomi git commit: [jgitflow-maven-plugin]updating poms for unomi_70_es_5_x version - posted by sh...@apache.org on 2017/01/09 16:21:47 UTC, 0 replies.
- [14/50] [abbrv] incubator-unomi git commit: Merge remote-tracking branch 'origin/feature-UNOMI-28-ES2X' into feature-UNOMI-70-ES5X - posted by sh...@apache.org on 2017/01/09 16:21:48 UTC, 0 replies.
- [15/50] [abbrv] incubator-unomi git commit: UNOMI 70 - Upgrade to ElasticSearch 5.0 - Upgrade to ElasticSearch 5.0.1 - Upgrade CXF to 3.0.2 - Upgrade to Karaf 3.0.8 - Replace Unomi clustering from ES clustering to Karaf Cellar clustering - posted by sh...@apache.org on 2017/01/09 16:21:49 UTC, 0 replies.
- [16/50] [abbrv] incubator-unomi git commit: UNOMI 70 - Upgrade to ElasticSearch 5.0 - Upgrade to ElasticSearch 5.0.1 - Upgrade CXF to 3.0.2 - Upgrade to Karaf 3.0.8 - Replace Unomi clustering from ES clustering to Karaf Cellar clustering - posted by sh...@apache.org on 2017/01/09 16:21:50 UTC, 0 replies.
- [17/50] [abbrv] incubator-unomi git commit: New segment update optimization, hopefully will work better than the last one. - posted by sh...@apache.org on 2017/01/09 16:21:51 UTC, 0 replies.
- [18/50] [abbrv] incubator-unomi git commit: Merge branch 'feature-UNOMI-28-ES2X' into feature-UNOMI-70-ES5X - posted by sh...@apache.org on 2017/01/09 16:21:52 UTC, 0 replies.
- [19/50] [abbrv] incubator-unomi git commit: UNOMI-70 Upgrade to ElasticSearch 5.x - Working on getting integration testing working (not yet working) - posted by sh...@apache.org on 2017/01/09 16:21:53 UTC, 0 replies.
- [20/50] [abbrv] incubator-unomi git commit: UNOMI-70 Upgrade to ElasticSearch 5.x - Use scroll API to get unlimited results - posted by sh...@apache.org on 2017/01/09 16:21:54 UTC, 0 replies.
- [21/50] [abbrv] incubator-unomi git commit: Further optimizations - Add shell script to build and run without integration and performance tests. - Segment updates should now use a lot more memory since we now use scrolling queries - posted by sh...@apache.org on 2017/01/09 16:21:55 UTC, 0 replies.
- [22/50] [abbrv] incubator-unomi git commit: Merge branch 'feature-UNOMI-28-ES2X' into feature-UNOMI-70-ES5X - posted by sh...@apache.org on 2017/01/09 16:21:56 UTC, 0 replies.
- [23/50] [abbrv] incubator-unomi git commit: Upgrade to ElasticSearch 5.1.1 - posted by sh...@apache.org on 2017/01/09 16:21:57 UTC, 0 replies.
- [24/50] [abbrv] incubator-unomi git commit: Document new segment update parameter - posted by sh...@apache.org on 2017/01/09 16:21:58 UTC, 0 replies.
- [25/50] [abbrv] incubator-unomi git commit: UNOMI-70 : updated mappings, fixed aggregation and queries - posted by sh...@apache.org on 2017/01/09 16:21:59 UTC, 0 replies.
- [26/50] [abbrv] incubator-unomi git commit: - Improve Geonames startup to make it more resilient to missing mappings - Add sanity checks for endpoints before adding them - Add database copying (Geocity and Geonames) to test script. - posted by sh...@apache.org on 2017/01/09 16:22:00 UTC, 0 replies.
- [27/50] [abbrv] incubator-unomi git commit: UNOMI-70 : use folding + keyword mapping. detect field type in order to choose usage of keyword for sort and aggregates - posted by sh...@apache.org on 2017/01/09 16:22:01 UTC, 0 replies.
- [28/50] [abbrv] incubator-unomi git commit: UNOMI-70 : Avoid npe when mapping is not found - posted by sh...@apache.org on 2017/01/09 16:22:02 UTC, 0 replies.
- [29/50] [abbrv] incubator-unomi git commit: - Introduce a new save method that supports batching - Use new save method batching to import Geonames (a lot) faster - Replace slow running ASCIIFoldingFilter call with faster MappingCharFilter call. See https - posted by sh...@apache.org on 2017/01/09 16:22:03 UTC, 0 replies.
- [30/50] [abbrv] incubator-unomi git commit: - Introduce a new save method that supports batching - Use new save method batching to import Geonames (a lot) faster - Replace slow running ASCIIFoldingFilter call with faster MappingCharFilter call. See https - posted by sh...@apache.org on 2017/01/09 16:22:04 UTC, 0 replies.
- [31/50] [abbrv] incubator-unomi git commit: UNOMI-70 : Moved keyword field test to elasticsearch service - posted by sh...@apache.org on 2017/01/09 16:22:05 UTC, 0 replies.
- [32/50] [abbrv] incubator-unomi git commit: Update install instructions for deployment using features - posted by sh...@apache.org on 2017/01/09 16:22:06 UTC, 0 replies.
- [33/50] [abbrv] incubator-unomi git commit: Add toString method to help debugging - posted by sh...@apache.org on 2017/01/09 16:22:07 UTC, 0 replies.
- [34/50] [abbrv] incubator-unomi git commit: Update feature to add dependency to cellar - posted by sh...@apache.org on 2017/01/09 16:22:08 UTC, 0 replies.
- [35/50] [abbrv] incubator-unomi git commit: Update feature to add dependency to cellar - posted by sh...@apache.org on 2017/01/09 16:22:09 UTC, 0 replies.
- [36/50] [abbrv] incubator-unomi git commit: - Use linked hash map in GeonameEntry to make sure that we conserve the order of the properties - Fix type mapping detection algorithm - posted by sh...@apache.org on 2017/01/09 16:22:10 UTC, 0 replies.
- [37/50] [abbrv] incubator-unomi git commit: - Add logging to help diagnose problems in the condition builders registration - posted by sh...@apache.org on 2017/01/09 16:22:11 UTC, 0 replies.
- [38/50] [abbrv] incubator-unomi git commit: - Fix waiting for green status message - Add code to register mappings and condition builders that were started before the ElasticSearch persistence service implementation - Change counting code to use queries - posted by sh...@apache.org on 2017/01/09 16:22:12 UTC, 0 replies.
- [39/50] [abbrv] incubator-unomi git commit: - Remove duplicate code - Add todo to properly use a service tracker/listener to watch for services appearing/disappearing. - posted by sh...@apache.org on 2017/01/09 16:22:13 UTC, 0 replies.
- [40/50] [abbrv] incubator-unomi git commit: Make condition evaluator and condition ES query builders registration more solid by using reference listeners. - posted by sh...@apache.org on 2017/01/09 16:22:14 UTC, 0 replies.
- [41/50] [abbrv] incubator-unomi git commit: Fixed most issues by making sure we use reference listeners everywhere for proper registration of actions and conditions - posted by sh...@apache.org on 2017/01/09 16:22:15 UTC, 0 replies.
- [42/50] [abbrv] incubator-unomi git commit: Fix port in cluster configuration - posted by sh...@apache.org on 2017/01/09 16:22:16 UTC, 0 replies.
- [43/50] [abbrv] incubator-unomi git commit: UNOMI-70 : Provide default hazelcast configuration - posted by sh...@apache.org on 2017/01/09 16:22:17 UTC, 0 replies.
- [44/50] [abbrv] incubator-unomi git commit: UNOMI-70 : restored numberOfShards / numberOfReplicas - posted by sh...@apache.org on 2017/01/09 16:22:18 UTC, 0 replies.
- [45/50] [abbrv] incubator-unomi git commit: DMF-1133 Error when displaying an empty list in MF - Fixed by not generating sorts or aggregations if there is no data for a field. - posted by sh...@apache.org on 2017/01/09 16:22:19 UTC, 0 replies.
- [46/50] [abbrv] incubator-unomi git commit: - DMF-1133 Error when displaying an empty list in MF : fixed issue for real this time :) - Some configuration file cleanup - Changed inactive user purging from 30 days to 180 days - posted by sh...@apache.org on 2017/01/09 16:22:20 UTC, 0 replies.
- [47/50] [abbrv] incubator-unomi git commit: - DMF-1133 Error when displaying an empty list in MF : fixed issue for real this time :) - Some configuration file cleanup - Changed inactive user purging from 30 days to 180 days - posted by sh...@apache.org on 2017/01/09 16:22:21 UTC, 0 replies.
- [48/50] [abbrv] incubator-unomi git commit: Cleanup setenv files to remove obsolete settings - posted by sh...@apache.org on 2017/01/09 16:22:22 UTC, 0 replies.
- [49/50] [abbrv] incubator-unomi git commit: [jgitflow-maven-plugin]updating poms for unomi_70_es_5_x version - posted by sh...@apache.org on 2017/01/09 16:22:23 UTC, 0 replies.
- [50/50] [abbrv] incubator-unomi git commit: [jgitflow-maven-plugin]merging 'feature-UNOMI-70-ES5X' into 'master' - posted by sh...@apache.org on 2017/01/09 16:22:24 UTC, 0 replies.
- [jira] [Created] (UNOMI-72) Fix integration and performance tests - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2017/01/10 19:59:58 UTC, 0 replies.
- incubator-unomi git commit: UNOMI-72 Deactivate integration and performance tests by default until we find a way to make them work - posted by sh...@apache.org on 2017/01/10 20:01:00 UTC, 0 replies.
- [jira] [Commented] (UNOMI-72) Fix integration and performance tests - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2017/01/10 20:01:58 UTC, 0 replies.
- incubator-unomi git commit: Prepare site update and documentation for upcoming 1.2 release. - posted by sh...@apache.org on 2017/01/11 14:55:59 UTC, 0 replies.
- Jenkins access - posted by Serge Huber <sh...@jahia.com> on 2017/01/11 16:49:57 UTC, 0 replies.
- FOSDEM 2017 Open Source Conference - Brussels - posted by Sharan F <sh...@apache.org> on 2017/01/12 12:12:10 UTC, 0 replies.
- incubator-unomi git commit: As Apache JIRA is down, this is a fix for on OutOfMemory : native thread limit reached problem because we were not properly closing or re-using the JMX connectors. This modification should fix the problem by re-using JMX conne - posted by sh...@apache.org on 2017/01/12 16:47:30 UTC, 0 replies.
- [incubator-unomi] Git Push Summary - posted by sh...@apache.org on 2017/01/14 07:27:23 UTC, 1 replies.
- incubator-unomi git commit: - Clarify past event condition matching code - Fix issue in the property condition query builder when an operator is not defined as we are creating the condition in the UI. - posted by sh...@apache.org on 2017/01/18 15:57:55 UTC, 0 replies.
- ApacheCon CFP closing soon (11 February) - posted by Rich Bowen <rb...@apache.org> on 2017/01/18 16:45:41 UTC, 0 replies.
- [jira] [Created] (UNOMI-73) Add a log when Unomi is properly initialized. - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2017/01/19 09:01:26 UTC, 0 replies.
- incubator-unomi git commit: UNOMI-73 Add a log when Unomi is properly initialized. This commit contains global log improvements to services startup and shutdown, in order to diagnose problems when bundles are started or shutdown. It also adds a global Bu - posted by sh...@apache.org on 2017/01/19 17:08:38 UTC, 0 replies.
- [jira] [Resolved] (UNOMI-73) Add a log when Unomi is properly initialized. - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2017/01/19 17:14:26 UTC, 0 replies.
- incubator-unomi git commit: Missing headers in pom.xml - posted by dr...@apache.org on 2017/01/19 17:46:17 UTC, 0 replies.
- incubator-unomi git commit: UNOMI-73 Add a log when Unomi is properly initialized. - Display shutdown message in System.out, but only once - Add version, build number and timestamp to log - Quick cleanups - posted by sh...@apache.org on 2017/01/20 10:53:02 UTC, 0 replies.
- [jira] [Created] (UNOMI-74) Improve user agent reporting to handle browser like Edge - posted by "Damien GAILLARD (JIRA)" <ji...@apache.org> on 2017/01/20 16:38:26 UTC, 0 replies.
- [jira] [Commented] (UNOMI-74) Improve user agent reporting to handle browser like Edge - posted by "Damien GAILLARD (JIRA)" <ji...@apache.org> on 2017/01/20 16:53:26 UTC, 0 replies.
- incubator-unomi git commit: UNOMI-39 : restored fix for contextual conditions - pass current context across boolean sub conditions, evaluate condition even if context is empty (may return null condition) - posted by dr...@apache.org on 2017/01/20 17:09:30 UTC, 0 replies.
- incubator-unomi git commit: UNOMI-73 Add a log when Unomi is properly initialized. - Add message to signal start of Unomi initialization - Fix issue with RMI stub by using boot delegation setting - posted by sh...@apache.org on 2017/01/23 09:18:06 UTC, 0 replies.
- incubator-unomi git commit: UNOMI-70 - Improve cluster timeout messages - posted by sh...@apache.org on 2017/01/24 10:03:47 UTC, 0 replies.
- incubator-unomi git commit: Fix bug when changing a node's public or secure address - posted by sh...@apache.org on 2017/01/24 11:41:14 UTC, 0 replies.
- incubator-unomi git commit: UNOMI-74 use updated version of uadetector from jahia repo - posted by dr...@apache.org on 2017/01/24 12:59:57 UTC, 0 replies.
- Podling Report Reminder - February 2017 - posted by jo...@apache.org on 2017/01/26 00:21:54 UTC, 2 replies.
- incubator-unomi git commit: Remove unused hostName field. - posted by sh...@apache.org on 2017/01/27 10:18:48 UTC, 0 replies.
- [Report] February 2017 - posted by Jean-Baptiste Onofré <jb...@nanthrax.net> on 2017/01/29 20:24:10 UTC, 2 replies.
- [1/2] incubator-unomi git commit: [jgitflow-maven-plugin]updating poms for unomi_5_karaf_4 version - posted by sh...@apache.org on 2017/01/30 19:25:17 UTC, 0 replies.
- [2/2] incubator-unomi git commit: UNOMI-5 Upgrade to Karaf 4 - posted by sh...@apache.org on 2017/01/30 19:25:18 UTC, 0 replies.
- Unomi now only has a single mentor - posted by "John D. Ament" <jo...@apache.org> on 2017/01/31 03:38:11 UTC, 4 replies.