You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2022/01/25 23:58:33 UTC

[skywalking-booster-ui] branch main updated: Update readme (#12)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9709891  Update readme (#12)
9709891 is described below

commit 970989100b27f89d51b8931b42b21c73d08f6d8b
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Jan 26 07:57:17 2022 +0800

    Update readme (#12)
---
 .github/workflows/nodejs.yml | 13 +++++++++----
 README.md                    |  4 +++-
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
index a6ff2eb..a6858bc 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -33,14 +33,11 @@ jobs:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
-  build:
-
+  npm:
     runs-on: ubuntu-latest
-
     strategy:
       matrix:
         node-version: [12.x, 14.x, 16.x]
-
     steps:
       - uses: actions/checkout@v1
       - name: Use Node.js ${{ matrix.node-version }}
@@ -55,3 +52,11 @@ jobs:
           npm run test:unit
         env:
           CI: true
+
+  build:
+    runs-on: ubuntu-latest
+    timeout-minutes: 90
+    needs: [npm]
+    steps:
+      - name: To pass or not pass
+        run: echo "Just to make the GitHub merge button green"
diff --git a/README.md b/README.md
index 65fc25c..6d06110 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,12 @@ Apache SkyWalking Booster UI
 
 <img src="http://skywalking.apache.org/assets/logo.svg" alt="Sky Walking logo" height="90px" align="right" />
 
-[Apache SkyWalking](https://github.com/apache/skywalking) UI.
+[Apache SkyWalking](https://github.com/apache/skywalking) Booster UI. 
 
 ![NPM BUILD](https://github.com/apache/skywalking-booster-ui/workflows/Node%20CI/badge.svg)
 
+This UI starts from SkyWalking OAP v9 core, replaced the RocketBot UI used in SkyWalking OAP from v6 to v8.
+
 # Contact Us
 * Submit an [issue](https://github.com/apache/skywalking/issues)
 * Mailing list: **dev@skywalking.apache.org**. Mail to `dev-subscribe@skywalking.apache.org`, follow the reply to subscribe the mailing list