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 2017/12/25 07:33:43 UTC

[incubator-skywalking] branch feature/ui-protocol created (now 48f0f22)

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

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


      at 48f0f22  Init ui-protocol.

This branch includes the following new commits:

     new 48f0f22  Init ui-protocol.

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.


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

[incubator-skywalking] 01/01: Init ui-protocol.

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

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

commit 48f0f22de697d5e37307ab34ed6b57c09d1c6df4
Author: wu-sheng <wu...@foxmail.com>
AuthorDate: Mon Dec 25 15:33:12 2017 +0800

    Init ui-protocol.
---
 apm-protocol/{apm-ui-query => apm-ui-protocol}/pom.xml                  | 0
 .../apm-ui-protocol/src/main/resources/ui-graphql/alarm.graphqls        | 0
 .../src/main/resources/ui-graphql/application-layer.graphqls            | 0
 .../apm-ui-protocol/src/main/resources/ui-graphql/common.graphqls       | 0
 .../src/main/resources/ui-graphql/overview-layer.graphqls               | 0
 .../apm-ui-protocol/src/main/resources/ui-graphql/server-layer.graphqls | 0
 .../src/main/resources/ui-graphql/service-layer.graphqls                | 0
 .../apm-ui-protocol/src/main/resources/ui-graphql/trace.graphqls        | 0
 apm-protocol/pom.xml                                                    | 2 +-
 9 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/apm-protocol/apm-ui-query/pom.xml b/apm-protocol/apm-ui-protocol/pom.xml
similarity index 100%
rename from apm-protocol/apm-ui-query/pom.xml
rename to apm-protocol/apm-ui-protocol/pom.xml
diff --git a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/alarm.graphqls b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/alarm.graphqls
new file mode 100644
index 0000000..e69de29
diff --git a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/application-layer.graphqls b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/application-layer.graphqls
new file mode 100644
index 0000000..e69de29
diff --git a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/common.graphqls b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/common.graphqls
new file mode 100644
index 0000000..e69de29
diff --git a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/overview-layer.graphqls b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/overview-layer.graphqls
new file mode 100644
index 0000000..e69de29
diff --git a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/server-layer.graphqls b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/server-layer.graphqls
new file mode 100644
index 0000000..e69de29
diff --git a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/service-layer.graphqls b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/service-layer.graphqls
new file mode 100644
index 0000000..e69de29
diff --git a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/trace.graphqls b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/trace.graphqls
new file mode 100644
index 0000000..e69de29
diff --git a/apm-protocol/pom.xml b/apm-protocol/pom.xml
index cc86849..fa57085 100644
--- a/apm-protocol/pom.xml
+++ b/apm-protocol/pom.xml
@@ -32,6 +32,6 @@
 
     <modules>
         <module>apm-network</module>
-        <module>apm-ui-query</module>
+        <module>apm-ui-protocol</module>
     </modules>
 </project>
\ No newline at end of file

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