mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-08-02 22:11:56 +00:00
Merge branch 'main' into feat/config
This commit is contained in:
commit
e015c22bf5
39
.asf.yaml
Normal file
39
.asf.yaml
Normal file
@ -0,0 +1,39 @@
|
||||
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
# this work for additional information regarding copyright ownership.
|
||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
||||
# (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
github:
|
||||
description: APM, Application Performance Monitoring System
|
||||
homepage: https://skywalking.apache.org/
|
||||
labels:
|
||||
- skywalking
|
||||
- observability
|
||||
- apm
|
||||
- visualization
|
||||
enabled_merge_buttons:
|
||||
squash: true
|
||||
merge: false
|
||||
rebase: false
|
||||
protected_branches:
|
||||
main:
|
||||
required_status_checks:
|
||||
strict: true
|
||||
contexts:
|
||||
- build
|
||||
required_pull_request_reviews:
|
||||
dismiss_stale_reviews: true
|
||||
required_approving_review_count: 1
|
13
.github/workflows/nodejs.yml
vendored
13
.github/workflows/nodejs.yml
vendored
@ -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"
|
||||
|
@ -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.
|
||||
|
||||

|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user