Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Optimization][Git] Added .DS_Store git file ignore #867

Merged
merged 1 commit into from
Aug 11, 2022
Merged

[Optimization][Git] Added .DS_Store git file ignore #867

merged 1 commit into from
Aug 11, 2022

Conversation

zhuangchong
Copy link
Contributor

@zhuangchong zhuangchong commented Aug 11, 2022

Purpose of the pull request

Added .DS_Store git file ignore

Brief change log

Verify this pull request

This pull request is code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

@zhuangchong zhuangchong changed the title [Optimization][Module Name] Added .DS_Store git file ignore [Optimization][Git] Added .DS_Store git file ignore Aug 11, 2022
@aiwenmo aiwenmo added the Optimization Optimization function label Aug 11, 2022
@aiwenmo aiwenmo added this to the 0.6.7 milestone Aug 11, 2022
Copy link
Contributor

@aiwenmo aiwenmo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aiwenmo aiwenmo merged commit 1638c7b into DataLinkDC:dev Aug 11, 2022
@zhuangchong zhuangchong deleted the dev-gitgnore branch August 11, 2022 03:33
Zzm0809 added a commit that referenced this pull request Sep 7, 2022
* Optimization StudioConsole's StudioProcess click show flinksql the div overflow (#802)

* [Document-793][doc] docs hotfix (#815)

* docs hotfix

* Fix Chinese README link error and add English README. (#817)

* Added ignore of logs folder in git ignore file. (#807)

* [Optimization-810][Common] Added Maven Wrapper (#811)

* add maven wrapper

* add maven-wrapper.jar

* update .gitignore

* Fix jobhistory bug (#805)

* jobHistory bug modify

* jobHistory bug modify

* jobHistory bug modify

* update roadmap (#822)

Co-authored-by: godkaikai <32723967+godkaikai@users.noreply.github.com>

* Optimize cdc SQLSinkBuilder KafkaSinkBuilder, filter to process (#806)

* 优化 cdc SQLSinkBuilder KafkaSinkBuilder, filter to process

* change "_" to "."

* change "db" to config.getSchemaFieldName()

* change "tableMap key" to table.getSchemaTableName()

* [Fix-818][connector] fix when the data is flushed with an exception and no new data is entered subsequently (#824)

Co-authored-by: lucas.wu <1220671715>

* [Document-835][doc] Update the home page and basic information of the document (#836)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* remove sensitive info for more api. (#829)

Co-authored-by: dzygcc <avadar@qq.com>

* [fix 833] [dlink-client] Error with SQLSinkBuilder.buildRow (#833) (#842)

Co-authored-by: qiaoyiming <wenpin@tianmagroup.com>

* [Optimization-819][dlink-client] CDCSOURCE with timestamp and timezone (#843)

change default timezone = UTC ,
set timezone with setting sink.timezone
(#819)

Co-authored-by: qiaoyiming <wenpin@tianmagroup.com>

* [Optimization-849][client,executor] Replace sql separator and change default sql separator into ;\n (#850)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* fix execute error by flink 1.14.4 (#851)

* Optimize code style import order. (#853)

* fix SQLSinkBuilder.buildRow in flink-client-1.11 and flink-client-1.12 (#864)

change Row.withPositions() to new Row()

* 修复字符乱码和时区不正确以及增加datastream实现 (#845)

* fix: MYSQL CDC JsonDebeziumDeserializationSchema 字节转字符提定字符编码 UTF-8

* fix: MYSQL CDC SQLSinkBuilder 转换mysql 类型datetime时,时区不正确,应该设置UTC实区

* [Feature]:
   1:增加datastream-starrocks 实现,目前strrocks官网jar只到1.14对应的flink版本
   2:增加datastream-kafka-json 实现,主要实现抽像出必须的记录数据,增加扩展op、is_delete、schemaName,tableName,ts_ms等字段,方便业务使用

* [optimization]:优化调整重复代码

[optimization]:优化调整重复代码

* [Feature-794][*] Modify version into 0.6.7-SNAPSHOT (#866)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* Added  git file ignore (#867)

* 修改 dlink-conector-pulsar-1.14 (#871)

<!--新增 pulsar-client-api jar 解决找不到SubscriptionType报错-->

Co-authored-by: wzh8384 <wzh615961806>

* 使用dlink链接Flink1.14.4,SavePoint停止任务时会出现,这个问题我jackjson进行了升级就解决了,Flink1.14.4版本引用的是2.12.1 (#872)

* Using connection pooling to fix jdbc multi-connection problem (#873)

Co-authored-by: liuxiaofeng <liuxiaofeng@xcxd.com>

* [Fix-803] [Client] Fix TypeConvert-ColumnType Enumeration usage error (#878)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* [bug and doc] Fix yarn per job resource release (#863)

* [文档]:
1. 补充部署细节。
2. 增加一些 flink sql 案例。

* [bug修复]:
修复 yarn per job 、 batch 模式下任务完成后,yarn 不自动释放 flink JM 角色资源的问题,任务以 detached 模式运行。

* [Fix-832][doc] add Practice Sharing of FlinkSQL Extending Redis (#879)

Co-authored-by: hzymarine <marinehuang163@163.com>

* [Feature-868][Common] Added github workflow to check the checkstyle, test and build of each PR (#869)

* Added github workflow to check the checkstyle, test and build of each PR.

* Specify the checkstyle file.

* Added dlink-admin module code style (#889)

* [Optimization][Style]Added dlink-alert module code style. (#891)

* Added dlink-alert module code style.

* update alert plugin module code style

* Added dlink-common module code style. (#892)

* Added dlink-catalog module code style. (#895)

* Added dlink-app module code style. (#899)

* Optimized connection pooling and connection creation (#900)

Co-authored-by: liuxiaofeng <liuxiaofeng@xcxd.com>

* feature 全局变量管理增删改查实现 (#906)

* [Feature-907][pom] Change Flink base version into 1.14 (#908)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* Added dlink-connectors module code style. (#913)

* [Feature-915][admin,core] Add global variables takes effect in flinksql (#916)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* Added dlink-daemon module code style. (#918)

* Added dlink-executor module code style. (#919)

* [Optimization][Style]  Added dlink-core module code style (#917)

* Added dlink-core module code style.

* fix AbstractTrans error

* Added dlink-client module code style. (#898)

* Added dlink-function and dlink-gateway module code style (#920)

* Add a license description to the pom file. (#922)

* Added dlink-metadata module code style. (#921)

* [Feature-923][*] Build column lineage base on flink logical plan (#924)

* [Feature-923][*] Build column lineage base on flink logical plan

* [Feature-923][*] Dynamic add getColumnOrigins method to class RelMdColumnOrigins by javassist

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* [Optimization-932][pom] Optimizate package and auto.sh by loading classpaths (#933)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* 'dlink-client-hadoop打包增加ServicesResourceTransformer' (#935)

* [Optimization-943][pom] Optimizate config and static dir packaging (#944)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* flinkSQL supports the posgresql CDC function and the full database synchronization function. (#925)

* 修改点:
1、dlink-flink1.14增加postgres cdc connector,支持flinksql开发。
2、整库同步增加支持postgres数据库。

* 修改点:
1、METADATA_TYPE与dlink-meta中保持一致,避免Driver找不到lib的情况;
2、url中/后改为databasename,原来代码中填schema名是不正确的。

* postgresCDCBuilder改为首字母大写。

* Modify checkstyle to be a required item. (#948)

* 支持sqlserver cdc功能,测试同步doris通过。 (#951)

* 增加sqlserver-cdc支持,可以通过手写finksql完成sqlservercdc同步,但是不支持cdcsource模式.

* 修改报名\类名为sqlserver

* 增加sqlserver-cdc支持,可以通过手写finksql完成sqlservercdc同步,但是不支持cdcsource模式.

* 优化trycatch异常日志打印代码

* 支持sqlservercdc功能

Co-authored-by: 金鑫 <jinyanhui@huansi.net>

* Fix cluster submission taskId is empty (#862)

* The bug that the cluster information cannot be obtained in the savepoint save list

* Add taskId in case dlink maintains sql

* format code

* enhance manage logic

* 1. fix taskId is 0
2. reformat code

* reformat code

* refactor imports

* [Optimization][Style] Configure global checkstyle validation. (#953)

* Configure global checkstyle validation.

* Configure global checkstyle validation.

* [Feature] Add swagger api doc (#954)

* Add swagger api doc

* update datasource config info in the application file

* [Fix-840] [web] fix registration document type filter condition error (#959)

* Sqlserver增加date类型数据转换规则 (#958)

* sqlserver增加date类型数据转换规则.

* sqlserver增加date类型数据转换规则.

Co-authored-by: 金鑫 <jinyanhui@huansi.net>

* [Fix][dlink-gateway]修复k8s Application、Yarn Application、Yarn PerJob提交任务时未指定集群配置MasterMemoryMB、TaskManagerMemoryMB、SlotsPerTaskManager (#970)

* [Fix][dlink-gateway]修复k8s Application、Yarn Application、Yarn PerJob提交任务时未指定集群配置MasterMemoryMB、TaskManagerMemoryMB、SlotsPerTaskManager

* cdcsource增加多目标库同步功能 (#969)

单目标使用 'sink.*'
多目标使用 'sink[N].*', N为0开始的index索引.

Co-authored-by: 金鑫 <jinyanhui@huansi.net>

* 修复问题: (#949)

解决KafkaSinkBuilder没有序列化会报错的问题。

* Create PostgreSqlQuery.java (#971)

优化PG库"schema_name"查询

* [Fix][dlink-gateway]修复k8s application模式提交失败,优化增加获取JobId等待时间 (#972)

* [Fix][dlink-gateway]修复k8s Application、Yarn Application、Yarn PerJob提交任务时未指定集群配置MasterMemoryMB、TaskManagerMemoryMB、SlotsPerTaskManager

* [Fix][dlink-gateway]修复k8s Application、Yarn Application、Yarn PerJob提交任务时未指定集群配置MasterMemoryMB、TaskManagerMemoryMB、SlotsPerTaskManager

* [Fix][dlink-gateway]修复k8s application模式提交失败,优化增加获取JobId等待时间,

* [Fix][dlink-common]扩展系统配置参数添加jobid的最大等待时间

* [Bug] fix the banner of dlink admin app (#977)

* [Bug] fix the banner of dlink admin app

* remove banners

* [Optimization-981][metadata] Doris support more syntax (#982)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* [Optimization-983][client] Optimizate Doris datastream sink (#984)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* Optimizing Deployment Documents (#980)

* [feature] [dlink-admin] File upload (#939)

* add a table, name: dlink_upload_file_record

* File upload implement

* Modify function name and javadoc

* [Feature-987][admin] ClusterConfig and jar add upload file (#988)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* optimization Some problems in front-end (#986)

* 修订TypeImformation原因,自定义隐函数不能在Flink 1.14.x 版本以上运行。 (#973)

1.引入泛型,以自适应多种数据类型;
2.直接返回Map<K,V>,避免数据转换

* [Feature-989][metadata] Add StarRocks datasource (#990)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* [Optimization-882][web] Collapse all directories by default on datastudio's directory panel (#991)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* [Feature-946][alarm] Alarm after task monitoring retry (#992)

* [Feature-946][alarm] Alarm after task monitoring retry

* Format code

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* [Optimization-881][datastudio] Optimizate FlinkSql explain exception message (#993)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* fix code checkstyle

* 渲染用户选择租户菜单

* 优化注册全局变量时被拦截的问题

* 优化用户选择租户菜单

* 优化一些代码

Co-authored-by: Kerwin <37063904+zhuangchong@users.noreply.github.com>
Co-authored-by: mydq <42607771+mydq@users.noreply.github.com>
Co-authored-by: aiwenmo <32723967+aiwenmo@users.noreply.github.com>
Co-authored-by: godkaikai <32723967+godkaikai@users.noreply.github.com>
Co-authored-by: ZackYoung <42713096+zackyoungh@users.noreply.github.com>
Co-authored-by: lucas.wu <1220671715@qq.com>
Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>
Co-authored-by: dzygcc <dzygcc@gmail.com>
Co-authored-by: dzygcc <avadar@qq.com>
Co-authored-by: chrofram <32118314+chrofram@users.noreply.github.com>
Co-authored-by: qiaoyiming <wenpin@tianmagroup.com>
Co-authored-by: windWheel <1817802738@qq.com>
Co-authored-by: zhongjingq <51869301+zhongjingq@users.noreply.github.com>
Co-authored-by: zhonggui.wang <17490539+wangzhonggui@users.noreply.github.com>
Co-authored-by: sunyanqing01 <43230630+sunyanqing01@users.noreply.github.com>
Co-authored-by: xiaofeng <46049797+XiaoF-Liu@users.noreply.github.com>
Co-authored-by: liuxiaofeng <liuxiaofeng@xcxd.com>
Co-authored-by: 第一片心意 <107013241+ziqiang-wang@users.noreply.github.com>
Co-authored-by: hzymarine <50948904+hzymarine@users.noreply.github.com>
Co-authored-by: hzymarine <marinehuang163@163.com>
Co-authored-by: lnnlab <35280765+lnnlab@users.noreply.github.com>
Co-authored-by: mengyejiang <403905717@qq.com>
Co-authored-by: 金鑫 <jinxincoding@gmail.com>
Co-authored-by: 金鑫 <jinyanhui@huansi.net>
Co-authored-by: rafael <46079067+rafaelxie@users.noreply.github.com>
Co-authored-by: cong <274902531@qq.com>
Co-authored-by: zhujunjieit <42972147+zhujunjieit@users.noreply.github.com>
Co-authored-by: leo65535 <leo65535@163.com>
Co-authored-by: byd-android-2017 <17773406760@189.cn>
aiwenmo added a commit that referenced this pull request Oct 13, 2022
* add tenant implementation (#776)

* add tenant implement

* add tenant implement

* fix get tenants

* add tenants in the normal process

* update application.yml file mysql info

* fix tenant in normal process

* fix login

* add file agreement  and update dlink_history.sql

* fix application.yml file

* fix system init

* fix tenant bug

* fix tenant bug

* fix tenant bug

* fix tenant bug

* fix application.yml

Co-authored-by: tangxiuhong <tangxiuhong@cangshu.vip>
Co-authored-by: aiwenmo <32723967+aiwenmo@users.noreply.github.com>

* [Feature-812][admin,web] add FragmentVariable manager && resourcecenter page (#813)

* add FragmentVariable manager

* added resourcecenter

* fix sql file , mapper.xml

* added NameSpaceForm PasswordForm

* added NameSpaceForm PasswordForm (#820)

* Delete SqlParserTest.java

* Optimized for multi-tenant

* [optimization][admin] Optimized for multi-tenant (#834)

* Delete SqlParserTest.java

* Optimized for multi-tenant

Co-authored-by: aiwenmo <32723967+aiwenmo@users.noreply.github.com>

* Render multi tenant forms on login (#841)

* [Feature-823][web] Multi tenant front end implementation  (#847)

* Implementation of multi tenant login

* UserManager,RoleManager,TenantManager,NameSpaceManager implementation

* fix NameSpaceForm RoleForm

* optimize multi tenant (#848)

* fix get tenants by role id bug

* fix add tenant key no unique

* fix login get tenants interceptor

* optimize multi tenant

* optimize multi tenant

Co-authored-by: tangxiuhong <tangxiuhong@cangshu.vip>

* fix multi tenant add role and delete role (#865)

* fix multi tenant add role and delete role

* fix multi tenant add role and delete role

Co-authored-by: tangxiuhong <tangxiuhong@cangshu.vip>

* Optimization of multi tenant &&  Optimize form rendering  (#876)

* 优化多租户相关问题

* 优化用户赋权角色表单渲染

* 优化用户赋权角色表单渲染

* 优化资源中心左右表单渲染

* Optimization of multi tenant && Optimize form rendering 

Optimization of multi tenant && Optimize form rendering

* optimization multi tenant  of delete roles &&  optimization multi tenant web render (#887)

* 用户授权角色穿梭框优化

* 用户授权角色穿梭框删除handleSearch

* 优化角色删除及其关联命名空间删除的逻辑

* 修复角色选择命名空间回显问题

* 优化用户关联角色渲染 (#888)

* [Feature-890][admin] Implementation of user role management

* Realization of user empowerment role function(#893)

* merge dev to dev-tenant (#1006)

* Optimization StudioConsole's StudioProcess click show flinksql the div overflow (#802)

* [Document-793][doc] docs hotfix (#815)

* docs hotfix

* Fix Chinese README link error and add English README. (#817)

* Added ignore of logs folder in git ignore file. (#807)

* [Optimization-810][Common] Added Maven Wrapper (#811)

* add maven wrapper

* add maven-wrapper.jar

* update .gitignore

* Fix jobhistory bug (#805)

* jobHistory bug modify

* jobHistory bug modify

* jobHistory bug modify

* update roadmap (#822)

Co-authored-by: godkaikai <32723967+godkaikai@users.noreply.github.com>

* Optimize cdc SQLSinkBuilder KafkaSinkBuilder, filter to process (#806)

* 优化 cdc SQLSinkBuilder KafkaSinkBuilder, filter to process

* change "_" to "."

* change "db" to config.getSchemaFieldName()

* change "tableMap key" to table.getSchemaTableName()

* [Fix-818][connector] fix when the data is flushed with an exception and no new data is entered subsequently (#824)

Co-authored-by: lucas.wu <1220671715>

* [Document-835][doc] Update the home page and basic information of the document (#836)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* remove sensitive info for more api. (#829)

Co-authored-by: dzygcc <avadar@qq.com>

* [fix 833] [dlink-client] Error with SQLSinkBuilder.buildRow (#833) (#842)

Co-authored-by: qiaoyiming <wenpin@tianmagroup.com>

* [Optimization-819][dlink-client] CDCSOURCE with timestamp and timezone (#843)

change default timezone = UTC ,
set timezone with setting sink.timezone
(#819)

Co-authored-by: qiaoyiming <wenpin@tianmagroup.com>

* [Optimization-849][client,executor] Replace sql separator and change default sql separator into ;\n (#850)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* fix execute error by flink 1.14.4 (#851)

* Optimize code style import order. (#853)

* fix SQLSinkBuilder.buildRow in flink-client-1.11 and flink-client-1.12 (#864)

change Row.withPositions() to new Row()

* 修复字符乱码和时区不正确以及增加datastream实现 (#845)

* fix: MYSQL CDC JsonDebeziumDeserializationSchema 字节转字符提定字符编码 UTF-8

* fix: MYSQL CDC SQLSinkBuilder 转换mysql 类型datetime时,时区不正确,应该设置UTC实区

* [Feature]:
   1:增加datastream-starrocks 实现,目前strrocks官网jar只到1.14对应的flink版本
   2:增加datastream-kafka-json 实现,主要实现抽像出必须的记录数据,增加扩展op、is_delete、schemaName,tableName,ts_ms等字段,方便业务使用

* [optimization]:优化调整重复代码

[optimization]:优化调整重复代码

* [Feature-794][*] Modify version into 0.6.7-SNAPSHOT (#866)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* Added  git file ignore (#867)

* 修改 dlink-conector-pulsar-1.14 (#871)

<!--新增 pulsar-client-api jar 解决找不到SubscriptionType报错-->

Co-authored-by: wzh8384 <wzh615961806>

* 使用dlink链接Flink1.14.4,SavePoint停止任务时会出现,这个问题我jackjson进行了升级就解决了,Flink1.14.4版本引用的是2.12.1 (#872)

* Using connection pooling to fix jdbc multi-connection problem (#873)

Co-authored-by: liuxiaofeng <liuxiaofeng@xcxd.com>

* [Fix-803] [Client] Fix TypeConvert-ColumnType Enumeration usage error (#878)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* [bug and doc] Fix yarn per job resource release (#863)

* [文档]:
1. 补充部署细节。
2. 增加一些 flink sql 案例。

* [bug修复]:
修复 yarn per job 、 batch 模式下任务完成后,yarn 不自动释放 flink JM 角色资源的问题,任务以 detached 模式运行。

* [Fix-832][doc] add Practice Sharing of FlinkSQL Extending Redis (#879)

Co-authored-by: hzymarine <marinehuang163@163.com>

* [Feature-868][Common] Added github workflow to check the checkstyle, test and build of each PR (#869)

* Added github workflow to check the checkstyle, test and build of each PR.

* Specify the checkstyle file.

* Added dlink-admin module code style (#889)

* [Optimization][Style]Added dlink-alert module code style. (#891)

* Added dlink-alert module code style.

* update alert plugin module code style

* Added dlink-common module code style. (#892)

* Added dlink-catalog module code style. (#895)

* Added dlink-app module code style. (#899)

* Optimized connection pooling and connection creation (#900)

Co-authored-by: liuxiaofeng <liuxiaofeng@xcxd.com>

* feature 全局变量管理增删改查实现 (#906)

* [Feature-907][pom] Change Flink base version into 1.14 (#908)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* Added dlink-connectors module code style. (#913)

* [Feature-915][admin,core] Add global variables takes effect in flinksql (#916)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* Added dlink-daemon module code style. (#918)

* Added dlink-executor module code style. (#919)

* [Optimization][Style]  Added dlink-core module code style (#917)

* Added dlink-core module code style.

* fix AbstractTrans error

* Added dlink-client module code style. (#898)

* Added dlink-function and dlink-gateway module code style (#920)

* Add a license description to the pom file. (#922)

* Added dlink-metadata module code style. (#921)

* [Feature-923][*] Build column lineage base on flink logical plan (#924)

* [Feature-923][*] Build column lineage base on flink logical plan

* [Feature-923][*] Dynamic add getColumnOrigins method to class RelMdColumnOrigins by javassist

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* [Optimization-932][pom] Optimizate package and auto.sh by loading classpaths (#933)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* 'dlink-client-hadoop打包增加ServicesResourceTransformer' (#935)

* [Optimization-943][pom] Optimizate config and static dir packaging (#944)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* flinkSQL supports the posgresql CDC function and the full database synchronization function. (#925)

* 修改点:
1、dlink-flink1.14增加postgres cdc connector,支持flinksql开发。
2、整库同步增加支持postgres数据库。

* 修改点:
1、METADATA_TYPE与dlink-meta中保持一致,避免Driver找不到lib的情况;
2、url中/后改为databasename,原来代码中填schema名是不正确的。

* postgresCDCBuilder改为首字母大写。

* Modify checkstyle to be a required item. (#948)

* 支持sqlserver cdc功能,测试同步doris通过。 (#951)

* 增加sqlserver-cdc支持,可以通过手写finksql完成sqlservercdc同步,但是不支持cdcsource模式.

* 修改报名\类名为sqlserver

* 增加sqlserver-cdc支持,可以通过手写finksql完成sqlservercdc同步,但是不支持cdcsource模式.

* 优化trycatch异常日志打印代码

* 支持sqlservercdc功能

Co-authored-by: 金鑫 <jinyanhui@huansi.net>

* Fix cluster submission taskId is empty (#862)

* The bug that the cluster information cannot be obtained in the savepoint save list

* Add taskId in case dlink maintains sql

* format code

* enhance manage logic

* 1. fix taskId is 0
2. reformat code

* reformat code

* refactor imports

* [Optimization][Style] Configure global checkstyle validation. (#953)

* Configure global checkstyle validation.

* Configure global checkstyle validation.

* [Feature] Add swagger api doc (#954)

* Add swagger api doc

* update datasource config info in the application file

* [Fix-840] [web] fix registration document type filter condition error (#959)

* Sqlserver增加date类型数据转换规则 (#958)

* sqlserver增加date类型数据转换规则.

* sqlserver增加date类型数据转换规则.

Co-authored-by: 金鑫 <jinyanhui@huansi.net>

* [Fix][dlink-gateway]修复k8s Application、Yarn Application、Yarn PerJob提交任务时未指定集群配置MasterMemoryMB、TaskManagerMemoryMB、SlotsPerTaskManager (#970)

* [Fix][dlink-gateway]修复k8s Application、Yarn Application、Yarn PerJob提交任务时未指定集群配置MasterMemoryMB、TaskManagerMemoryMB、SlotsPerTaskManager

* cdcsource增加多目标库同步功能 (#969)

单目标使用 'sink.*'
多目标使用 'sink[N].*', N为0开始的index索引.

Co-authored-by: 金鑫 <jinyanhui@huansi.net>

* 修复问题: (#949)

解决KafkaSinkBuilder没有序列化会报错的问题。

* Create PostgreSqlQuery.java (#971)

优化PG库"schema_name"查询

* [Fix][dlink-gateway]修复k8s application模式提交失败,优化增加获取JobId等待时间 (#972)

* [Fix][dlink-gateway]修复k8s Application、Yarn Application、Yarn PerJob提交任务时未指定集群配置MasterMemoryMB、TaskManagerMemoryMB、SlotsPerTaskManager

* [Fix][dlink-gateway]修复k8s Application、Yarn Application、Yarn PerJob提交任务时未指定集群配置MasterMemoryMB、TaskManagerMemoryMB、SlotsPerTaskManager

* [Fix][dlink-gateway]修复k8s application模式提交失败,优化增加获取JobId等待时间,

* [Fix][dlink-common]扩展系统配置参数添加jobid的最大等待时间

* [Bug] fix the banner of dlink admin app (#977)

* [Bug] fix the banner of dlink admin app

* remove banners

* [Optimization-981][metadata] Doris support more syntax (#982)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* [Optimization-983][client] Optimizate Doris datastream sink (#984)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* Optimizing Deployment Documents (#980)

* [feature] [dlink-admin] File upload (#939)

* add a table, name: dlink_upload_file_record

* File upload implement

* Modify function name and javadoc

* [Feature-987][admin] ClusterConfig and jar add upload file (#988)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* optimization Some problems in front-end (#986)

* 修订TypeImformation原因,自定义隐函数不能在Flink 1.14.x 版本以上运行。 (#973)

1.引入泛型,以自适应多种数据类型;
2.直接返回Map<K,V>,避免数据转换

* [Feature-989][metadata] Add StarRocks datasource (#990)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* [Optimization-882][web] Collapse all directories by default on datastudio's directory panel (#991)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* [Feature-946][alarm] Alarm after task monitoring retry (#992)

* [Feature-946][alarm] Alarm after task monitoring retry

* Format code

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* [Optimization-881][datastudio] Optimizate FlinkSql explain exception message (#993)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>

* fix code checkstyle

* 渲染用户选择租户菜单

* 优化注册全局变量时被拦截的问题

* 优化用户选择租户菜单

* 优化一些代码

Co-authored-by: Kerwin <37063904+zhuangchong@users.noreply.github.com>
Co-authored-by: mydq <42607771+mydq@users.noreply.github.com>
Co-authored-by: aiwenmo <32723967+aiwenmo@users.noreply.github.com>
Co-authored-by: godkaikai <32723967+godkaikai@users.noreply.github.com>
Co-authored-by: ZackYoung <42713096+zackyoungh@users.noreply.github.com>
Co-authored-by: lucas.wu <1220671715@qq.com>
Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>
Co-authored-by: dzygcc <dzygcc@gmail.com>
Co-authored-by: dzygcc <avadar@qq.com>
Co-authored-by: chrofram <32118314+chrofram@users.noreply.github.com>
Co-authored-by: qiaoyiming <wenpin@tianmagroup.com>
Co-authored-by: windWheel <1817802738@qq.com>
Co-authored-by: zhongjingq <51869301+zhongjingq@users.noreply.github.com>
Co-authored-by: zhonggui.wang <17490539+wangzhonggui@users.noreply.github.com>
Co-authored-by: sunyanqing01 <43230630+sunyanqing01@users.noreply.github.com>
Co-authored-by: xiaofeng <46049797+XiaoF-Liu@users.noreply.github.com>
Co-authored-by: liuxiaofeng <liuxiaofeng@xcxd.com>
Co-authored-by: 第一片心意 <107013241+ziqiang-wang@users.noreply.github.com>
Co-authored-by: hzymarine <50948904+hzymarine@users.noreply.github.com>
Co-authored-by: hzymarine <marinehuang163@163.com>
Co-authored-by: lnnlab <35280765+lnnlab@users.noreply.github.com>
Co-authored-by: mengyejiang <403905717@qq.com>
Co-authored-by: 金鑫 <jinxincoding@gmail.com>
Co-authored-by: 金鑫 <jinyanhui@huansi.net>
Co-authored-by: rafael <46079067+rafaelxie@users.noreply.github.com>
Co-authored-by: cong <274902531@qq.com>
Co-authored-by: zhujunjieit <42972147+zhujunjieit@users.noreply.github.com>
Co-authored-by: leo65535 <leo65535@163.com>
Co-authored-by: byd-android-2017 <17773406760@189.cn>

* fix tenant bug (#1010)

* optimization choose tenant

* [optimization][*] optimization tenant code checkstyles (#1037)

* optimizer tenant,add user and tenant relation. (#1070)

* Implementation of tenant assignment user function and related code optimization (#1071)

* [Fix][web] Fix tenant assignment user function code (#1073)

* Implementation of tenant assignment user function and related code optimization

* fix tenant assignment user function code

* fix tenant assignment user function code

* [Optimize][web,admin] Optimize tenant selection (#1081)

* Implementation of tenant assignment user function and related code optimization

* fix tenant assignment user function code

* fix tenant assignment user function code

* Optimize tenant selection

* [Optimize][web] change resource center to authentication center (#1082)

* [optimization][web] Tips for optimizing batch deletion (#1085)

* Fix merged problems

* Fix merged sql file problems

* Fix merged sql file problems

* Fix merged init bug

* Fix merged user info bug

* Fix merged web bug

* Optimize internationalization

* Optimize internationalization

* reduction readme.md

* reduction readme.md

* reduction  readme.md

Co-authored-by: XiuhongTang <t_spider@aliyun.com>
Co-authored-by: tangxiuhong <tangxiuhong@cangshu.vip>
Co-authored-by: aiwenmo <32723967+aiwenmo@users.noreply.github.com>
Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>
Co-authored-by: Kerwin <37063904+zhuangchong@users.noreply.github.com>
Co-authored-by: mydq <42607771+mydq@users.noreply.github.com>
Co-authored-by: godkaikai <32723967+godkaikai@users.noreply.github.com>
Co-authored-by: ZackYoung <42713096+zackyoungh@users.noreply.github.com>
Co-authored-by: lucas.wu <1220671715@qq.com>
Co-authored-by: dzygcc <dzygcc@gmail.com>
Co-authored-by: dzygcc <avadar@qq.com>
Co-authored-by: chrofram <32118314+chrofram@users.noreply.github.com>
Co-authored-by: qiaoyiming <wenpin@tianmagroup.com>
Co-authored-by: windWheel <1817802738@qq.com>
Co-authored-by: zhongjingq <51869301+zhongjingq@users.noreply.github.com>
Co-authored-by: zhonggui.wang <17490539+wangzhonggui@users.noreply.github.com>
Co-authored-by: sunyanqing01 <43230630+sunyanqing01@users.noreply.github.com>
Co-authored-by: xiaofeng <46049797+XiaoF-Liu@users.noreply.github.com>
Co-authored-by: liuxiaofeng <liuxiaofeng@xcxd.com>
Co-authored-by: 第一片心意 <107013241+ziqiang-wang@users.noreply.github.com>
Co-authored-by: hzymarine <50948904+hzymarine@users.noreply.github.com>
Co-authored-by: hzymarine <marinehuang163@163.com>
Co-authored-by: lnnlab <35280765+lnnlab@users.noreply.github.com>
Co-authored-by: mengyejiang <403905717@qq.com>
Co-authored-by: 金鑫 <jinxincoding@gmail.com>
Co-authored-by: 金鑫 <jinyanhui@huansi.net>
Co-authored-by: rafael <46079067+rafaelxie@users.noreply.github.com>
Co-authored-by: cong <274902531@qq.com>
Co-authored-by: zhujunjieit <42972147+zhujunjieit@users.noreply.github.com>
Co-authored-by: leo65535 <leo65535@163.com>
Co-authored-by: byd-android-2017 <17773406760@189.cn>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Optimization Optimization function
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants