Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dlink
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaowei
dlink
Commits
027c1a72
Commit
027c1a72
authored
May 12, 2022
by
wenmo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.6.4-SNAPSHOT
parent
278caafe
Changes
57
Show whitespace changes
Inline
Side-by-side
Showing
57 changed files
with
57 additions
and
57 deletions
+57
-57
pom.xml
dlink-admin/pom.xml
+1
-1
pom.xml
dlink-alert/dlink-alert-base/pom.xml
+1
-1
pom.xml
dlink-alert/dlink-alert-dingtalk/pom.xml
+1
-1
pom.xml
dlink-alert/dlink-alert-email/pom.xml
+1
-1
pom.xml
dlink-alert/dlink-alert-feishu/pom.xml
+1
-1
pom.xml
dlink-alert/dlink-alert-wechat/pom.xml
+1
-1
pom.xml
dlink-alert/pom.xml
+1
-1
pom.xml
dlink-app/dlink-app-1.11/pom.xml
+1
-1
pom.xml
dlink-app/dlink-app-1.12/pom.xml
+1
-1
pom.xml
dlink-app/dlink-app-1.13/pom.xml
+1
-1
pom.xml
dlink-app/dlink-app-1.14/pom.xml
+1
-1
pom.xml
dlink-app/dlink-app-1.15/pom.xml
+1
-1
pom.xml
dlink-app/dlink-app-base/pom.xml
+1
-1
pom.xml
dlink-app/pom.xml
+1
-1
pom.xml
dlink-assembly/pom.xml
+1
-1
pom.xml
dlink-client/dlink-client-1.11/pom.xml
+1
-1
pom.xml
dlink-client/dlink-client-1.12/pom.xml
+1
-1
pom.xml
dlink-client/dlink-client-1.13/pom.xml
+1
-1
pom.xml
dlink-client/dlink-client-1.14/pom.xml
+1
-1
pom.xml
dlink-client/dlink-client-1.15/pom.xml
+1
-1
pom.xml
dlink-client/dlink-client-base/pom.xml
+1
-1
pom.xml
dlink-client/dlink-client-hadoop/pom.xml
+1
-1
pom.xml
dlink-client/pom.xml
+1
-1
pom.xml
dlink-common/pom.xml
+1
-1
CommonConstant.java
...mmon/src/main/java/com/dlink/constant/CommonConstant.java
+1
-1
pom.xml
dlink-connectors/dlink-connector-jdbc-1.11/pom.xml
+1
-1
pom.xml
dlink-connectors/dlink-connector-jdbc-1.12/pom.xml
+1
-1
pom.xml
dlink-connectors/dlink-connector-jdbc-1.13/pom.xml
+1
-1
pom.xml
dlink-connectors/dlink-connector-jdbc-1.14/pom.xml
+1
-1
pom.xml
dlink-connectors/dlink-connector-phoenix-1.13/pom.xml
+1
-1
pom.xml
dlink-connectors/pom.xml
+1
-1
pom.xml
dlink-core/pom.xml
+1
-1
pom.xml
dlink-daemon/pom.xml
+1
-1
pom.xml
dlink-executor/pom.xml
+1
-1
pom.xml
dlink-extends/pom.xml
+1
-1
pom.xml
dlink-flink/dlink-flink-1.11/pom.xml
+1
-1
pom.xml
dlink-flink/dlink-flink-1.12/pom.xml
+1
-1
pom.xml
dlink-flink/dlink-flink-1.13/pom.xml
+1
-1
pom.xml
dlink-flink/dlink-flink-1.14/pom.xml
+1
-1
pom.xml
dlink-flink/dlink-flink-1.15/pom.xml
+1
-1
pom.xml
dlink-flink/pom.xml
+1
-1
pom.xml
dlink-function/pom.xml
+1
-1
pom.xml
dlink-gateway/pom.xml
+1
-1
pom.xml
dlink-metadata/dlink-metadata-base/pom.xml
+1
-1
pom.xml
dlink-metadata/dlink-metadata-clickhouse/pom.xml
+1
-1
pom.xml
dlink-metadata/dlink-metadata-doris/pom.xml
+1
-1
pom.xml
dlink-metadata/dlink-metadata-hive/pom.xml
+1
-1
pom.xml
dlink-metadata/dlink-metadata-mysql/pom.xml
+1
-1
pom.xml
dlink-metadata/dlink-metadata-oracle/pom.xml
+1
-1
pom.xml
dlink-metadata/dlink-metadata-phoenix/pom.xml
+1
-1
pom.xml
dlink-metadata/dlink-metadata-postgresql/pom.xml
+1
-1
pom.xml
dlink-metadata/dlink-metadata-sqlserver/pom.xml
+1
-1
pom.xml
dlink-metadata/pom.xml
+1
-1
pom.xml
dlink-web/pom.xml
+1
-1
index.tsx
dlink-web/src/components/Studio/StudioHome/index.tsx
+1
-1
pages.ts
dlink-web/src/locales/zh-CN/pages.ts
+1
-1
pom.xml
pom.xml
+1
-1
No files found.
dlink-admin/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink
</artifactId>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-alert/dlink-alert-base/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-alert
</artifactId>
<artifactId>
dlink-alert
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-alert/dlink-alert-dingtalk/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-alert
</artifactId>
<artifactId>
dlink-alert
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-alert/dlink-alert-email/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-alert
</artifactId>
<artifactId>
dlink-alert
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
dlink-alert-email
</artifactId>
<artifactId>
dlink-alert-email
</artifactId>
...
...
dlink-alert/dlink-alert-feishu/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-alert
</artifactId>
<artifactId>
dlink-alert
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
dlink-alert-feishu
</artifactId>
<artifactId>
dlink-alert-feishu
</artifactId>
...
...
dlink-alert/dlink-alert-wechat/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-alert
</artifactId>
<artifactId>
dlink-alert
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-alert/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink
</artifactId>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-app/dlink-app-1.11/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-app
</artifactId>
<artifactId>
dlink-app
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-app/dlink-app-1.12/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-app
</artifactId>
<artifactId>
dlink-app
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-app/dlink-app-1.13/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-app
</artifactId>
<artifactId>
dlink-app
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-app/dlink-app-1.14/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-app
</artifactId>
<artifactId>
dlink-app
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-app/dlink-app-1.15/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-app
</artifactId>
<artifactId>
dlink-app
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-app/dlink-app-base/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-app
</artifactId>
<artifactId>
dlink-app
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-app/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink
</artifactId>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-assembly/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink
</artifactId>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-client/dlink-client-1.11/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-client
</artifactId>
<artifactId>
dlink-client
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-client/dlink-client-1.12/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-client
</artifactId>
<artifactId>
dlink-client
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-client/dlink-client-1.13/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-client
</artifactId>
<artifactId>
dlink-client
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-client/dlink-client-1.14/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-client
</artifactId>
<artifactId>
dlink-client
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-client/dlink-client-1.15/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-client
</artifactId>
<artifactId>
dlink-client
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-client/dlink-client-base/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-client
</artifactId>
<artifactId>
dlink-client
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-client/dlink-client-hadoop/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-client
</artifactId>
<artifactId>
dlink-client
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-client/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink
</artifactId>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-common/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink
</artifactId>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-common/src/main/java/com/dlink/constant/CommonConstant.java
View file @
027c1a72
...
@@ -10,7 +10,7 @@ public interface CommonConstant {
...
@@ -10,7 +10,7 @@ public interface CommonConstant {
/**
/**
* 项目版本号(banner使用)
* 项目版本号(banner使用)
*/
*/
String
PROJECT_VERSION
=
"0.6.
3
"
;
String
PROJECT_VERSION
=
"0.6.
4-SNAPSHOT
"
;
/**
/**
* 实例健康
* 实例健康
*/
*/
...
...
dlink-connectors/dlink-connector-jdbc-1.11/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-connectors
</artifactId>
<artifactId>
dlink-connectors
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-connectors/dlink-connector-jdbc-1.12/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-connectors
</artifactId>
<artifactId>
dlink-connectors
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-connectors/dlink-connector-jdbc-1.13/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-connectors
</artifactId>
<artifactId>
dlink-connectors
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-connectors/dlink-connector-jdbc-1.14/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-connectors
</artifactId>
<artifactId>
dlink-connectors
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-connectors/dlink-connector-phoenix-1.13/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-connectors
</artifactId>
<artifactId>
dlink-connectors
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-connectors/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink
</artifactId>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
...
...
dlink-core/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink
</artifactId>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
dlink-daemon/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink
</artifactId>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-executor/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink
</artifactId>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-extends/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink
</artifactId>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-flink/dlink-flink-1.11/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-flink
</artifactId>
<artifactId>
dlink-flink
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-flink/dlink-flink-1.12/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-flink
</artifactId>
<artifactId>
dlink-flink
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-flink/dlink-flink-1.13/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-flink
</artifactId>
<artifactId>
dlink-flink
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-flink/dlink-flink-1.14/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-flink
</artifactId>
<artifactId>
dlink-flink
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-flink/dlink-flink-1.15/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-flink
</artifactId>
<artifactId>
dlink-flink
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-flink/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink
</artifactId>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-function/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink
</artifactId>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-gateway/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink
</artifactId>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-metadata/dlink-metadata-base/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-metadata
</artifactId>
<artifactId>
dlink-metadata
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-metadata/dlink-metadata-clickhouse/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-metadata
</artifactId>
<artifactId>
dlink-metadata
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-metadata/dlink-metadata-doris/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-metadata
</artifactId>
<artifactId>
dlink-metadata
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-metadata/dlink-metadata-hive/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-metadata
</artifactId>
<artifactId>
dlink-metadata
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-metadata/dlink-metadata-mysql/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-metadata
</artifactId>
<artifactId>
dlink-metadata
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-metadata/dlink-metadata-oracle/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-metadata
</artifactId>
<artifactId>
dlink-metadata
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-metadata/dlink-metadata-phoenix/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-metadata
</artifactId>
<artifactId>
dlink-metadata
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-metadata/dlink-metadata-postgresql/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-metadata
</artifactId>
<artifactId>
dlink-metadata
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-metadata/dlink-metadata-sqlserver/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink-metadata
</artifactId>
<artifactId>
dlink-metadata
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-metadata/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink
</artifactId>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-web/pom.xml
View file @
027c1a72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
dlink
</artifactId>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
...
...
dlink-web/src/components/Studio/StudioHome/index.tsx
View file @
027c1a72
...
@@ -12,7 +12,7 @@ const StudioHome = (props: any) => {
...
@@ -12,7 +12,7 @@ const StudioHome = (props: any) => {
return
(
return
(
<
Scrollbars
style=
{
{
height
:
toolHeight
}
}
>
<
Scrollbars
style=
{
{
height
:
toolHeight
}
}
>
<
Typography
style=
{
{
padding
:
'15px'
}
}
>
<
Typography
style=
{
{
padding
:
'15px'
}
}
>
<
Title
level=
{
4
}
>
欢迎使用 Dinky v0.6.
3
</
Title
>
<
Title
level=
{
4
}
>
欢迎使用 Dinky v0.6.
4-SNAPSHOT
</
Title
>
<
Paragraph
>
<
Paragraph
>
<
blockquote
>
实时即未来,Dinky 为 Apache Flink 而生,让 Flink SQL 纵享丝滑,并致力于实时计算平台建设。
</
blockquote
>
<
blockquote
>
实时即未来,Dinky 为 Apache Flink 而生,让 Flink SQL 纵享丝滑,并致力于实时计算平台建设。
</
blockquote
>
</
Paragraph
>
</
Paragraph
>
...
...
dlink-web/src/locales/zh-CN/pages.ts
View file @
027c1a72
...
@@ -29,7 +29,7 @@ export default {
...
@@ -29,7 +29,7 @@ export default {
'pages.welcome.link'
:
'欢迎加入'
,
'pages.welcome.link'
:
'欢迎加入'
,
'pages.welcome.star'
:
'欢迎 Star '
,
'pages.welcome.star'
:
'欢迎 Star '
,
'pages.welcome.advancedLayout'
:
'Github'
,
'pages.welcome.advancedLayout'
:
'Github'
,
'pages.welcome.alertMessage'
:
'实时计算平台 Dinky 即将发布,目前为体验版,版本号为 0.6.
3
。'
,
'pages.welcome.alertMessage'
:
'实时计算平台 Dinky 即将发布,目前为体验版,版本号为 0.6.
4-SNAPSHOT
。'
,
'pages.admin.subPage.title'
:
' 这个页面只有 admin 权限才能查看'
,
'pages.admin.subPage.title'
:
' 这个页面只有 admin 权限才能查看'
,
'pages.admin.subPage.alertMessage'
:
'umi ui 现已发布,欢迎使用 npm run ui 启动体验。'
,
'pages.admin.subPage.alertMessage'
:
'umi ui 现已发布,欢迎使用 npm run ui 启动体验。'
,
'pages.searchTable.createForm.newRule'
:
'新建规则'
,
'pages.searchTable.createForm.newRule'
:
'新建规则'
,
...
...
pom.xml
View file @
027c1a72
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<artifactId>
dlink
</artifactId>
<artifactId>
dlink
</artifactId>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<version>
0.6.
3
</version>
<version>
0.6.
4-SNAPSHOT
</version>
<modules>
<modules>
<module>
dlink-flink
</module>
<module>
dlink-flink
</module>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment