Merge RocketBot UI as primary UI (#2515)
* Remove old UI submodule. * Add rocketbot UI as submodule. * update skywalking-rocketbot-ui commitId. * Update ignore.
This commit is contained in:
parent
4e50bcf094
commit
5321a8538d
|
|
@ -1,9 +1,9 @@
|
|||
[submodule "skywalking-ui"]
|
||||
path = skywalking-ui
|
||||
url = https://github.com/apache/incubator-skywalking-ui
|
||||
[submodule "apm-protocol/apm-network/src/main/proto"]
|
||||
path = apm-protocol/apm-network/src/main/proto
|
||||
url = https://github.com/apache/incubator-skywalking-data-collect-protocol.git
|
||||
[submodule "oap-server/server-query-plugin/query-graphql-plugin/src/main/resources/query-protocol"]
|
||||
path = oap-server/server-query-plugin/query-graphql-plugin/src/main/resources/query-protocol
|
||||
url = https://github.com/apache/incubator-skywalking-query-protocol.git
|
||||
[submodule "skywalking-ui"]
|
||||
path = skywalking-ui
|
||||
url = https://github.com/apache/skywalking-rocketbot-ui.git
|
||||
|
|
|
|||
14
pom.xml
14
pom.xml
|
|
@ -318,18 +318,8 @@
|
|||
|
||||
<!-- UI IDE configs -->
|
||||
<exclude>**/skywalking-ui/.editorconfig</exclude>
|
||||
<!-- UI Compiler configs -->
|
||||
<exclude>**/skywalking-ui/.webpackrc.js</exclude>
|
||||
<exclude>**/skywalking-ui/.roadhogrc.mock.js</exclude>
|
||||
<!-- UI Test configs -->
|
||||
<exclude>**/skywalking-ui/jest.config.js</exclude>
|
||||
<!-- UI style check files -->
|
||||
<exclude>**/skywalking-ui/.eslintrc.js</exclude>
|
||||
<exclude>**/skywalking-ui/.stylelintrc</exclude>
|
||||
<exclude>**/skywalking-ui/.prettierignore</exclude>
|
||||
<exclude>**/skywalking-ui/.prettierrc</exclude>
|
||||
<!-- UI icon files -->
|
||||
<exclude>**/skywalking-ui/public/font/iconfont/**</exclude>
|
||||
<!-- UI ignore -->
|
||||
<exclude>**/skywalking-ui/.browserslistrc</exclude>
|
||||
|
||||
<!-- git files -->
|
||||
<exclude>**/.gitignore</exclude>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 949e43436a652acb213a18feda73125ae8a7c0df
|
||||
Subproject commit 49595692ed8fae2e3d9e931cc34f4c350f6973e2
|
||||
Loading…
Reference in New Issue