yangzehan

Results 12 issues of yangzehan

# Your PR Title (What it does) Fixes # (issue) ## Before submitting ## Who can review? Community members can review the PR once tests pass. Tag maintainers/contributors who might...

…d the backend when starting the client with an external IP address: no available backend.

docs

### Search before asking - [X] I had searched in the [issues](https://github.com/DataLinkDC/dinky/issues?q=is%3Aissue) and found no similar issues. ### What happened The heartbeat monitoring of the data source is not effective,...

Bug
Invalid
P3

Add a basic mysql2dorisDDL

![image](https://github.com/DataLinkDC/dinky/assets/76773988/fbe22904-18ff-4760-a2b2-5985def15e5d) ![image](https://github.com/DataLinkDC/dinky/assets/76773988/3601bf4c-5879-41ee-af67-2e69c06b8122) 原方法需要获取数据库中全部表的元数据再过滤比较花费时间

Integrate github's oauth authentication.Other SSO authentication can be expanded in the future. ![image](https://github.com/DataLinkDC/dinky/assets/76773988/c3132941-15c0-42cc-981f-6ec569168e6b) Users need to enable the sso function in the configuration ![image](https://github.com/DataLinkDC/dinky/assets/76773988/c3b24918-b587-4165-9b30-136a1eb829bc) and configure the correct authentication parameters...

New Feature

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### Java Version java8 ### Scala Version 2.12.x ### StreamPark Version dev ###...

bug

我已经安装好k8s环境了 现在想通过kk打包tar镜像包然后上传到harbor库 能单独打包镜像嘛

具体情况就是 ![image](https://github.com/xiaoymin/knife4j/assets/76773988/ed584454-a725-4186-8450-7b54ec037b12) ![image](https://github.com/xiaoymin/knife4j/assets/76773988/509c7893-ab8c-424b-9dea-505a79a6c943) 这里是个get请求 基于springcloud的微服务可以正常请求到v3/api-doc 基于dubbo的请求不能正常请求,我尝试直接访问demo的v3/api-doc是可以访问的 ![image](https://github.com/xiaoymin/knife4j/assets/76773988/d0cad311-40b2-465b-a0e7-7570d8202494) 通过apifox发送get请求也是能请求到的 但是不知道这块是为什么不能请求