You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/01/15 03:15:06 UTC

[incubator-skywalking] branch master updated (3f59c05 -> ab38da5)

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

wusheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.


    from 3f59c05  Merge pull request #756 from apache/document/star-twitter
     add d730e17  Make the nodes of Topology nullable. And elements in it are not null.
     add 06b9f5f  1. Add set/get `DataTTLConfigs` and set/get `AlarmThreshold` mutation service. 2. All empty arrays are represented by `[]`, not `null`. 3. Add Mutation type, represents for all modification operations. 4. Support **Pagination** in some query. 5. Seperate alarm into to title and content
     add e7a5fd6  no message
     add b2706cf  Make the user node as an extend of Node, rather then an attribute of ApplicationNode.
     add 50e0985  add constant values
     add eaef6f1  Fix a compile issue
     add 225903a  Fix missing parts.
     add 41d7b5c  Add a query service
     add 8f260f8  Update trace type.
     add ca22483  Merge branch 'master' into fix/graphql/node-nullable
     add 691fb78  Add `isAlarm` for ApplicationNode.
     add 315a6f0  Merge branch 'master' into fix/graphql/node-nullable
     new ab38da5  Merge pull request #732 from apache/fix/graphql/node-nullable

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:
 .../src/main/resources/ui-graphql/alarm.graphqls   | 17 +++++++++-
 .../ui-graphql/application-layer.graphqls          | 16 +++++----
 .../src/main/resources/ui-graphql/common.graphqls  | 30 ++++++++++++++---
 .../src/main/resources/ui-graphql/config.graphqls  | 38 ++++++++++++++++++++++
 .../resources/ui-graphql/overview-layer.graphqls   |  6 ++--
 .../resources/ui-graphql/server-layer.graphqls     | 17 +++++-----
 .../resources/ui-graphql/service-layer.graphqls    |  2 +-
 .../src/main/resources/ui-graphql/trace.graphqls   | 35 ++++++++++----------
 .../apm/ui/protocol/GraphQLScriptTest.java         |  1 +
 9 files changed, 121 insertions(+), 41 deletions(-)
 create mode 100644 apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/config.graphqls

-- 
To stop receiving notification emails like this one, please contact
['"commits@skywalking.apache.org" <co...@skywalking.apache.org>'].

[incubator-skywalking] 01/01: Merge pull request #732 from apache/fix/graphql/node-nullable

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git

commit ab38da59f79d733549da2be1c732dc22fabc4f86
Merge: 3f59c05 315a6f0
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Jan 15 11:15:00 2018 +0800

    Merge pull request #732 from apache/fix/graphql/node-nullable
    
    Adjust ui-query protocol

 .../src/main/resources/ui-graphql/alarm.graphqls   | 17 +++++++++-
 .../ui-graphql/application-layer.graphqls          | 16 +++++----
 .../src/main/resources/ui-graphql/common.graphqls  | 30 ++++++++++++++---
 .../src/main/resources/ui-graphql/config.graphqls  | 38 ++++++++++++++++++++++
 .../resources/ui-graphql/overview-layer.graphqls   |  6 ++--
 .../resources/ui-graphql/server-layer.graphqls     | 17 +++++-----
 .../resources/ui-graphql/service-layer.graphqls    |  2 +-
 .../src/main/resources/ui-graphql/trace.graphqls   | 35 ++++++++++----------
 .../apm/ui/protocol/GraphQLScriptTest.java         |  1 +
 9 files changed, 121 insertions(+), 41 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@skywalking.apache.org" <co...@skywalking.apache.org>.