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 2020/06/11 11:12:15 UTC

[unomi] branch master updated (a3c03c2 -> 1f3edc4)

This is an automated email from the ASF dual-hosted git repository.

shuber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git.


    from a3c03c2  Merge pull request #164 from apache/UNOMI-341-refactoring-graphql-servicemanager
     add 4f25256  UNOMI-347 improve query results
     add c82d9cf  UNOMI-347 rename GraphQL fields
     new 1f3edc4  Merge pull request #165 from apache/UNOMI-347-graphql-query

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../fetchers/BaseConnectionDataFetcher.java        |  2 +
 .../unomi/graphql/fetchers/ConnectionParams.java   | 16 +++++++-
 .../fetchers/EventConnectionDataFetcher.java       |  6 ++-
 .../fetchers/ProfileConnectionDataFetcher.java     |  6 ++-
 .../fetchers/SegmentConnectionDataFetcher.java     |  6 ++-
 .../profile/PropertiesConnectionDataFetcher.java   |  6 ++-
 .../graphql/types/output/CDPListConnection.java    |  6 ++-
 .../unomi/graphql/types/output/CDPPageInfo.java    | 13 ++++++-
 .../unomi/graphql/types/output/CDPQuery.java       | 44 +++++++++++++---------
 9 files changed, 78 insertions(+), 27 deletions(-)


[unomi] 01/01: Merge pull request #165 from apache/UNOMI-347-graphql-query

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git

commit 1f3edc45ddf550c39882419ccfb19e48cb5b1f53
Merge: a3c03c2 c82d9cf
Author: Serge Huber <sh...@jahia.com>
AuthorDate: Thu Jun 11 13:12:07 2020 +0200

    Merge pull request #165 from apache/UNOMI-347-graphql-query
    
    UNOMI-347 improve query results

 .../fetchers/BaseConnectionDataFetcher.java        |  2 +
 .../unomi/graphql/fetchers/ConnectionParams.java   | 16 +++++++-
 .../fetchers/EventConnectionDataFetcher.java       |  6 ++-
 .../fetchers/ProfileConnectionDataFetcher.java     |  6 ++-
 .../fetchers/SegmentConnectionDataFetcher.java     |  6 ++-
 .../profile/PropertiesConnectionDataFetcher.java   |  6 ++-
 .../graphql/types/output/CDPListConnection.java    |  6 ++-
 .../unomi/graphql/types/output/CDPPageInfo.java    | 13 ++++++-
 .../unomi/graphql/types/output/CDPQuery.java       | 44 +++++++++++++---------
 9 files changed, 78 insertions(+), 27 deletions(-)