You are viewing a plain text version of this content. The canonical link for it is here.
- [GitHub] [unomi] sergehuber commented on a change in pull request #85: [UNOMI-228] Replace user agent detector library - posted by GitBox <gi...@apache.org> on 2019/05/03 13:21:44 UTC, 1 replies.
- [jira] [Created] (UNOMI-229) Add Dockerfile and Docker Compose - posted by "Michael Ghen (JIRA)" <ji...@apache.org> on 2019/05/04 01:10:00 UTC, 0 replies.
- [GitHub] [unomi] mikeghen opened a new pull request #86: Added Docker - posted by GitBox <gi...@apache.org> on 2019/05/04 01:33:23 UTC, 0 replies.
- [GitHub] [unomi] fpapon commented on issue #86: Added Docker - posted by GitBox <gi...@apache.org> on 2019/05/04 07:18:51 UTC, 0 replies.
- [jira] [Updated] (UNOMI-225) Upgrade backend to ElasticSearch 7 - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/05 13:28:00 UTC, 1 replies.
- [jira] [Commented] (UNOMI-229) Add Dockerfile and Docker Compose - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/05 13:43:00 UTC, 1 replies.
- [GitHub] [unomi] sergehuber commented on issue #86: UNOMI-229: Added Docker - posted by GitBox <gi...@apache.org> on 2019/05/05 14:17:18 UTC, 3 replies.
- [GitHub] [unomi] sergehuber removed a comment on issue #86: UNOMI-229: Added Docker - posted by GitBox <gi...@apache.org> on 2019/05/05 14:18:25 UTC, 0 replies.
- [unomi] branch master updated (0e81668 -> 8591255) - posted by sh...@apache.org on 2019/05/05 14:28:59 UTC, 0 replies.
- [unomi] 01/03: Added docker from mikeghen/unomi-dokcer - posted by sh...@apache.org on 2019/05/05 14:29:00 UTC, 0 replies.
- [GitHub] [unomi] asfgit merged pull request #86: UNOMI-229: Added Docker - posted by GitBox <gi...@apache.org> on 2019/05/05 14:29:00 UTC, 0 replies.
- [unomi] 02/03: Remove dependancy on mikeghen/unomi, added to readme - posted by sh...@apache.org on 2019/05/05 14:29:01 UTC, 0 replies.
- [unomi] 03/03: - Fix issues with missing ASL headers - Improve README to add instructions on how to build Docker image - posted by sh...@apache.org on 2019/05/05 14:29:02 UTC, 0 replies.
- [jira] [Resolved] (UNOMI-229) Add Dockerfile and Docker Compose - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/05 14:31:00 UTC, 0 replies.
- Getting ready to release Unomi 1.4.0 - posted by Serge Huber <sh...@apache.org> on 2019/05/05 14:59:13 UTC, 2 replies.
- [jira] [Created] (UNOMI-230) Better documentation for searches in Unomi - posted by "Casey Sybrandy (JIRA)" <ji...@apache.org> on 2019/05/07 12:42:00 UTC, 0 replies.
- [jira] [Commented] (UNOMI-230) Better documentation for searches in Unomi - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/07 20:24:00 UTC, 15 replies.
- [unomi] branch master updated: UNOMI-216 Centralize configuration in unomi.properties - Fix broken Salesforce unit test broken by introduction of default values for property values. - posted by sh...@apache.org on 2019/05/08 18:28:31 UTC, 0 replies.
- [GitHub] [unomi] sergehuber commented on issue #85: [UNOMI-228] Replace user agent detector library - posted by GitBox <gi...@apache.org> on 2019/05/08 20:02:53 UTC, 1 replies.
- [unomi] branch master updated: UNOMI-208 Improve documentation - Fixed flow by fixing heading levels that were not correct - Moved the request examples to a separate document to make them more visible - Moved the consent API higher up - Made all curl examples that use POST bodies use multiline bodies to make them easier to read - Made the web tracker also stand out some more - posted by sh...@apache.org on 2019/05/12 08:12:43 UTC, 0 replies.
- [unomi] branch master updated: UNOMI-208 Improve documentation - Fix image reference for latest documentation, probably still have to fix it for archives - posted by sh...@apache.org on 2019/05/12 08:28:43 UTC, 0 replies.
- [unomi] branch master updated: UNOMI-208 Improve documentation - Fix image reference in archived documentation - posted by sh...@apache.org on 2019/05/12 09:34:25 UTC, 1 replies.
- [jira] [Created] (UNOMI-231) Windows compilation issues - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/12 13:59:00 UTC, 0 replies.
- [unomi] branch master updated: UNOMI-231 Windows building issues - Deactivate (temporarily) the miredot plugin that generates a System.exit on Windows - Reduce the system load of the unit tests as they seem to be put too much stress on Windows platforms. - Update ElasticSearch plugin to latest version to address some Windows issues - posted by sh...@apache.org on 2019/05/12 14:05:36 UTC, 0 replies.
- [jira] [Commented] (UNOMI-231) Windows compilation issues - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/12 14:25:00 UTC, 0 replies.
- [unomi] branch UNOMI-180-CXS-GRAPHQLAPI updated (8269262 -> 241a579) - posted by sh...@apache.org on 2019/05/12 14:44:38 UTC, 0 replies.
- [unomi] 01/15: 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/05/12 14:44:39 UTC, 0 replies.
- [unomi] 02/15: 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/05/12 14:44:40 UTC, 0 replies.
- [unomi] 03/15: 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/05/12 14:44:41 UTC, 0 replies.
- [unomi] 04/15: UNOMI-180 Implement CXS GraphQL API - Event type registration and dynamic schema generation is now mostly working ! - posted by sh...@apache.org on 2019/05/12 14:44:42 UTC, 0 replies.
- [unomi] 05/15: UNOMI-180 Implement CXS GraphQL API - We now have basic filtering generation for event types working ! - posted by sh...@apache.org on 2019/05/12 14:44:43 UTC, 0 replies.
- [unomi] 06/15: 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/05/12 14:44:44 UTC, 0 replies.
- [unomi] 07/15: 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/05/12 14:44:45 UTC, 0 replies.
- [unomi] 08/15: 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/05/12 14:44:46 UTC, 0 replies.
- [unomi] 09/15: UNOMI-180 Implement CXS GraphQL API Make sure we use CXS_ prefix everywhere. - posted by sh...@apache.org on 2019/05/12 14:44:47 UTC, 0 replies.
- [unomi] 10/15: 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/05/12 14:44:48 UTC, 0 replies.
- [unomi] 11/15: 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/05/12 14:44:49 UTC, 0 replies.
- [unomi] 12/15: UNOMI-180 Implement CXS GraphQL API - Rename CXS to CDP - posted by sh...@apache.org on 2019/05/12 14:44:50 UTC, 0 replies.
- [unomi] 13/15: UNOMI-180 Implement CXS GraphQL API - Update version numbers - posted by sh...@apache.org on 2019/05/12 14:44:51 UTC, 0 replies.
- [unomi] 14/15: UNOMI-180 Implement CXS GraphQL API - Update dependency versions to make the GraphQL framework work again - posted by sh...@apache.org on 2019/05/12 14:44:52 UTC, 0 replies.
- [unomi] 15/15: UNOMI-180 - Updated GraphQL projects to latest version - Added CDP SDL schema generated from latest CDP specification - posted by sh...@apache.org on 2019/05/12 14:44:53 UTC, 0 replies.
- [unomi] branch UNOMI-180-CXS-GRAPHQLAPI updated (241a579 -> ed513da) - posted by sh...@apache.org on 2019/05/12 21:50:02 UTC, 0 replies.
- [unomi] 01/02: 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/05/12 21:50:03 UTC, 0 replies.
- [unomi] 02/02: 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/05/12 21:50:04 UTC, 0 replies.
- [unomi] branch UNOMI-180-CXS-GRAPHQLAPI updated: 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/05/13 09:59:43 UTC, 0 replies.
- [unomi] branch UNOMI-180-CXS-GRAPHQLAPI updated: 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/05/13 12:16:35 UTC, 0 replies.
- [unomi] branch UNOMI-180-CXS-GRAPHQLAPI updated: UNOMI-180 CDP Specification implementation - Integrate Apollo Tracing support - posted by sh...@apache.org on 2019/05/13 12:44:10 UTC, 0 replies.
- [jenkins] - PR build - posted by Francois Papon <fr...@openobject.fr> on 2019/05/13 16:44:10 UTC, 0 replies.
- [GitHub] [unomi] asfgit commented on issue #85: [UNOMI-228] Replace user agent detector library - posted by GitBox <gi...@apache.org> on 2019/05/13 18:07:38 UTC, 6 replies.
- [GitHub] [unomi] fpapon commented on issue #85: [UNOMI-228] Replace user agent detector library - posted by GitBox <gi...@apache.org> on 2019/05/15 04:37:36 UTC, 1 replies.
- [unomi] branch master updated: [UNOMI-228] Replace user agent detector library - posted by sh...@apache.org on 2019/05/15 17:35:07 UTC, 0 replies.
- [GitHub] [unomi] asfgit merged pull request #85: [UNOMI-228] Replace user agent detector library - posted by GitBox <gi...@apache.org> on 2019/05/15 17:35:08 UTC, 0 replies.
- [unomi] branch master updated: Remove some more references to incubating... - posted by sh...@apache.org on 2019/05/15 17:39:29 UTC, 0 replies.
- [jira] [Resolved] (UNOMI-228) Replace user agent detector library - posted by "Francois Papon (JIRA)" <ji...@apache.org> on 2019/05/15 17:40:00 UTC, 0 replies.
- [jira] [Updated] (UNOMI-230) Better documentation for searches in Unomi - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:44:00 UTC, 0 replies.
- [jira] [Resolved] (UNOMI-231) Windows compilation issues - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:44:00 UTC, 0 replies.
- [jira] [Resolved] (UNOMI-226) Support IP ranges and CIDR for ip address of third party server (reserved event sources) - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:45:00 UTC, 0 replies.
- [jira] [Updated] (UNOMI-66) Integrate Apache Kafka - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:45:00 UTC, 0 replies.
- [jira] [Updated] (UNOMI-203) Use the new KarafTestSupport from Karaf 4.2.1 - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:46:00 UTC, 0 replies.
- [jira] [Updated] (UNOMI-183) Create a common service or utils to be use in all the other services - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:46:00 UTC, 0 replies.
- [jira] [Resolved] (UNOMI-216) Configure Unomi by editing one configuration file & read env variables for Docker compatibility - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:46:00 UTC, 0 replies.
- [jira] [Updated] (UNOMI-214) Fix integration tests - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:46:00 UTC, 0 replies.
- [jira] [Resolved] (UNOMI-215) Improve tooling for analyzing rule executions - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:47:00 UTC, 0 replies.
- [jira] [Updated] (UNOMI-211) Logging for "Failed to Parse" ElasticSearch errors - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:48:00 UTC, 0 replies.
- [jira] [Resolved] (UNOMI-213) Move twitter sample HTML out of root context and build a proper HTML welcome page in the root context - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:49:00 UTC, 0 replies.
- [jira] [Resolved] (UNOMI-209) Unable to compile project because of dependency on itests - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:49:00 UTC, 0 replies.
- [jira] [Updated] (UNOMI-193) Machine learning for Apache Unomi - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:50:00 UTC, 1 replies.
- [jira] [Updated] (UNOMI-194) Implement a "IAB standard" option for consents - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:50:00 UTC, 0 replies.
- [jira] [Resolved] (UNOMI-187) Integrate analytics.js - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:50:00 UTC, 0 replies.
- [jira] [Updated] (UNOMI-192) UIs for Unomi - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:51:00 UTC, 1 replies.
- [jira] [Updated] (UNOMI-191) Unomi template for google tag manager - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:51:00 UTC, 0 replies.
- [jira] [Updated] (UNOMI-190) GraphQL API subscriptions for job status - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:51:00 UTC, 0 replies.
- [jira] [Updated] (UNOMI-188) Optimize rule engine by associating rules with event types directly - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:52:00 UTC, 0 replies.
- [jira] [Updated] (UNOMI-126) Find a better way to version documentation - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:52:00 UTC, 1 replies.
- [jira] [Resolved] (UNOMI-146) Create a function to get tracked condition in personalization service - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:52:00 UTC, 0 replies.
- [jira] [Updated] (UNOMI-189) Restrict some profile updates to authenticated users only - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:52:00 UTC, 0 replies.
- [jira] [Updated] (UNOMI-122) Use bulk processing for indexation (Performance improvement) - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:53:00 UTC, 1 replies.
- [jira] [Closed] (UNOMI-67) Add support for Do Not Track - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:53:00 UTC, 0 replies.
- [jira] [Updated] (UNOMI-166) Experiment : introduce a back-end cache for the ElasticSearch persistence manager - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:54:00 UTC, 1 replies.
- [jira] [Updated] (UNOMI-36) Sessions should be optional - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:54:00 UTC, 1 replies.
- [jira] [Updated] (UNOMI-154) Update build documentation - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:54:00 UTC, 1 replies.
- [jira] [Resolved] (UNOMI-154) Update build documentation - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:54:00 UTC, 0 replies.
- [jira] [Resolved] (UNOMI-152) Invalid monthly index name around New Year's Eve - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:55:00 UTC, 0 replies.
- [jira] [Updated] (UNOMI-145) EventPropertyCondition Segment Cannot Save Rule - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:56:00 UTC, 0 replies.
- [jira] [Updated] (UNOMI-150) Old index template is not deleted when migrating from 1.2.0 - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:56:00 UTC, 0 replies.
- [jira] [Updated] (UNOMI-141) Integration with anonymization library - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:56:01 UTC, 0 replies.
- [jira] [Updated] (UNOMI-139) Isolate Profiles By Client - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 17:57:00 UTC, 0 replies.
- [jira] [Updated] (UNOMI-71) Improve startup and test if ES server is available before trying to start Unomi services - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 18:00:01 UTC, 1 replies.
- [jira] [Updated] (UNOMI-175) Plugin vs. Extension - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/15 18:01:00 UTC, 1 replies.
- Preparing 1.4.0 release - posted by Serge Huber <sh...@apache.org> on 2019/05/16 07:29:46 UTC, 3 replies.
- [jira] [Created] (UNOMI-232) Add ability to discover similar users. - posted by "Casey Sybrandy (JIRA)" <ji...@apache.org> on 2019/05/16 11:48:01 UTC, 0 replies.
- [unomi] branch master updated: - Update NOTICE files in preparation for release - Remove DISCLAIMER no longer needed now that we are out of incubation - Remove ZIP file that was removed before (how did it come back ?) - - posted by sh...@apache.org on 2019/05/16 13:55:12 UTC, 0 replies.
- [unomi] branch master updated: [maven-release-plugin] prepare release unomi-root-1.4.0 - posted by sh...@apache.org on 2019/05/16 19:10:40 UTC, 1 replies.
- [unomi] annotated tag unomi-root-1.4.0 created (now 6508018) - posted by sh...@apache.org on 2019/05/16 19:10:55 UTC, 0 replies.
- [unomi] branch master updated: [maven-release-plugin] prepare for next development iteration - posted by sh...@apache.org on 2019/05/16 19:11:00 UTC, 1 replies.
- [unomi] annotated tag unomi-root-1.4.0 deleted (was 6508018) - posted by sh...@apache.org on 2019/05/16 20:06:08 UTC, 0 replies.
- [unomi] branch master updated: Revert back to 1.4.0-SNAPSHOT since building process failed. - posted by sh...@apache.org on 2019/05/16 20:20:42 UTC, 0 replies.
- [unomi] branch master updated: Change router packaging to KAR to make it consistent with all other packages. - posted by sh...@apache.org on 2019/05/16 20:39:39 UTC, 0 replies.
- [unomi] annotated tag unomi-root-1.4.0 created (now 3583ab0) - posted by sh...@apache.org on 2019/05/16 22:23:50 UTC, 0 replies.
- [VOTE] Apache Unomi 1.4.0 release - posted by Serge Huber <sh...@apache.org> on 2019/05/16 22:55:40 UTC, 8 replies.
- [unomi-site] branch master updated: Update the release guide with the latest corrections - posted by sh...@apache.org on 2019/05/17 05:26:46 UTC, 1 replies.
- [jira] [Created] (UNOMI-233) Add Related Conditions When Returning Condition data via REST - posted by "Jonathan Kressaty (JIRA)" <ji...@apache.org> on 2019/05/20 22:31:00 UTC, 0 replies.
- [jira] [Commented] (UNOMI-172) Better way to create large profile segments - posted by "Jonathan Kressaty (JIRA)" <ji...@apache.org> on 2019/05/20 23:07:00 UTC, 2 replies.
- [jira] [Commented] (UNOMI-233) Add Related Conditions When Returning Condition data via REST - posted by "Serge Huber (JIRA)" <ji...@apache.org> on 2019/05/21 07:44:00 UTC, 0 replies.
- [GitHub] [unomi] fpapon opened a new pull request #87: Switch to https urls in pom - posted by GitBox <gi...@apache.org> on 2019/05/22 05:27:49 UTC, 0 replies.
- [GitHub] [unomi] asfgit commented on issue #87: Switch to https urls in pom - posted by GitBox <gi...@apache.org> on 2019/05/22 07:14:42 UTC, 0 replies.
- [GitHub] [unomi] jbonofre merged pull request #87: Switch to https urls in pom - posted by GitBox <gi...@apache.org> on 2019/05/22 09:05:16 UTC, 0 replies.
- [unomi] branch master updated: Switch to https urls in pom - posted by jb...@apache.org on 2019/05/22 09:05:19 UTC, 0 replies.
- [GitHub] [unomi] jbonofre closed pull request #56: UNOMI-5 Upgrade to Karaf 4 - posted by GitBox <gi...@apache.org> on 2019/05/22 09:05:48 UTC, 0 replies.
- [GitHub] [unomi] jbonofre commented on issue #56: UNOMI-5 Upgrade to Karaf 4 - posted by GitBox <gi...@apache.org> on 2019/05/22 09:06:04 UTC, 0 replies.
- Re: [ANNOUNCE] Apache Roadshow Chicago, Call for Presentations - posted by Serge Huber <sh...@apache.org> on 2019/05/24 09:16:30 UTC, 6 replies.
- [RESULT][VOTE] Apache Unomi 1.4.0 release - posted by Serge Huber <sh...@apache.org> on 2019/05/24 10:29:20 UTC, 0 replies.
- [unomi] branch UNOMI-180-CXS-GRAPHQLAPI updated (b6ef615 -> 026cea3) - posted by sh...@apache.org on 2019/05/25 19:06:42 UTC, 0 replies.
- [unomi] 01/20: 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/05/25 19:06:43 UTC, 0 replies.
- [unomi] 02/20: 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/05/25 19:06:44 UTC, 0 replies.
- [unomi] 03/20: 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/05/25 19:06:45 UTC, 0 replies.
- [unomi] 04/20: UNOMI-180 Implement CXS GraphQL API - Event type registration and dynamic schema generation is now mostly working ! - posted by sh...@apache.org on 2019/05/25 19:06:46 UTC, 0 replies.
- [unomi] 05/20: UNOMI-180 Implement CXS GraphQL API - We now have basic filtering generation for event types working ! - posted by sh...@apache.org on 2019/05/25 19:06:47 UTC, 0 replies.
- [unomi] 06/20: 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/05/25 19:06:48 UTC, 0 replies.
- [unomi] 07/20: 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/05/25 19:06:49 UTC, 0 replies.
- [unomi] 08/20: 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/05/25 19:06:50 UTC, 0 replies.
- [unomi] 09/20: UNOMI-180 Implement CXS GraphQL API Make sure we use CXS_ prefix everywhere. - posted by sh...@apache.org on 2019/05/25 19:06:51 UTC, 0 replies.
- [unomi] 10/20: 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/05/25 19:06:52 UTC, 0 replies.
- [unomi] 11/20: 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/05/25 19:06:53 UTC, 0 replies.
- [unomi] 12/20: UNOMI-180 Implement CXS GraphQL API - Rename CXS to CDP - posted by sh...@apache.org on 2019/05/25 19:06:54 UTC, 0 replies.
- [unomi] 13/20: UNOMI-180 Implement CXS GraphQL API - Update version numbers - posted by sh...@apache.org on 2019/05/25 19:06:55 UTC, 0 replies.
- [unomi] 14/20: UNOMI-180 Implement CXS GraphQL API - Update dependency versions to make the GraphQL framework work again - posted by sh...@apache.org on 2019/05/25 19:06:56 UTC, 0 replies.
- [unomi] 15/20: UNOMI-180 - Updated GraphQL projects to latest version - Added CDP SDL schema generated from latest CDP specification - posted by sh...@apache.org on 2019/05/25 19:06:57 UTC, 0 replies.
- [unomi] 16/20: 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/05/25 19:06:58 UTC, 0 replies.
- [unomi] 17/20: 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/05/25 19:06:59 UTC, 0 replies.
- [unomi] 18/20: 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/05/25 19:07:00 UTC, 0 replies.
- [unomi] 19/20: 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/05/25 19:07:01 UTC, 0 replies.
- [unomi] 20/20: UNOMI-180 CDP Specification implementation - Integrate Apollo Tracing support - posted by sh...@apache.org on 2019/05/25 19:07:02 UTC, 0 replies.
- [unomi] branch UNOMI-180-CXS-GRAPHQLAPI updated: Initial work on integrating event service. - posted by sh...@apache.org on 2019/05/26 09:32:31 UTC, 0 replies.
- [unomi-site] branch master updated: Update documentation, get started and download pages for release 1.4.0 - posted by sh...@apache.org on 2019/05/27 09:20:44 UTC, 0 replies.
- [unomi-site] branch master updated: Update home page with latest news to announce release 1.4.0 - posted by sh...@apache.org on 2019/05/27 11:35:11 UTC, 0 replies.
- [unomi-site] branch master updated: Add Mike's talk to the resources section. - posted by sh...@apache.org on 2019/05/27 12:34:42 UTC, 0 replies.
- [unomi-site] branch master updated: Remove "just released" that's no longer relevant. - posted by sh...@apache.org on 2019/05/27 13:05:09 UTC, 0 replies.
- [unomi-site] branch master updated: Cleanup minor mess :) - posted by sh...@apache.org on 2019/05/27 17:46:21 UTC, 0 replies.
- [unomi] branch UNOMI-180-CXS-GRAPHQLAPI updated: UNOMI-180 CDP Specification implementation - Add todo for configurability of CORS headers - posted by sh...@apache.org on 2019/05/27 18:33:04 UTC, 0 replies.
- [GitHub] [unomi] fpapon opened a new pull request #88: Update developper roles from old incubator roles - posted by GitBox <gi...@apache.org> on 2019/05/27 23:14:00 UTC, 0 replies.
- [GitHub] [unomi] asfgit commented on issue #88: Update developper roles from old incubator roles - posted by GitBox <gi...@apache.org> on 2019/05/28 00:52:00 UTC, 0 replies.
- [unomi] branch UNOMI-180-CXS-GRAPHQLAPI updated (8369030 -> 0f7d203) - posted by sh...@apache.org on 2019/05/28 18:09:11 UTC, 0 replies.
- [unomi] 01/02: findSegments and findEvents fields now work partially, retrieving partially built results. Filters are not yet doing anything. - posted by sh...@apache.org on 2019/05/28 18:09:12 UTC, 0 replies.
- [unomi] 02/02: Add custom unomi types with custom event types. - posted by sh...@apache.org on 2019/05/28 18:09:13 UTC, 0 replies.
- [unomi] branch UNOMI-180-CXS-GRAPHQLAPI updated (0f7d203 -> ca1bbdd) - posted by sh...@apache.org on 2019/05/28 18:13:52 UTC, 0 replies.
- [unomi] 01/25: 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/05/28 18:13:53 UTC, 0 replies.
- [unomi] 02/25: 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/05/28 18:13:54 UTC, 0 replies.
- [unomi] 03/25: 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/05/28 18:13:55 UTC, 0 replies.
- [unomi] 04/25: UNOMI-180 Implement CXS GraphQL API - Event type registration and dynamic schema generation is now mostly working ! - posted by sh...@apache.org on 2019/05/28 18:13:56 UTC, 0 replies.
- [unomi] 05/25: UNOMI-180 Implement CXS GraphQL API - We now have basic filtering generation for event types working ! - posted by sh...@apache.org on 2019/05/28 18:13:57 UTC, 0 replies.
- [unomi] 06/25: 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/05/28 18:13:58 UTC, 0 replies.
- [unomi] 07/25: 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/05/28 18:13:59 UTC, 0 replies.
- [unomi] 08/25: 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/05/28 18:14:00 UTC, 0 replies.
- [unomi] 09/25: UNOMI-180 Implement CXS GraphQL API Make sure we use CXS_ prefix everywhere. - posted by sh...@apache.org on 2019/05/28 18:14:01 UTC, 0 replies.
- [unomi] 10/25: 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/05/28 18:14:02 UTC, 0 replies.
- [unomi] 11/25: 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/05/28 18:14:03 UTC, 0 replies.
- [unomi] 12/25: UNOMI-180 Implement CXS GraphQL API - Rename CXS to CDP - posted by sh...@apache.org on 2019/05/28 18:14:04 UTC, 0 replies.
- [unomi] 13/25: UNOMI-180 Implement CXS GraphQL API - Update version numbers - posted by sh...@apache.org on 2019/05/28 18:14:05 UTC, 0 replies.
- [unomi] 14/25: UNOMI-180 Implement CXS GraphQL API - Update dependency versions to make the GraphQL framework work again - posted by sh...@apache.org on 2019/05/28 18:14:06 UTC, 0 replies.
- [unomi] 15/25: UNOMI-180 - Updated GraphQL projects to latest version - Added CDP SDL schema generated from latest CDP specification - posted by sh...@apache.org on 2019/05/28 18:14:07 UTC, 0 replies.
- [unomi] 16/25: 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/05/28 18:14:08 UTC, 0 replies.
- [unomi] 17/25: 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/05/28 18:14:09 UTC, 0 replies.
- [unomi] 18/25: 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/05/28 18:14:10 UTC, 0 replies.
- [unomi] 19/25: 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/05/28 18:14:11 UTC, 0 replies.
- [unomi] 20/25: UNOMI-180 CDP Specification implementation - Integrate Apollo Tracing support - posted by sh...@apache.org on 2019/05/28 18:14:12 UTC, 0 replies.
- [unomi] 21/25: Initial work on integrating event service. - posted by sh...@apache.org on 2019/05/28 18:14:13 UTC, 0 replies.
- [unomi] 22/25: UNOMI-180 CDP Specification implementation - Add todo for configurability of CORS headers - posted by sh...@apache.org on 2019/05/28 18:14:14 UTC, 0 replies.
- [unomi] 23/25: findSegments and findEvents fields now work partially, retrieving partially built results. Filters are not yet doing anything. - posted by sh...@apache.org on 2019/05/28 18:14:15 UTC, 0 replies.
- [unomi] 24/25: Add custom unomi types with custom event types. - posted by sh...@apache.org on 2019/05/28 18:14:16 UTC, 0 replies.
- [unomi] 25/25: Update project version to 1.5.0 - posted by sh...@apache.org on 2019/05/28 18:14:17 UTC, 0 replies.
- [unomi] branch master updated: Adjust missed version numbers - posted by sh...@apache.org on 2019/05/28 18:27:47 UTC, 0 replies.
- [unomi-site] branch master updated: Correct name of OASIS specification - posted by sh...@apache.org on 2019/05/28 18:37:25 UTC, 1 replies.
- [unomi] branch master updated: Update developper roles from old incubator roles - posted by sh...@apache.org on 2019/05/28 18:44:19 UTC, 0 replies.
- [GitHub] [unomi] asfgit merged pull request #88: Update developper roles from old incubator roles - posted by GitBox <gi...@apache.org> on 2019/05/28 18:44:20 UTC, 0 replies.
- [GitHub] [unomi] sergehuber commented on issue #88: Update developper roles from old incubator roles - posted by GitBox <gi...@apache.org> on 2019/05/28 19:00:29 UTC, 0 replies.