This is an automated email from the ASF dual-hosted git repository.
gosonzhang pushed a commit to branch TUBEMQ-336
in repository https://gitbox.apache.org/repos/asf/incubator-tubemq.git
The following commit(s) were added to refs/heads/TUBEMQ-336 by this push:
new 3ecd108 [TUBEMQ-415] exclude apache license for front end code (#318)
3ecd108 is described below
commit 3ecd108c5d3e218039557d130008e8f267b247d0
Author: Yuanbo Liu <[email protected]>
AuthorDate: Wed Nov 18 09:46:47 2020 +0800
[TUBEMQ-415] exclude apache license for front end code (#318)
---
pom.xml | 1 +
{web => tubemq-web}/.env | 0
{web => tubemq-web}/.eslintignore | 0
{web => tubemq-web}/.eslintrc | 0
{web => tubemq-web}/.gitignore | 0
{web => tubemq-web}/.prettierrc | 0
{web => tubemq-web}/.stylelintrc | 0
{web => tubemq-web}/README.md | 0
{web => tubemq-web}/config-overrides.js | 0
{web => tubemq-web}/mock/_constant.js | 0
{web => tubemq-web}/mock/app.js | 0
{web => tubemq-web}/package.json | 0
{web => tubemq-web}/public/favicon.ico | Bin
{web => tubemq-web}/public/index.html | 0
{web => tubemq-web}/public/logo192.png | Bin
{web => tubemq-web}/public/logo512.png | Bin
{web => tubemq-web}/public/manifest.json | 0
{web => tubemq-web}/public/robots.txt | 0
{web => tubemq-web}/src/components/Breadcrumb/index.less | 0
{web => tubemq-web}/src/components/Breadcrumb/index.tsx | 0
{web => tubemq-web}/src/components/Layout/index.less | 0
{web => tubemq-web}/src/components/Layout/index.tsx | 0
{web => tubemq-web}/src/components/Modalx/index.less | 0
{web => tubemq-web}/src/components/Modalx/index.tsx | 0
{web => tubemq-web}/src/components/Tablex/index.less | 0
{web => tubemq-web}/src/components/Tablex/index.tsx | 0
.../src/components/Tablex/tableFilterHelper.ts | 0
{web => tubemq-web}/src/components/TitleWrap/index.less | 0
{web => tubemq-web}/src/components/TitleWrap/index.tsx | 0
{web => tubemq-web}/src/components/index.tsx | 0
{web => tubemq-web}/src/configs/index.ts | 0
{web => tubemq-web}/src/configs/menus/index.tsx | 0
{web => tubemq-web}/src/constants/broker.ts | 0
{web => tubemq-web}/src/constants/person.ts | 0
{web => tubemq-web}/src/constants/topic.ts | 0
{web => tubemq-web}/src/context/globalContext.ts | 0
{web => tubemq-web}/src/defaultSettings.js | 0
{web => tubemq-web}/src/hooks/index.ts | 0
{web => tubemq-web}/src/index.tsx | 0
{web => tubemq-web}/src/pages/Broker/commonModal.tsx | 0
{web => tubemq-web}/src/pages/Broker/detail.tsx | 0
{web => tubemq-web}/src/pages/Broker/index.less | 0
{web => tubemq-web}/src/pages/Broker/index.tsx | 0
{web => tubemq-web}/src/pages/Broker/query.tsx | 0
.../pages/Issue => tubemq-web/src/pages/Cluster}/index.less | 0
{web => tubemq-web}/src/pages/Cluster/index.tsx | 0
{web => tubemq-web}/src/pages/Issue/consumeGroupDetail.tsx | 0
.../pages/Cluster => tubemq-web/src/pages/Issue}/index.less | 0
{web => tubemq-web}/src/pages/Issue/index.tsx | 0
{web => tubemq-web}/src/pages/NotFound/index.tsx | 0
{web => tubemq-web}/src/pages/Topic/commonModal.tsx | 0
{web => tubemq-web}/src/pages/Topic/detail.tsx | 0
{web => tubemq-web}/src/pages/Topic/index.less | 0
{web => tubemq-web}/src/pages/Topic/index.tsx | 0
{web => tubemq-web}/src/pages/Topic/query.tsx | 0
{web => tubemq-web}/src/react-app-env.d.ts | 0
{web => tubemq-web}/src/router.tsx | 0
{web => tubemq-web}/src/routes/index.tsx | 0
{web => tubemq-web}/src/serviceWorker.ts | 0
{web => tubemq-web}/src/setupProxy.js | 0
{web => tubemq-web}/src/store/global.ts | 0
{web => tubemq-web}/src/typings/index.ts | 0
{web => tubemq-web}/src/typings/router.ts | 0
{web => tubemq-web}/src/utils/index.ts | 0
{web => tubemq-web}/tsconfig.json | 0
{web => tubemq-web}/tsconfig.paths.json | 0
66 files changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 296ce8a..e33e93c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -264,6 +264,7 @@
<exclude>resources/assets/lib/**</exclude>
<exclude>resources/assets/public/**</exclude>
<exclude>DISCLAIMER-WIP</exclude>
+ <exclude>tubemq-web/**</exclude>
<exclude>**/tubemq-client-twins/tubemq-client-cpp/third_party/**</exclude>
</excludes>
diff --git a/web/.env b/tubemq-web/.env
similarity index 100%
rename from web/.env
rename to tubemq-web/.env
diff --git a/web/.eslintignore b/tubemq-web/.eslintignore
similarity index 100%
rename from web/.eslintignore
rename to tubemq-web/.eslintignore
diff --git a/web/.eslintrc b/tubemq-web/.eslintrc
similarity index 100%
rename from web/.eslintrc
rename to tubemq-web/.eslintrc
diff --git a/web/.gitignore b/tubemq-web/.gitignore
similarity index 100%
rename from web/.gitignore
rename to tubemq-web/.gitignore
diff --git a/web/.prettierrc b/tubemq-web/.prettierrc
similarity index 100%
rename from web/.prettierrc
rename to tubemq-web/.prettierrc
diff --git a/web/.stylelintrc b/tubemq-web/.stylelintrc
similarity index 100%
rename from web/.stylelintrc
rename to tubemq-web/.stylelintrc
diff --git a/web/README.md b/tubemq-web/README.md
similarity index 100%
rename from web/README.md
rename to tubemq-web/README.md
diff --git a/web/config-overrides.js b/tubemq-web/config-overrides.js
similarity index 100%
rename from web/config-overrides.js
rename to tubemq-web/config-overrides.js
diff --git a/web/mock/_constant.js b/tubemq-web/mock/_constant.js
similarity index 100%
rename from web/mock/_constant.js
rename to tubemq-web/mock/_constant.js
diff --git a/web/mock/app.js b/tubemq-web/mock/app.js
similarity index 100%
rename from web/mock/app.js
rename to tubemq-web/mock/app.js
diff --git a/web/package.json b/tubemq-web/package.json
similarity index 100%
rename from web/package.json
rename to tubemq-web/package.json
diff --git a/web/public/favicon.ico b/tubemq-web/public/favicon.ico
similarity index 100%
rename from web/public/favicon.ico
rename to tubemq-web/public/favicon.ico
diff --git a/web/public/index.html b/tubemq-web/public/index.html
similarity index 100%
rename from web/public/index.html
rename to tubemq-web/public/index.html
diff --git a/web/public/logo192.png b/tubemq-web/public/logo192.png
similarity index 100%
rename from web/public/logo192.png
rename to tubemq-web/public/logo192.png
diff --git a/web/public/logo512.png b/tubemq-web/public/logo512.png
similarity index 100%
rename from web/public/logo512.png
rename to tubemq-web/public/logo512.png
diff --git a/web/public/manifest.json b/tubemq-web/public/manifest.json
similarity index 100%
rename from web/public/manifest.json
rename to tubemq-web/public/manifest.json
diff --git a/web/public/robots.txt b/tubemq-web/public/robots.txt
similarity index 100%
rename from web/public/robots.txt
rename to tubemq-web/public/robots.txt
diff --git a/web/src/components/Breadcrumb/index.less
b/tubemq-web/src/components/Breadcrumb/index.less
similarity index 100%
rename from web/src/components/Breadcrumb/index.less
rename to tubemq-web/src/components/Breadcrumb/index.less
diff --git a/web/src/components/Breadcrumb/index.tsx
b/tubemq-web/src/components/Breadcrumb/index.tsx
similarity index 100%
rename from web/src/components/Breadcrumb/index.tsx
rename to tubemq-web/src/components/Breadcrumb/index.tsx
diff --git a/web/src/components/Layout/index.less
b/tubemq-web/src/components/Layout/index.less
similarity index 100%
rename from web/src/components/Layout/index.less
rename to tubemq-web/src/components/Layout/index.less
diff --git a/web/src/components/Layout/index.tsx
b/tubemq-web/src/components/Layout/index.tsx
similarity index 100%
rename from web/src/components/Layout/index.tsx
rename to tubemq-web/src/components/Layout/index.tsx
diff --git a/web/src/components/Modalx/index.less
b/tubemq-web/src/components/Modalx/index.less
similarity index 100%
rename from web/src/components/Modalx/index.less
rename to tubemq-web/src/components/Modalx/index.less
diff --git a/web/src/components/Modalx/index.tsx
b/tubemq-web/src/components/Modalx/index.tsx
similarity index 100%
rename from web/src/components/Modalx/index.tsx
rename to tubemq-web/src/components/Modalx/index.tsx
diff --git a/web/src/components/Tablex/index.less
b/tubemq-web/src/components/Tablex/index.less
similarity index 100%
rename from web/src/components/Tablex/index.less
rename to tubemq-web/src/components/Tablex/index.less
diff --git a/web/src/components/Tablex/index.tsx
b/tubemq-web/src/components/Tablex/index.tsx
similarity index 100%
rename from web/src/components/Tablex/index.tsx
rename to tubemq-web/src/components/Tablex/index.tsx
diff --git a/web/src/components/Tablex/tableFilterHelper.ts
b/tubemq-web/src/components/Tablex/tableFilterHelper.ts
similarity index 100%
rename from web/src/components/Tablex/tableFilterHelper.ts
rename to tubemq-web/src/components/Tablex/tableFilterHelper.ts
diff --git a/web/src/components/TitleWrap/index.less
b/tubemq-web/src/components/TitleWrap/index.less
similarity index 100%
rename from web/src/components/TitleWrap/index.less
rename to tubemq-web/src/components/TitleWrap/index.less
diff --git a/web/src/components/TitleWrap/index.tsx
b/tubemq-web/src/components/TitleWrap/index.tsx
similarity index 100%
rename from web/src/components/TitleWrap/index.tsx
rename to tubemq-web/src/components/TitleWrap/index.tsx
diff --git a/web/src/components/index.tsx b/tubemq-web/src/components/index.tsx
similarity index 100%
rename from web/src/components/index.tsx
rename to tubemq-web/src/components/index.tsx
diff --git a/web/src/configs/index.ts b/tubemq-web/src/configs/index.ts
similarity index 100%
rename from web/src/configs/index.ts
rename to tubemq-web/src/configs/index.ts
diff --git a/web/src/configs/menus/index.tsx
b/tubemq-web/src/configs/menus/index.tsx
similarity index 100%
rename from web/src/configs/menus/index.tsx
rename to tubemq-web/src/configs/menus/index.tsx
diff --git a/web/src/constants/broker.ts b/tubemq-web/src/constants/broker.ts
similarity index 100%
rename from web/src/constants/broker.ts
rename to tubemq-web/src/constants/broker.ts
diff --git a/web/src/constants/person.ts b/tubemq-web/src/constants/person.ts
similarity index 100%
rename from web/src/constants/person.ts
rename to tubemq-web/src/constants/person.ts
diff --git a/web/src/constants/topic.ts b/tubemq-web/src/constants/topic.ts
similarity index 100%
rename from web/src/constants/topic.ts
rename to tubemq-web/src/constants/topic.ts
diff --git a/web/src/context/globalContext.ts
b/tubemq-web/src/context/globalContext.ts
similarity index 100%
rename from web/src/context/globalContext.ts
rename to tubemq-web/src/context/globalContext.ts
diff --git a/web/src/defaultSettings.js b/tubemq-web/src/defaultSettings.js
similarity index 100%
rename from web/src/defaultSettings.js
rename to tubemq-web/src/defaultSettings.js
diff --git a/web/src/hooks/index.ts b/tubemq-web/src/hooks/index.ts
similarity index 100%
rename from web/src/hooks/index.ts
rename to tubemq-web/src/hooks/index.ts
diff --git a/web/src/index.tsx b/tubemq-web/src/index.tsx
similarity index 100%
rename from web/src/index.tsx
rename to tubemq-web/src/index.tsx
diff --git a/web/src/pages/Broker/commonModal.tsx
b/tubemq-web/src/pages/Broker/commonModal.tsx
similarity index 100%
rename from web/src/pages/Broker/commonModal.tsx
rename to tubemq-web/src/pages/Broker/commonModal.tsx
diff --git a/web/src/pages/Broker/detail.tsx
b/tubemq-web/src/pages/Broker/detail.tsx
similarity index 100%
rename from web/src/pages/Broker/detail.tsx
rename to tubemq-web/src/pages/Broker/detail.tsx
diff --git a/web/src/pages/Broker/index.less
b/tubemq-web/src/pages/Broker/index.less
similarity index 100%
rename from web/src/pages/Broker/index.less
rename to tubemq-web/src/pages/Broker/index.less
diff --git a/web/src/pages/Broker/index.tsx
b/tubemq-web/src/pages/Broker/index.tsx
similarity index 100%
rename from web/src/pages/Broker/index.tsx
rename to tubemq-web/src/pages/Broker/index.tsx
diff --git a/web/src/pages/Broker/query.tsx
b/tubemq-web/src/pages/Broker/query.tsx
similarity index 100%
rename from web/src/pages/Broker/query.tsx
rename to tubemq-web/src/pages/Broker/query.tsx
diff --git a/web/src/pages/Issue/index.less
b/tubemq-web/src/pages/Cluster/index.less
similarity index 100%
rename from web/src/pages/Issue/index.less
rename to tubemq-web/src/pages/Cluster/index.less
diff --git a/web/src/pages/Cluster/index.tsx
b/tubemq-web/src/pages/Cluster/index.tsx
similarity index 100%
rename from web/src/pages/Cluster/index.tsx
rename to tubemq-web/src/pages/Cluster/index.tsx
diff --git a/web/src/pages/Issue/consumeGroupDetail.tsx
b/tubemq-web/src/pages/Issue/consumeGroupDetail.tsx
similarity index 100%
rename from web/src/pages/Issue/consumeGroupDetail.tsx
rename to tubemq-web/src/pages/Issue/consumeGroupDetail.tsx
diff --git a/web/src/pages/Cluster/index.less
b/tubemq-web/src/pages/Issue/index.less
similarity index 100%
rename from web/src/pages/Cluster/index.less
rename to tubemq-web/src/pages/Issue/index.less
diff --git a/web/src/pages/Issue/index.tsx
b/tubemq-web/src/pages/Issue/index.tsx
similarity index 100%
rename from web/src/pages/Issue/index.tsx
rename to tubemq-web/src/pages/Issue/index.tsx
diff --git a/web/src/pages/NotFound/index.tsx
b/tubemq-web/src/pages/NotFound/index.tsx
similarity index 100%
rename from web/src/pages/NotFound/index.tsx
rename to tubemq-web/src/pages/NotFound/index.tsx
diff --git a/web/src/pages/Topic/commonModal.tsx
b/tubemq-web/src/pages/Topic/commonModal.tsx
similarity index 100%
rename from web/src/pages/Topic/commonModal.tsx
rename to tubemq-web/src/pages/Topic/commonModal.tsx
diff --git a/web/src/pages/Topic/detail.tsx
b/tubemq-web/src/pages/Topic/detail.tsx
similarity index 100%
rename from web/src/pages/Topic/detail.tsx
rename to tubemq-web/src/pages/Topic/detail.tsx
diff --git a/web/src/pages/Topic/index.less
b/tubemq-web/src/pages/Topic/index.less
similarity index 100%
rename from web/src/pages/Topic/index.less
rename to tubemq-web/src/pages/Topic/index.less
diff --git a/web/src/pages/Topic/index.tsx
b/tubemq-web/src/pages/Topic/index.tsx
similarity index 100%
rename from web/src/pages/Topic/index.tsx
rename to tubemq-web/src/pages/Topic/index.tsx
diff --git a/web/src/pages/Topic/query.tsx
b/tubemq-web/src/pages/Topic/query.tsx
similarity index 100%
rename from web/src/pages/Topic/query.tsx
rename to tubemq-web/src/pages/Topic/query.tsx
diff --git a/web/src/react-app-env.d.ts b/tubemq-web/src/react-app-env.d.ts
similarity index 100%
rename from web/src/react-app-env.d.ts
rename to tubemq-web/src/react-app-env.d.ts
diff --git a/web/src/router.tsx b/tubemq-web/src/router.tsx
similarity index 100%
rename from web/src/router.tsx
rename to tubemq-web/src/router.tsx
diff --git a/web/src/routes/index.tsx b/tubemq-web/src/routes/index.tsx
similarity index 100%
rename from web/src/routes/index.tsx
rename to tubemq-web/src/routes/index.tsx
diff --git a/web/src/serviceWorker.ts b/tubemq-web/src/serviceWorker.ts
similarity index 100%
rename from web/src/serviceWorker.ts
rename to tubemq-web/src/serviceWorker.ts
diff --git a/web/src/setupProxy.js b/tubemq-web/src/setupProxy.js
similarity index 100%
rename from web/src/setupProxy.js
rename to tubemq-web/src/setupProxy.js
diff --git a/web/src/store/global.ts b/tubemq-web/src/store/global.ts
similarity index 100%
rename from web/src/store/global.ts
rename to tubemq-web/src/store/global.ts
diff --git a/web/src/typings/index.ts b/tubemq-web/src/typings/index.ts
similarity index 100%
rename from web/src/typings/index.ts
rename to tubemq-web/src/typings/index.ts
diff --git a/web/src/typings/router.ts b/tubemq-web/src/typings/router.ts
similarity index 100%
rename from web/src/typings/router.ts
rename to tubemq-web/src/typings/router.ts
diff --git a/web/src/utils/index.ts b/tubemq-web/src/utils/index.ts
similarity index 100%
rename from web/src/utils/index.ts
rename to tubemq-web/src/utils/index.ts
diff --git a/web/tsconfig.json b/tubemq-web/tsconfig.json
similarity index 100%
rename from web/tsconfig.json
rename to tubemq-web/tsconfig.json
diff --git a/web/tsconfig.paths.json b/tubemq-web/tsconfig.paths.json
similarity index 100%
rename from web/tsconfig.paths.json
rename to tubemq-web/tsconfig.paths.json