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
89cab925
Commit
89cab925
authored
Apr 17, 2022
by
wenmo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Feature-401][*] Release v0.6.2
parent
5b7113dd
Changes
52
Hide whitespace changes
Inline
Side-by-side
Showing
52 changed files
with
146 additions
and
53 deletions
+146
-53
bug-report.yml
.github/ISSUE_TEMPLATE/bug-report.yml
+3
-1
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-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-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-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
app.tsx
dlink-web/src/app.tsx
+2
-2
index.tsx
dlink-web/src/components/Studio/StudioHome/index.tsx
+1
-1
pages.ts
dlink-web/src/locales/zh-CN/pages.ts
+1
-1
Welcome.tsx
dlink-web/src/pages/Welcome.tsx
+92
-1
pom.xml
pom.xml
+1
-1
No files found.
.github/ISSUE_TEMPLATE/bug-report.yml
View file @
89cab925
...
...
@@ -95,7 +95,9 @@ body:
Which version of Dinky are you running? We only accept bugs report from the LTS projects.
options
:
-
dev
-
0.6.1-SNAPSHOT
-
0.6.3-SNAPSHOT
-
0.6.2
-
0.6.1
-
0.6.0
-
0.5.1
-
0.5.0
...
...
dlink-admin/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-alert/dlink-alert-base/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-alert
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-alert/dlink-alert-dingtalk/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-alert
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-alert/dlink-alert-email/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-alert
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
dlink-alert-email
</artifactId>
...
...
dlink-alert/dlink-alert-feishu/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-alert
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
dlink-alert-feishu
</artifactId>
...
...
dlink-alert/dlink-alert-wechat/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-alert
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-alert/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-app/dlink-app-1.11/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-app
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-app/dlink-app-1.12/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-app
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-app/dlink-app-1.13/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-app
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-app/dlink-app-1.14/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-app
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-app/dlink-app-base/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-app
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-app/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-assembly/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-client/dlink-client-1.11/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-client
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-client/dlink-client-1.12/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-client
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-client/dlink-client-1.13/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-client
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-client/dlink-client-1.14/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-client
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-client/dlink-client-base/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-client
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-client/dlink-client-hadoop/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-client
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-client/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-common/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-common/src/main/java/com/dlink/constant/CommonConstant.java
View file @
89cab925
...
...
@@ -10,7 +10,7 @@ public interface CommonConstant {
/**
* 项目版本号(banner使用)
*/
String
PROJECT_VERSION
=
"0.6.2
-SNAPSHOT
"
;
String
PROJECT_VERSION
=
"0.6.2"
;
/**
* 实例健康
*/
...
...
dlink-connectors/dlink-connector-jdbc-1.11/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-connectors
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-connectors/dlink-connector-jdbc-1.12/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-connectors
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-connectors/dlink-connector-jdbc-1.13/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-connectors
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-connectors/dlink-connector-jdbc-1.14/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-connectors
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-connectors/dlink-connector-phoenix-1.13/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-connectors
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-connectors/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
pom
</packaging>
...
...
dlink-core/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
jar
</packaging>
...
...
dlink-daemon/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-executor/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-extends/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-function/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-gateway/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-metadata/dlink-metadata-base/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-metadata
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-metadata/dlink-metadata-clickhouse/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-metadata
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-metadata/dlink-metadata-doris/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-metadata
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-metadata/dlink-metadata-hive/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-metadata
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-metadata/dlink-metadata-mysql/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-metadata
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-metadata/dlink-metadata-oracle/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-metadata
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-metadata/dlink-metadata-phoenix/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-metadata
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-metadata/dlink-metadata-postgresql/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-metadata
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-metadata/dlink-metadata-sqlserver/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink-metadata
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-metadata/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dlink-web/pom.xml
View file @
89cab925
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
dlink
</artifactId>
<groupId>
com.dlink
</groupId>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
pom
</packaging>
...
...
dlink-web/src/app.tsx
View file @
89cab925
...
...
@@ -34,9 +34,9 @@ export async function getInitialState(): Promise<{
userid
:
result
.
datas
.
username
,
notifyCount
:
0
,
unreadCount
:
0
,
access
:
result
.
datas
.
a
dmin
?
'admin'
:
''
,
access
:
result
.
datas
.
isA
dmin
?
'admin'
:
''
,
phone
:
result
.
datas
.
mobile
,
isAdmin
:
result
.
datas
.
a
dmin
,
isAdmin
:
result
.
datas
.
isA
dmin
,
worknum
:
result
.
datas
.
worknum
,
};
return
currentUser
;
...
...
dlink-web/src/components/Studio/StudioHome/index.tsx
View file @
89cab925
...
...
@@ -12,7 +12,7 @@ const StudioHome = (props: any) => {
return
(
<
Scrollbars
style=
{
{
height
:
toolHeight
}
}
>
<
Typography
style=
{
{
padding
:
'15px'
}
}
>
<
Title
level=
{
4
}
>
欢迎使用 Dinky v0.6.2
-SNAPSHOT
</
Title
>
<
Title
level=
{
4
}
>
欢迎使用 Dinky v0.6.2
</
Title
>
<
Paragraph
>
<
blockquote
>
实时即未来,Dinky 为 Apache Flink 而生,让 Flink SQL 纵享丝滑,并致力于实时计算平台建设。
</
blockquote
>
</
Paragraph
>
...
...
dlink-web/src/locales/zh-CN/pages.ts
View file @
89cab925
...
...
@@ -29,7 +29,7 @@ export default {
'pages.welcome.link'
:
'欢迎加入'
,
'pages.welcome.star'
:
'欢迎 Star '
,
'pages.welcome.advancedLayout'
:
'Github'
,
'pages.welcome.alertMessage'
:
'实时计算平台 Dinky 即将发布,目前为体验版,版本号为 0.6.2
-SNAPSHOT
。'
,
'pages.welcome.alertMessage'
:
'实时计算平台 Dinky 即将发布,目前为体验版,版本号为 0.6.2。'
,
'pages.admin.subPage.title'
:
' 这个页面只有 admin 权限才能查看'
,
'pages.admin.subPage.alertMessage'
:
'umi ui 现已发布,欢迎使用 npm run ui 启动体验。'
,
'pages.searchTable.createForm.newRule'
:
'新建规则'
,
...
...
dlink-web/src/pages/Welcome.tsx
View file @
89cab925
...
...
@@ -19,7 +19,7 @@ export default (): React.ReactNode => {
<
Alert
message=
{
intl
.
formatMessage
({
id
:
'pages.welcome.alertMessage'
,
defaultMessage
:
'实时计算平台 Dinky 即将发布,目前为体验版,版本号为 0.6.2
-SNAPSHOT
。'
,
defaultMessage
:
'实时计算平台 Dinky 即将发布,目前为体验版,版本号为 0.6.2。'
,
})
}
type=
"success"
showIcon
...
...
@@ -858,6 +858,97 @@ export default (): React.ReactNode => {
</
ul
>
</
Paragraph
>
</
Timeline
.
Item
>
<
Timeline
.
Item
><
Text
code
>
0.6.2
</
Text
>
<
Text
type=
"secondary"
>
2022-04-17
</
Text
>
<
p
>
</
p
>
<
Paragraph
>
<
ul
>
<
li
>
<
Link
>
新增 飞书报警
</
Link
>
</
li
>
<
li
>
<
Link
>
新增 邮件报警
</
Link
>
</
li
>
<
li
>
<
Link
>
新增 报警实例测试功能
</
Link
>
</
li
>
<
li
>
<
Link
>
新增 docker 镜像文件
</
Link
>
</
li
>
<
li
>
<
Link
>
新增 Remote mode(Standalone、Yarn Session、Kubernetes Session)从 SavePoint 恢复作业
</
Link
>
</
li
>
<
li
>
<
Link
>
新增 Oracle CDC 多源合并
</
Link
>
</
li
>
<
li
>
<
Link
>
新增 版本为 0.6.2
</
Link
>
</
li
>
<
li
>
<
Link
>
优化 检查 FlinkSQL 不通过时返回全部的异常信息
</
Link
>
</
li
>
<
li
>
<
Link
>
优化 Hive 的 pom
</
Link
>
</
li
>
<
li
>
<
Link
>
优化 httpclient 的依赖
</
Link
>
</
li
>
<
li
>
<
Link
>
优化 报警、数据源、线程任务的 SPI 机制
</
Link
>
</
li
>
<
li
>
<
Link
>
优化 CDC 多源合并
</
Link
>
</
li
>
<
li
>
<
Link
>
优化 运维中心始终显示 FlinkWebUI 按钮
</
Link
>
</
li
>
<
li
>
<
Link
>
优化 集群实例显示 FlinkWebUI 按钮
</
Link
>
</
li
>
<
li
>
<
Link
>
修复 Integer 类型判断方式从 “==” 改为 “equals”
</
Link
>
</
li
>
<
li
>
<
Link
>
修复 Flink 的 hadoop_conf 配置未生效
</
Link
>
</
li
>
<
li
>
<
Link
>
修复 报警测试的最新配置未生效
</
Link
>
</
li
>
<
li
>
<
Link
>
修复 飞书报警使用 “@all” 时会触发异常
</
Link
>
</
li
>
<
li
>
<
Link
>
修复 install 项目失败
</
Link
>
</
li
>
<
li
>
<
Link
>
修复 Hive 构建 sql 的异常
</
Link
>
</
li
>
<
li
>
<
Link
>
修复 特殊字符导致全局变量替换失败
</
Link
>
</
li
>
<
li
>
<
Link
>
修复 不支持查看执行图 sql 的展示异常
</
Link
>
</
li
>
<
li
>
<
Link
>
修复 CDC 多源合并 Remote 提交的任务同步问题
</
Link
>
</
li
>
<
li
>
<
Link
>
修复 修改集群配置后显示 “新增成功”
</
Link
>
</
li
>
<
li
>
<
Link
>
修复 Flink Oracle Connector 读取 Date 和 Timestamp 类型的异常
</
Link
>
</
li
>
<
li
>
<
Link
>
修复 MybatsPlus 实体类 boolean 默认为 false 导致业务错误的异常
</
Link
>
</
li
>
<
li
>
<
Link
>
修复 修复系统配置的 sql 分隔符默认为 “;\r\n”
</
Link
>
</
li
>
<
li
>
<
Link
>
修复 任务失败导致的循环问题
</
Link
>
</
li
>
</
ul
>
</
Paragraph
>
</
Timeline
.
Item
>
</
Timeline
>
</
Card
>
</>
...
...
pom.xml
View file @
89cab925
...
...
@@ -7,7 +7,7 @@
<groupId>
com.dlink
</groupId>
<artifactId>
dlink
</artifactId>
<packaging>
pom
</packaging>
<version>
0.6.2
-SNAPSHOT
</version>
<version>
0.6.2
</version>
<modules>
<module>
dlink-common
</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