You are viewing a plain text version of this content. The canonical link for it is here.
- [jira] [Commented] (UNOMI-225) Upgrade backend to ElasticSearch 7 - posted by "Francois Papon (Jira)" <ji...@apache.org> on 2019/10/01 06:15:00 UTC, 1 replies.
- ApacheCon North America 2020, project participation - posted by Rich Bowen <rb...@apache.org> on 2019/10/01 16:35:16 UTC, 0 replies.
- [jira] [Updated] (UNOMI-225) Upgrade backend to ElasticSearch 7 - posted by "Serge Huber (Jira)" <ji...@apache.org> on 2019/10/02 08:37:00 UTC, 1 replies.
- [jira] [Assigned] (UNOMI-225) Upgrade backend to ElasticSearch 7 - posted by "Francois Papon (Jira)" <ji...@apache.org> on 2019/10/03 06:44:00 UTC, 0 replies.
- [unomi] branch UNOMI-180-CXS-GRAPHQLAPI updated: Add manual validation of specification steps - posted by sh...@apache.org on 2019/10/03 09:52:34 UTC, 0 replies.
- [GitHub] [unomi] sergehuber merged pull request #102: UNOMI-250 Refactoring services into seperate Java packages - posted by GitBox <gi...@apache.org> on 2019/10/08 08:23:48 UTC, 0 replies.
- [unomi] branch master updated (4fa4955 -> 2cfef87) - posted by sh...@apache.org on 2019/10/08 08:23:51 UTC, 0 replies.
- [unomi] 01/01: Merge pull request #102 from apache/UNOMI-250-refactor-services-impl - posted by sh...@apache.org on 2019/10/08 08:23:52 UTC, 0 replies.
- [unomi] branch UNOMI-250-refactor-services-impl deleted (was 950c3d9) - posted by sh...@apache.org on 2019/10/08 08:23:54 UTC, 0 replies.
- Hello Unomi-World - posted by Julian Feinauer <j....@pragmaticminds.de> on 2019/10/08 10:11:43 UTC, 4 replies.
- [GitHub] [unomi] sergehuber merged pull request #101: UNOMI-249 New shell commands to make plugin development easier - posted by GitBox <gi...@apache.org> on 2019/10/09 08:10:57 UTC, 0 replies.
- [unomi] branch master updated (2cfef87 -> b6f6fa4) - posted by sh...@apache.org on 2019/10/09 08:11:00 UTC, 0 replies.
- [unomi] 01/01: Merge pull request #101 from apache/UNOMI-249-new-shell-commands - posted by sh...@apache.org on 2019/10/09 08:11:01 UTC, 0 replies.
- [unomi] branch UNOMI-249-new-shell-commands deleted (was 9d32116) - posted by sh...@apache.org on 2019/10/09 08:12:00 UTC, 0 replies.
- [jira] [Created] (UNOMI-251) Unable to resolve root: missing requirement [root] osgi.identity; - posted by "Bhagi Raj Limbu (Jira)" <ji...@apache.org> on 2019/10/10 01:37:00 UTC, 0 replies.
- [jira] [Commented] (UNOMI-251) Unable to resolve root: missing requirement [root] osgi.identity; - posted by "Bhagi Raj Limbu (Jira)" <ji...@apache.org> on 2019/10/10 02:41:00 UTC, 2 replies.
- [GitHub] [unomi] BhagiLimbu commented on issue #101: UNOMI-249 New shell commands to make plugin development easier - posted by GitBox <gi...@apache.org> on 2019/10/10 03:20:07 UTC, 0 replies.
- [unomi] branch master updated: Minor improvement to root pom to make it easier to pass parameters to the release plugin - posted by sh...@apache.org on 2019/10/10 09:35:46 UTC, 0 replies.
- [unomi] branch UNOMI-180-CXS-GRAPHQLAPI updated (abd4f08 -> 07373d6) - posted by sh...@apache.org on 2019/10/10 13:51:08 UTC, 0 replies.
- [unomi] 01/26: UNOMI-180 Implement CXS GraphQL API - Initial framework for CXS GraphQL API. Lots of stuff is just testing, please don't consider it as finalized in any way. - posted by sh...@apache.org on 2019/10/10 13:51:09 UTC, 0 replies.
- [unomi] 02/26: UNOMI-180 Implement CXS GraphQL API - Started implementing mutation for event type definitions, but still struggling with some limitations in the graphql-java-annotations project, notably it doesn't easily provide a way to build input types, and it seems to prefix all input types with "Input" which is not something wanted as we have already postfixed them. Postfixing seems to be more of a conventation than prefixing them in the GraphQL world. - posted by sh...@apache.org on 2019/10/10 13:51:10 UTC, 0 replies.
- [unomi] 03/26: UNOMI-180 Implement CXS GraphQL API - First implementation of registering event types. Not yet perfect but some parts are working. - posted by sh...@apache.org on 2019/10/10 13:51:11 UTC, 0 replies.
- [unomi] 04/26: UNOMI-180 Implement CXS GraphQL API - Event type registration and dynamic schema generation is now mostly working ! - posted by sh...@apache.org on 2019/10/10 13:51:12 UTC, 0 replies.
- [unomi] 05/26: UNOMI-180 Implement CXS GraphQL API - We now have basic filtering generation for event types working ! - posted by sh...@apache.org on 2019/10/10 13:51:13 UTC, 0 replies.
- [unomi] 06/26: UNOMI-180 Implement CXS GraphQL API - Add some example operators for String filters - Add the possibility to provide a "or" operator as a default for property matching using a seperate "properties_or" field - posted by sh...@apache.org on 2019/10/10 13:51:14 UTC, 0 replies.
- [unomi] 07/26: UNOMI-180 Implement CXS GraphQL API Big refactoring, will now use a mixture of annotations and manually declared fields to build dynamic fields in schema. Because of these changes all the previous functionality is a bit broken for the moment but should be restored in a future commmit. - posted by sh...@apache.org on 2019/10/10 13:51:15 UTC, 0 replies.
- [unomi] 08/26: UNOMI-180 Implement CXS GraphQL API Get event type creation to work (partially, the event GraphQL schema types are not yet properly modified) - posted by sh...@apache.org on 2019/10/10 13:51:16 UTC, 0 replies.
- [unomi] 09/26: UNOMI-180 Implement CXS GraphQL API Make sure we use CXS_ prefix everywhere. - posted by sh...@apache.org on 2019/10/10 13:51:17 UTC, 0 replies.
- [unomi] 10/26: UNOMI-180 Implement CXS GraphQL API - Event output field generation is working again, input will be harder because of the way the objects are prefixed with the input naming convention - posted by sh...@apache.org on 2019/10/10 13:51:18 UTC, 0 replies.
- [unomi] 11/26: UNOMI-180 Implement CXS GraphQL API - Modify the type generation to use "Input" suffix for input types instead of a prefix. - posted by sh...@apache.org on 2019/10/10 13:51:19 UTC, 0 replies.
- [unomi] 12/26: UNOMI-180 Implement CXS GraphQL API - Rename CXS to CDP - posted by sh...@apache.org on 2019/10/10 13:51:20 UTC, 0 replies.
- [unomi] 13/26: UNOMI-180 Implement CXS GraphQL API - Update version numbers - posted by sh...@apache.org on 2019/10/10 13:51:21 UTC, 0 replies.
- [unomi] 14/26: UNOMI-180 Implement CXS GraphQL API - Update dependency versions to make the GraphQL framework work again - posted by sh...@apache.org on 2019/10/10 13:51:22 UTC, 0 replies.
- [unomi] 15/26: UNOMI-180 - Updated GraphQL projects to latest version - Added CDP SDL schema generated from latest CDP specification - posted by sh...@apache.org on 2019/10/10 13:51:23 UTC, 0 replies.
- [unomi] 16/26: UNOMI-180 - Start building a new servlet that loads the SDL schema and will combine it with dynamic type registration. - Deactivated old graphql-java-servlet for the moment. - posted by sh...@apache.org on 2019/10/10 13:51:24 UTC, 0 replies.
- [unomi] 17/26: UNOMI-180 CDP Specification implementation - Get CDP feature to install properly (but it doesn't start yet since it is missing custom scalar and event registrations) - Fixed GraphQL schema JSON encoding to UTF-8 - Removed references to incubating that are no longer needed. - posted by sh...@apache.org on 2019/10/10 13:51:25 UTC, 0 replies.
- [unomi] 18/26: UNOMI-180 CDP Specification implementation - Implement GET and POST basic support - Add support for schema retrieval - Add extended scalars (some scalars are not implemented yet such as GeoPoint) - posted by sh...@apache.org on 2019/10/10 13:51:26 UTC, 0 replies.
- [unomi] 19/26: UNOMI-180 CDP Specification implementation - Add CORS support to get it to work with GraphQL Playground - Managed to execute a query (but doesn't return any data as DataFetchers are not yet implemented !) - posted by sh...@apache.org on 2019/10/10 13:51:27 UTC, 0 replies.
- [unomi] 20/26: UNOMI-180 CDP Specification implementation - Integrate Apollo Tracing support - posted by sh...@apache.org on 2019/10/10 13:51:28 UTC, 0 replies.
- [unomi] 21/26: Initial work on integrating event service. - posted by sh...@apache.org on 2019/10/10 13:51:29 UTC, 0 replies.
- [unomi] 22/26: UNOMI-180 CDP Specification implementation - Add todo for configurability of CORS headers - posted by sh...@apache.org on 2019/10/10 13:51:30 UTC, 0 replies.
- [unomi] 23/26: findSegments and findEvents fields now work partially, retrieving partially built results. Filters are not yet doing anything. - posted by sh...@apache.org on 2019/10/10 13:51:31 UTC, 0 replies.
- [unomi] 24/26: Add custom unomi types with custom event types. - posted by sh...@apache.org on 2019/10/10 13:51:32 UTC, 0 replies.
- [unomi] 25/26: Update project version to 1.5.0 - posted by sh...@apache.org on 2019/10/10 13:51:33 UTC, 0 replies.
- [unomi] 26/26: Add manual validation of specification steps - posted by sh...@apache.org on 2019/10/10 13:51:34 UTC, 0 replies.
- [jira] [Resolved] (UNOMI-249) Add Karaf shell commands to remove profiles, segments actions as well as to undeploy definitions - posted by "Serge Huber (Jira)" <ji...@apache.org> on 2019/10/11 13:05:00 UTC, 0 replies.
- [jira] [Resolved] (UNOMI-250) Refactor services implementations into separate packages - posted by "Serge Huber (Jira)" <ji...@apache.org> on 2019/10/11 13:06:00 UTC, 0 replies.
- [jira] [Created] (UNOMI-252) Add documentation for query counts, query metrics and aggregations - posted by "Serge Huber (Jira)" <ji...@apache.org> on 2019/10/11 13:07:00 UTC, 0 replies.
- [unomi] branch UNOMI-252-aggregation-doc created (now c8cf439) - posted by sh...@apache.org on 2019/10/11 13:10:37 UTC, 0 replies.
- [unomi] 01/01: UNOMI-252 Add documentation for query counts, query metrics and aggregations - Added the suggested documentation - posted by sh...@apache.org on 2019/10/11 13:10:38 UTC, 0 replies.
- [GitHub] [unomi] sergehuber opened a new pull request #103: UNOMI-252 Add documentation for query counts, query metrics and aggregations - posted by GitBox <gi...@apache.org> on 2019/10/11 13:11:47 UTC, 0 replies.
- [GitHub] [unomi] JulianFeinauer commented on issue #103: UNOMI-252 Add documentation for query counts, query metrics and aggregations - posted by GitBox <gi...@apache.org> on 2019/10/11 13:17:40 UTC, 0 replies.
- commits@unomi... - posted by Julian Feinauer <j....@pragmaticminds.de> on 2019/10/11 13:28:15 UTC, 2 replies.
- [GitHub] [unomi] asf-ci commented on issue #103: UNOMI-252 Add documentation for query counts, query metrics and aggregations - posted by GitBox <gi...@apache.org> on 2019/10/11 13:36:40 UTC, 0 replies.
- [jira] [Issue Comment Deleted] (UNOMI-251) Unable to resolve root: missing requirement [root] osgi.identity; - posted by "Bhagi Raj Limbu (Jira)" <ji...@apache.org> on 2019/10/12 07:02:00 UTC, 0 replies.
- [jira] [Resolved] (UNOMI-251) Unable to resolve root: missing requirement [root] osgi.identity; - posted by "Bhagi Raj Limbu (Jira)" <ji...@apache.org> on 2019/10/12 07:02:00 UTC, 0 replies.
- [GitHub] [unomi] sergehuber merged pull request #103: UNOMI-252 Add documentation for query counts, query metrics and aggregations - posted by GitBox <gi...@apache.org> on 2019/10/16 12:32:35 UTC, 0 replies.
- [unomi] branch master updated (d80f65e -> 2fb149d) - posted by sh...@apache.org on 2019/10/16 12:32:40 UTC, 0 replies.
- [unomi] 01/01: Merge pull request #103 from apache/UNOMI-252-aggregation-doc - posted by sh...@apache.org on 2019/10/16 12:32:41 UTC, 0 replies.
- [GitHub] [unomi] fpapon opened a new pull request #104: WIP - posted by GitBox <gi...@apache.org> on 2019/10/17 12:07:54 UTC, 0 replies.
- [GitHub] [unomi] asf-ci commented on issue #104: WIP - posted by GitBox <gi...@apache.org> on 2019/10/17 12:08:30 UTC, 0 replies.
- [GitHub] [unomi] sergehuber merged pull request #104: WIP [UNOMI-225] ElasticSearch 7 - posted by GitBox <gi...@apache.org> on 2019/10/17 12:11:52 UTC, 0 replies.
- [unomi] branch UNOMI-225-ES7 updated (250a8ec -> d609efe) - posted by sh...@apache.org on 2019/10/17 12:12:00 UTC, 0 replies.
- [jira] [Created] (UNOMI-253) Can't create segments - posted by "Bhagi Raj Limbu (Jira)" <ji...@apache.org> on 2019/10/22 09:19:00 UTC, 0 replies.
- [jira] [Commented] (UNOMI-253) Can't create segments - posted by "Serge Huber (Jira)" <ji...@apache.org> on 2019/10/22 09:36:00 UTC, 3 replies.
- [jira] [Comment Edited] (UNOMI-253) Can't create segments - posted by "Bhagi Raj Limbu (Jira)" <ji...@apache.org> on 2019/10/22 15:18:00 UTC, 0 replies.
- [unomi] branch master updated: Replace references to Marketing Factory with Unomi - posted by sh...@apache.org on 2019/10/29 12:44:05 UTC, 0 replies.