- 欢迎使用 Dinky v0.6.7-SNAPSHOT
+ 欢迎使用 Dinky v{VERSION}
实时即未来,Dinky 为 Apache Flink 而生,让 Flink SQL 纵享丝滑,并致力于实时计算平台建设。
@@ -81,8 +81,5 @@ const StudioHome = (props: any) => {
};
export default connect(({Studio}: { Studio: StateType }) => ({
- current: Studio.current,
- sql: Studio.sql,
- tabs: Studio.tabs,
toolHeight: Studio.toolHeight,
}))(StudioHome);
diff --git a/dlink-web/src/locales/zh-CN/pages.ts b/dlink-web/src/locales/zh-CN/pages.ts
index 2e3fbbd388..ac8b7afa10 100644
--- a/dlink-web/src/locales/zh-CN/pages.ts
+++ b/dlink-web/src/locales/zh-CN/pages.ts
@@ -1,5 +1,24 @@
+/*
+ *
+ * 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.
+ *
+ */
+
export default {
- 'pages.layouts.userLayout.title': 'Dinky 一站式实时计算平台',
+ 'pages.layouts.userLayout.title': 'Dinky 实时计算平台',
'pages.login.accountLogin.tab': '账户密码登录',
'pages.login.accountLogin.errorMessage': '错误的用户名和密码(admin/admin)',
'pages.login.failure': '登录失败,请重试!',
@@ -29,7 +48,7 @@ export default {
'pages.welcome.link': '欢迎加入',
'pages.welcome.star': '欢迎 Star ',
'pages.welcome.advancedLayout': 'Github',
- 'pages.welcome.alertMessage': '实时计算平台 Dinky 即将发布,目前为体验版,版本号为 0.6.7-SNAPSHOT。',
+ 'pages.welcome.alertMessage': '实时计算平台 Dinky 即将发布,目前为体验版,版本号为 ',
'pages.admin.subPage.title': ' 这个页面只有 admin 权限才能查看',
'pages.admin.subPage.alertMessage': 'umi ui 现已发布,欢迎使用 npm run ui 启动体验。',
'pages.searchTable.createForm.newRule': '新建规则',
diff --git a/dlink-web/src/pages/Welcome.tsx b/dlink-web/src/pages/Welcome.tsx
index eddde73060..0240e9224c 100644
--- a/dlink-web/src/pages/Welcome.tsx
+++ b/dlink-web/src/pages/Welcome.tsx
@@ -17,13 +17,14 @@
*
*/
-
import React from 'react';
-import { Card, Alert, Typography,Timeline } from 'antd';
-import { useIntl, FormattedMessage } from 'umi';
+import {Alert, Card, Timeline, Typography} from 'antd';
+import {FormattedMessage, useIntl} from 'umi';
import styles from './Welcome.less';
-const { Text, Link,Paragraph } = Typography;
-const CodePreview: React.FC = ({ children }) => (
+import {VERSION} from "@/components/Common/Version";
+
+const {Text, Link, Paragraph} = Typography;
+const CodePreview: React.FC = ({children}) => (
{children}
@@ -39,8 +40,8 @@ export default (): React.ReactNode => {
{
}}
/>
- {' '}
-
+ {' '}
+
-
- {' '}
-
-
+
+ {' '}
+
+
- 微信公众号:Datalink数据中台
+ 微信公众号:Dinky 开源
- {' '}
+ {' '}
-
+
-
-
-
+
+
+
-
+
0.7.0
敬请期待
-
+
-
@@ -107,7 +108,7 @@ export default (): React.ReactNode => {
>} reverse={true}>
0.1.0 2021-06-06
-
+
-
@@ -126,7 +127,7 @@ export default (): React.ReactNode => {
0.2.0 2021-06-08
-
+
-
@@ -136,7 +137,8 @@ export default (): React.ReactNode => {
支持以 SPI 的方式扩展任意 Connector,同 Flink 官网
-
- 提供了 dlink-connector-jdbc,额外支持 Oracle 和 ClickHouse 读写,该扩展包可直接上传 Flink 集群的 lib 进行远程使用,无需重新编译
+ 提供了 dlink-connector-jdbc,额外支持 Oracle 和 ClickHouse 读写,该扩展包可直接上传 Flink 集群的 lib
+ 进行远程使用,无需重新编译
-
提供了 dlink-client-1.12,支持 Flink 1.12.0+ 多集群的远程使用与本地隔离使用,1.10、1.11 和 1.13 集群可能存在问题
@@ -157,7 +159,7 @@ export default (): React.ReactNode => {
0.2.1 2021-06-11
-
+
-
@@ -191,7 +193,7 @@ export default (): React.ReactNode => {
0.2.2 2021-06-17
-
+
-
@@ -243,7 +245,7 @@ export default (): React.ReactNode => {
0.2.3 2021-06-21
-
+
-
@@ -274,7 +276,7 @@ export default (): React.ReactNode => {
0.3.0 2021-07-27
-
+
-
@@ -308,7 +310,7 @@ export default (): React.ReactNode => {
0.3.1 2021-08-25
-
+
-
@@ -336,7 +338,7 @@ export default (): React.ReactNode => {
0.3.2 2021-10-22
-
+
-
@@ -376,7 +378,7 @@ export default (): React.ReactNode => {
0.4.0 2021-12-02
-
+
-
@@ -473,7 +475,7 @@ export default (): React.ReactNode => {
0.5.0 2022-01-16
-
+
-
@@ -588,7 +590,7 @@ export default (): React.ReactNode => {
0.5.1 2022-01-24
-
+
-
@@ -649,7 +651,7 @@ export default (): React.ReactNode => {
0.6.0 2022-03-20
-
+
-
@@ -809,7 +811,7 @@ export default (): React.ReactNode => {
0.6.1 2022-04-01
-
+
-
@@ -879,7 +881,7 @@ export default (): React.ReactNode => {
0.6.2 2022-04-17
-
+
-
@@ -970,7 +972,7 @@ export default (): React.ReactNode => {
0.6.3 2022-05-09
-
+
-
@@ -1052,7 +1054,7 @@ export default (): React.ReactNode => {
0.6.4 2022-06-05
-
+
-
@@ -1146,7 +1148,7 @@ export default (): React.ReactNode => {
0.6.5 2022-07-03
-
+
-
@@ -1267,7 +1269,7 @@ export default (): React.ReactNode => {
0.6.6 2022-07-23
-
+
-
@@ -1363,6 +1365,274 @@ export default (): React.ReactNode => {
+ 0.6.7 2022-09-06
+
+
+
+ -
+ 添加多租户的实现
+
+ -
+ 一键上线和下线作业
+
+ -
+ 添加全局变量管理
+
+ -
+ 添加命名空间与密码的表单
+
+ -
+ 登录时选择多租户
+
+ -
+ 多租户前端业务管理实现
+
+ -
+ 添加 github 工作流来检查代码风格、测试类和打包
+
+ -
+ 添加 druid 连接池来解决 jdbc 多连接问题
+
+ -
+ 修改 Flink 默认版本为 1.14
+
+ -
+ 新增全局变量管理实现
+
+ -
+ 新增 SqlServer 整库同步
+
+ -
+ 新增全局变量在 Flinksql 中生效
+
+ -
+ 新增字段血缘分析从 Flink 逻辑计划获取
+
+ -
+ 新增 postgresql 整库同步
+
+ -
+ 修改 checkstyle 为必须的工作
+
+ -
+ 新增 swagger api 文档
+
+ -
+ cdcsource 增加多目标库同步功能
+
+ -
+ 新增文件上传
+
+ -
+ Jar 和集群配置管理新增文件上传
+
+ -
+ 新增 StarRocks 数据源
+
+ -
+ 新增任务监控失败重复的容错时间
+
+ -
+ 修改任务监控代码重复判断的问题
+
+ -
+ 修复邮件报警参数问题
+
+ -
+ 修复获取作业实例信息可能获取到错误的结果问题
+
+ -
+ 修复 doris 连接器批量写入时发生异常导致写入失败
+
+ -
+ 修复 SQLSinkBuilder.buildRow 的错误
+
+ -
+ 修复 Flink1.14 执行缺失依赖的问题
+
+ -
+ 修复 savepoint 接口获取前端集群表单的 taskId 为空的问题
+
+ -
+ 修复 yarn per-job 无法自动释放资源的问题
+
+ -
+ 修复多租户新增角色和删除角色的问题
+
+ -
+ 修复 dlink-conector-pulsar-1.14 找不到 SubscriptionType 的报错
+
+ -
+ 修复 flink1.14 savepoint 时的 jackjson 问题
+
+ -
+ 修复元数据字段类型转换的问题
+
+ -
+ 修复整库同步 KafkaSinkBuilder 未序列化导致报错
+
+ -
+ 修复注册中心文档管理的查询条件错误
+
+ -
+ 修复 yarn perjob/application 和 k8s application 集群配置未生效
+
+ -
+ 修复 k8s application 模式提交失败,优化增加获取 JobId 等待时间
+
+ -
+ 修复日志 banner 的错误
+
+ -
+ 修复 UDF 和 UDTAF 在 Flink 1.14 的错误
+
+ -
+ 优化前端和文档
+
+ -
+ 优化作业被删除后作业版本未被删除
+
+ -
+ 优化作业树在导入作业后溢出的问题
+
+ -
+ 优化数据开发的进程列表
+
+ -
+ 优化整库同步分流逻辑
+
+ -
+ 优化git提交忽略的文件类型
+
+ -
+ 优化中文和英文 Readme
+
+ -
+ 移除一些接口的敏感信息
+
+ -
+ 优化多租户
+
+ -
+ 添加 Maven Wrapper
+
+ -
+ 优化整库同步的时区问题
+
+ -
+ 优化 sql 默认分隔符统一为 ;\n
+
+ -
+ 优化代码风格的错误
+
+ -
+ 添加.DS_Store到git的忽略文件类型
+
+ -
+ 优化多租户角色穿梭框和前端回显
+
+ -
+ 优化用户关联角色渲染
+
+ -
+ 优化 dlink-admin 的代码风格
+
+ -
+ 优化 dlink-alert 的代码风格
+
+ -
+ 优化 dlink-common 的代码风格
+
+ -
+ 优化 dlink-catalog 的代码风格
+
+ -
+ 优化 dlink-client 的代码风格
+
+ -
+ 优化 dlink-app 的代码风格
+
+ -
+ 优化数据源连接池和链接创建
+
+ -
+ 优化 dlink-connectors 的代码风格
+
+ -
+ 优化 dlink-core 的代码风格
+
+ -
+ 优化 dlink-daemon 的代码风格
+
+ -
+ 优化 dlink-executor 的代码风格
+
+ -
+ 优化 dlink-function 和 dlink-gateway 的代码风格
+
+ -
+ 优化 dlink-metadata 的代码风格
+
+ -
+ 添加协议头到pom文件
+
+ -
+ 优化项目打包和启动文件
+
+ -
+ dlink-client-hadoop 打包增加 ServicesResourceTransformer
+
+ -
+ 优化配置文件和静态资源目录打包
+
+ -
+ 配置全局 checkstyle 验证
+
+ -
+ 添加 sqlserver 的 date 类型转换
+
+ -
+ 优化 PG 数据库 schema_name 查询 sql
+
+ -
+ Doris 支持更多语法
+
+ -
+ 优化整库同步 DorisSink
+
+ -
+ 优化前端的展示与提示
+
+ -
+ 优化数据开发作业目录默认折叠
+
+ -
+ 合并官网文档仓库源码至主仓库的 docs 目录下
+
+ -
+ 添加 Flink 1.15 文档
+
+ -
+ 整库同步文档修复
+
+ -
+ 添加导入导出作业的文档
+
+ -
+ 优化多个文档
+
+ -
+ 更新主页和基础信息的文档
+
+ -
+ 新增flink扩展redis的实践分享
+
+ -
+ 优化部署文档
+
+
+
+
>
diff --git a/dlink-web/src/pages/user/Login/index.less b/dlink-web/src/pages/user/Login/index.less
index a6d213a0e8..acf5bd523f 100644
--- a/dlink-web/src/pages/user/Login/index.less
+++ b/dlink-web/src/pages/user/Login/index.less
@@ -61,15 +61,15 @@
}
.header {
- height: 44px;
- line-height: 44px;
+ height: 144px;
+ line-height: 144px;
a {
text-decoration: none;
}
}
.logo {
- height: 44px;
+ height: 144px;
margin-right: 16px;
vertical-align: top;
}
@@ -79,7 +79,7 @@
top: 2px;
color: @heading-color;
font-weight: 600;
- font-size: 33px;
+ font-size: 55px;
font-family: Avenir, 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
diff --git a/pom.xml b/pom.xml
index 506700364d..1d8b38e122 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
com.dlink
dlink
pom
- 0.6.7-SNAPSHOT
+ 0.6.7
dlink-flink