[PR] Add a containerized mode to the ECM service [linkis]

2024-11-11 Thread via GitHub
sjgllgh opened a new pull request, #5201: URL: https://github.com/apache/linkis/pull/5201 ### What is the purpose of the change Add a containerized mode to the ECM service, which allows assigning specific IPs and ports for communication with the outside world to particular engines in

Re: [I] [Feature][ECM] ECM容器化后支持spark引擎driver端与集群之间的通信 [linkis]

2024-11-11 Thread via GitHub
peacewong commented on issue #5199: URL: https://github.com/apache/linkis/issues/5199#issuecomment-2469542728 Good features -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [I] [Feature][spark] spark引擎增加对sparkmeasure的支持 [linkis]

2024-11-11 Thread via GitHub
peacewong commented on issue #5200: URL: https://github.com/apache/linkis/issues/5200#issuecomment-2469542913 Good features -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] Add a containerized mode to the ECM service [linkis]

2024-11-19 Thread via GitHub
sjgllgh commented on code in PR #5201: URL: https://github.com/apache/linkis/pull/5201#discussion_r184949 ## .github/workflows/integration-test.yml: ## @@ -171,10 +171,13 @@ jobs: # Execute test by linkis-cli POD_NAME=`kubectl get pods -n linkis -l app

[PR] Bump org.apache.kafka:kafka-clients from 2.7.2 to 3.7.1 in /linkis-public-enhancements/linkis-datasource/linkis-datasource-manager/service/kafka [linkis]

2024-11-19 Thread via GitHub
dependabot[bot] opened a new pull request, #5203: URL: https://github.com/apache/linkis/pull/5203 Bumps org.apache.kafka:kafka-clients from 2.7.2 to 3.7.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apa

Re: [PR] Add a containerized mode to the ECM service [linkis]

2024-11-20 Thread via GitHub
peacewong commented on code in PR #5201: URL: https://github.com/apache/linkis/pull/5201#discussion_r1848190834 ## .github/workflows/integration-test.yml: ## @@ -171,10 +171,13 @@ jobs: # Execute test by linkis-cli POD_NAME=`kubectl get pods -n linkis -l a

Re: [PR] Add a containerized mode to the ECM service [linkis]

2024-11-15 Thread via GitHub
sjgllgh commented on PR #5201: URL: https://github.com/apache/linkis/pull/5201#issuecomment-2478446997 Why did my integration test fail when tested with linkis-cli? How can I check the failure logs? I have executed the integration test in my local environment and it passed. The specific exe

Re: [PR] Add a containerized mode to the ECM service [linkis]

2024-11-13 Thread via GitHub
peacewong commented on code in PR #5201: URL: https://github.com/apache/linkis/pull/5201#discussion_r1841533763 ## linkis-engineconn-plugins/spark/src/main/scala/org/apache/linkis/engineplugin/spark/factory/SparkEngineConnFactory.scala: ## @@ -137,6 +137,17 @@ class SparkEngineC

Re: [PR] Add a containerized mode to the ECM service [linkis]

2024-11-27 Thread via GitHub
peacewong merged PR #5201: URL: https://github.com/apache/linkis/pull/5201 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache

Re: [PR] Fix linkis storage ss3 and oss [linkis]

2024-12-02 Thread via GitHub
sjgllgh commented on PR #5204: URL: https://github.com/apache/linkis/pull/5204#issuecomment-258542 1. org.apache.linkis.entrance.utils.CommonLogPathUtils.getRootFs Need to increase support for other file systems 2. org.apache.linkis.governance.common.utils.getResultParentPath The re

[PR] feat: add support for sparkmeasure [linkis]

2024-11-14 Thread via GitHub
sjgllgh opened a new pull request, #5202: URL: https://github.com/apache/linkis/pull/5202 ### What is the purpose of the change Add support for SparkMeasure to the Spark engine for better monitoring of Spark's performance. ### Related issues/PRs Related issues: #5200

Re: [PR] Add a containerized mode to the ECM service [linkis]

2024-11-13 Thread via GitHub
sjgllgh commented on code in PR #5201: URL: https://github.com/apache/linkis/pull/5201#discussion_r1841658962 ## linkis-engineconn-plugins/spark/src/main/scala/org/apache/linkis/engineplugin/spark/factory/SparkEngineConnFactory.scala: ## @@ -137,6 +137,17 @@ class SparkEngineCon

Re: [PR] feat: add support for sparkmeasure [linkis]

2024-11-25 Thread via GitHub
peacewong merged PR #5202: URL: https://github.com/apache/linkis/pull/5202 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache

[PR] Fix linkis storage ss3 and oss [linkis]

2024-12-02 Thread via GitHub
peacewong opened a new pull request, #5204: URL: https://github.com/apache/linkis/pull/5204 Fix linkis storage ss3 and oss -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

[PR] Bump vue-i18n from 9.4.1 to 9.14.2 in /linkis-web-next [linkis]

2024-12-02 Thread via GitHub
dependabot[bot] opened a new pull request, #5206: URL: https://github.com/apache/linkis/pull/5206 Bumps [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) from 9.4.1 to 9.14.2. Release notes Sourced from https://github.com/intlify/vue-i18n/releases";>vue-i

[PR] Bump @intlify/core-base and vue-i18n in /linkis-web-next [linkis]

2024-12-03 Thread via GitHub
dependabot[bot] opened a new pull request, #5205: URL: https://github.com/apache/linkis/pull/5205 Bumps [@intlify/core-base](https://github.com/intlify/vue-i18n/tree/HEAD/packages/core) to 9.14.2 and updates ancestor dependency [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packa

Re: [PR] Fix linkis storage ss3 and oss [linkis]

2024-12-03 Thread via GitHub
sjgllgh merged PR #5204: URL: https://github.com/apache/linkis/pull/5204 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache.o

Re: [I] [Feature][linkis-storage][linkis-bml-server][linkis-pes-publicservice] Expand the scope of s3's usage in Linkis [linkis]

2024-12-04 Thread via GitHub
sjgllgh closed issue #5207: [Feature][linkis-storage][linkis-bml-server][linkis-pes-publicservice] Expand the scope of s3's usage in Linkis URL: https://github.com/apache/linkis/issues/5207 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] Enhance the functionality of s3filesystem [linkis]

2024-12-04 Thread via GitHub
peacewong merged PR #5208: URL: https://github.com/apache/linkis/pull/5208 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache

[I] [Feature][linkis-storage][linkis-bml-server][linkis-pes-publicservice] Expand the scope of s3's usage in Linkis [linkis]

2024-12-03 Thread via GitHub
sjgllgh opened a new issue, #5207: URL: https://github.com/apache/linkis/issues/5207 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/linkis/issues) and found no similar feature requirement. ### Problem Description 1. Enhance t

Re: [I] [Feature][linkis-storage][linkis-bml-server][linkis-pes-publicservice] Expand the scope of s3's usage in Linkis [linkis]

2024-12-03 Thread via GitHub
github-actions[bot] commented on issue #5207: URL: https://github.com/apache/linkis/issues/5207#issuecomment-2516002465 ## :blush: Welcome to the Apache Linkis community!! We are glad that you are contributing by opening this issue. Please make sure to include all the relevant cont

[PR] Enhance the functionality of s3filesystem [linkis]

2024-12-03 Thread via GitHub
sjgllgh opened a new pull request, #5208: URL: https://github.com/apache/linkis/pull/5208 ### What is the purpose of the change 1. Enhance the functionality of s3filesystem to support multipart uploads. 2. Support the use of s3 storage for BML materials and workspaces. ### Re

Re: [I] [Feature][linkis-website] Document outline optimization [linkis]

2024-12-09 Thread via GitHub
peacewong closed issue #4689: [Feature][linkis-website] Document outline optimization URL: https://github.com/apache/linkis/issues/4689 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [I] [Bug] LDH module yarn resourcemanager start failed [linkis]

2024-12-09 Thread via GitHub
peacewong closed issue #4604: [Bug] LDH module yarn resourcemanager start failed URL: https://github.com/apache/linkis/issues/4604 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

Re: [I] [Feature][linkis-dist] Optimize the linkis config file [linkis]

2024-12-09 Thread via GitHub
peacewong closed issue #4628: [Feature][linkis-dist] Optimize the linkis config file URL: https://github.com/apache/linkis/issues/4628 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

Re: [I] [Feature][Module Name] add sys function script [linkis]

2024-12-09 Thread via GitHub
peacewong closed issue #4688: [Feature][Module Name] add sys function script URL: https://github.com/apache/linkis/issues/4688 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

Re: [I] [Feature][linkis-website] default version update for bug report [linkis]

2024-12-09 Thread via GitHub
peacewong closed issue #4706: [Feature][linkis-website] default version update for bug report URL: https://github.com/apache/linkis/issues/4706 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the sp

Re: [I] [Bug] Stream closed whille starting dss-workflow-server dependencing linkis-mybatis [linkis]

2024-12-09 Thread via GitHub
peacewong closed issue #4620: [Bug] Stream closed whille starting dss-workflow-server dependencing linkis-mybatis URL: https://github.com/apache/linkis/issues/4620 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [I] [Bug] Workflow shell node viewing resource file, path usage error [linkis]

2024-12-09 Thread via GitHub
peacewong closed issue #4585: [Bug] Workflow shell node viewing resource file, path usage error URL: https://github.com/apache/linkis/issues/4585 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [I] [Feature][CICD]Support git action integtation test [linkis]

2024-12-09 Thread via GitHub
peacewong closed issue #4600: [Feature][CICD]Support git action integtation test URL: https://github.com/apache/linkis/issues/4600 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

Re: [I] [Feature][DataSource] linkis-datasource user permission control [linkis]

2024-12-09 Thread via GitHub
peacewong closed issue #4717: [Feature][DataSource] linkis-datasource user permission control URL: https://github.com/apache/linkis/issues/4717 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the sp

Re: [I] [WIP][Feature][linkis-website] Looking for bugs on the linkis website [linkis]

2024-12-09 Thread via GitHub
peacewong closed issue #4525: [WIP][Feature][linkis-website] Looking for bugs on the linkis website URL: https://github.com/apache/linkis/issues/4525 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [I] [Question]Symptom After linkis integrates jdbc, jdbc query errors are reported [linkis]

2024-12-09 Thread via GitHub
peacewong closed issue #4551: [Question]Symptom After linkis integrates jdbc, jdbc query errors are reported URL: https://github.com/apache/linkis/issues/4551 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

Re: [I] [Bug] Jdbc-driver UJESSQLStatement execute not throw SqlException if a database access error occurs [linkis]

2024-12-09 Thread via GitHub
peacewong closed issue #4367: [Bug] Jdbc-driver UJESSQLStatement execute not throw SqlException if a database access error occurs URL: https://github.com/apache/linkis/issues/4367 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] [Bug] resultsetToExcel interface, when the first row of downloaded data is null except the date, the data download error is reported [linkis]

2024-12-09 Thread via GitHub
peacewong closed issue #4364: [Bug] resultsetToExcel interface, when the first row of downloaded data is null except the date, the data download error is reported URL: https://github.com/apache/linkis/issues/4364 -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] Sonar code detection problem repair [linkis]

2024-12-09 Thread via GitHub
peacewong closed issue #4360: Sonar code detection problem repair URL: https://github.com/apache/linkis/issues/4360 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

Re: [I] [Question]Symptom After linkis integrates jdbc, jdbc query errors are reported [linkis]

2024-12-09 Thread via GitHub
ly-yhq commented on issue #4551: URL: https://github.com/apache/linkis/issues/4551#issuecomment-2528021672 这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] [Question]Sqoop use hcatalog executes tip Unable to instantiate org.apache.hive.hcatalog.com mon. $CacheableHiveMetaStoreClient HiveClientCache [linkis]

2024-12-09 Thread via GitHub
peacewong closed issue #4549: [Question]Sqoop use hcatalog executes tip Unable to instantiate org.apache.hive.hcatalog.com mon. $CacheableHiveMetaStoreClient HiveClientCache URL: https://github.com/apache/linkis/issues/4549 -- This is an automated message from the Apache Git Service. To resp

Re: [PR] Bump vite from 4.5.3 to 4.5.9 in /linkis-web-next [linkis]

2025-02-05 Thread via GitHub
SelfImpr001 commented on PR #5217: URL: https://github.com/apache/linkis/pull/5217#issuecomment-2638714657 这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] Bump vite from 4.5.3 to 4.5.9 in /linkis-web-next [linkis]

2025-02-05 Thread via GitHub
hhs1 commented on PR #5217: URL: https://github.com/apache/linkis/pull/5217#issuecomment-2638714779 无法注销账号 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e

Re: [PR] Bump vite from 4.5.3 to 4.5.9 in /linkis-web-next [linkis]

2025-02-05 Thread via GitHub
peacewong merged PR #5217: URL: https://github.com/apache/linkis/pull/5217 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache

Re: [PR] Bump nanoid from 3.3.6 to 3.3.8 in /linkis-web-next [linkis]

2024-12-16 Thread via GitHub
peacewong merged PR #5209: URL: https://github.com/apache/linkis/pull/5209 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache

[PR] Bump com.thoughtworks.xstream:xstream from 1.4.20 to 1.4.21 [linkis]

2024-12-16 Thread via GitHub
dependabot[bot] opened a new pull request, #5210: URL: https://github.com/apache/linkis/pull/5210 Bumps [com.thoughtworks.xstream:xstream](https://github.com/x-stream/xstream) from 1.4.20 to 1.4.21. Commits See full diff in https://github.com/x-stream/xstream/commits";>compare

[PR] Preparing to release version 1.7.0. [linkis]

2024-12-18 Thread via GitHub
peacewong opened a new pull request, #5211: URL: https://github.com/apache/linkis/pull/5211 Preparing to release version 1.7.0. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

Re: [PR] Preparing to release version 1.7.0. [linkis]

2024-12-18 Thread via GitHub
casionone merged PR #5211: URL: https://github.com/apache/linkis/pull/5211 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache

[PR] Bump nanoid from 3.3.6 to 3.3.8 in /linkis-web-next [linkis]

2024-12-12 Thread via GitHub
dependabot[bot] opened a new pull request, #5209: URL: https://github.com/apache/linkis/pull/5209 Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.6 to 3.3.8. Changelog Sourced from https://github.com/ai/nanoid/blob/main/CHANGELOG.md";>nanoid's changelog. 3.3.8 F

Re: [PR] Bump @intlify/core-base and vue-i18n in /linkis-web-next [linkis]

2024-12-03 Thread via GitHub
peacewong merged PR #5205: URL: https://github.com/apache/linkis/pull/5205 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache

Re: [I] [Feature][ECM] ECM容器化后支持spark引擎driver端与集群之间的通信 [linkis]

2024-12-03 Thread via GitHub
sjgllgh closed issue #5199: [Feature][ECM] ECM容器化后支持spark引擎driver端与集群之间的通信 URL: https://github.com/apache/linkis/issues/5199 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [I] [Feature][spark] spark引擎增加对sparkmeasure的支持 [linkis]

2024-12-03 Thread via GitHub
sjgllgh closed issue #5200: [Feature][spark] spark引擎增加对sparkmeasure的支持 URL: https://github.com/apache/linkis/issues/5200 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

Re: [PR] Bump vue-i18n from 9.4.1 to 9.14.2 in /linkis-web-next [linkis]

2024-12-03 Thread via GitHub
peacewong merged PR #5206: URL: https://github.com/apache/linkis/pull/5206 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache

[PR] Optimize monitor module [linkis]

2025-01-20 Thread via GitHub
Liboyistu opened a new pull request, #5216: URL: https://github.com/apache/linkis/pull/5216 Optimize monitor module -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

[I] [Bug] linkis on k8s is not successful [linkis]

2025-01-20 Thread via GitHub
waynecookie opened a new issue, #5215: URL: https://github.com/apache/linkis/issues/5215 ### Search before asking - [x] I searched the [issues](https://github.com/apache/linkis/issues) and found no similar issues. ### Linkis Component linkis-dist ### Steps to

Re: [I] [Bug] linkis on k8s is not successful [linkis]

2025-01-20 Thread via GitHub
github-actions[bot] commented on issue #5215: URL: https://github.com/apache/linkis/issues/5215#issuecomment-2603781754 ## :blush: Welcome to the Apache Linkis community!! We are glad that you are contributing by opening this issue. Please make sure to include all the relevant cont

[PR] Bump vite from 4.5.3 to 4.5.9 in /linkis-web-next [linkis]

2025-01-21 Thread via GitHub
dependabot[bot] opened a new pull request, #5217: URL: https://github.com/apache/linkis/pull/5217 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.3 to 4.5.9. Release notes Sourced from https://github.com/vitejs/vite/releases";>vite's releases.

[I] [Question] Installing a stand-alone deployment document: An error occurred while performing the shell engine task for validation after installation [linkis]

2025-01-21 Thread via GitHub
JediZ90 opened a new issue, #5218: URL: https://github.com/apache/linkis/issues/5218 ### Before asking - [x] I have read the [How to ask for help](https://linkis.apache.org/community/how-to-ask-for-help) (我已阅读[如何寻求帮助](https://linkis.apache.org/zh-CN/community/how-to-ask-for-help)指引文档

Re: [I] [Question] Installing a stand-alone deployment document: An error occurred while performing the shell engine task for validation after installation [linkis]

2025-01-21 Thread via GitHub
github-actions[bot] commented on issue #5218: URL: https://github.com/apache/linkis/issues/5218#issuecomment-2606444624 ## :blush: Welcome to the Apache Linkis community!! We are glad that you are contributing by opening this issue. Please make sure to include all the relevant cont

Re: [I] [Question] linkis source package failed [linkis]

2024-12-24 Thread via GitHub
jackxu2011 commented on issue #4931: URL: https://github.com/apache/linkis/issues/4931#issuecomment-2561528600 > 1. 我使用的是1.6.0的版本,从GITHUB上CLONE下来的,也是报这个错误,折腾了一天没有搞好。 > 2. 我从[https://dlcdn.apache.org/linkis/1.6.0/下载下来的源码,执行编译是正常的。](https://dlcdn.apache.org/linkis/1.6.0/%E4%B8%8B%E8%BD%BD%E

Re: [I] [Question] linkis source package failed [linkis]

2024-12-23 Thread via GitHub
daochuanli commented on issue #4931: URL: https://github.com/apache/linkis/issues/4931#issuecomment-2559921369 1. 我使用的是1.6.0的版本,从GITHUB上CLONE下来的,也是报这个错误,折腾了一天没有搞好。 2. 我从https://dlcdn.apache.org/linkis/1.6.0/下载下来的源码,执行编译是正常的。 3. 什么原因,我目前还不清楚。 -- This is an automated message from the A

Re: [I] [Question] linkis source package failed [linkis]

2024-12-23 Thread via GitHub
daochuanli commented on issue #4931: URL: https://github.com/apache/linkis/issues/4931#issuecomment-2559925635 1. 我使用的是1.6.0的版本,从GITHUB上CLONE下来的,也是报这个错误,折腾了一天没有搞好。 2. 我从https://dlcdn.apache.org/linkis/1.6.0/下载下来的源码,执行编译是正常的。 3. 什么原因,我目前还不清楚。 -- This is an automated message from the A

[PR] Bump org.apache.hive:hive-service from 3.1.3 to 4.0.0 [linkis]

2024-12-23 Thread via GitHub
dependabot[bot] opened a new pull request, #5212: URL: https://github.com/apache/linkis/pull/5212 Bumps org.apache.hive:hive-service from 3.1.3 to 4.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apach

Re: [PR] Bump com.thoughtworks.xstream:xstream from 1.4.20 to 1.4.21 [linkis]

2025-01-16 Thread via GitHub
peacewong merged PR #5210: URL: https://github.com/apache/linkis/pull/5210 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache

Re: [PR] Update NOTICE year [linkis]

2025-01-16 Thread via GitHub
peacewong merged PR #5213: URL: https://github.com/apache/linkis/pull/5213 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache

[PR] support azure [linkis]

2025-01-16 Thread via GitHub
v-kkhuang opened a new pull request, #5214: URL: https://github.com/apache/linkis/pull/5214 ### What is the purpose of the change EngineConn-Core defines the the abstractions and interfaces of the EngineConn core functions. The Engine Service in Linkis 0.x is refactored, En

Re: [I] [Feature] 1.8.0-requirements [linkis]

2025-01-07 Thread via GitHub
peacewong commented on issue #5174: URL: https://github.com/apache/linkis/issues/5174#issuecomment-2576879531 ![wechat](https://github.com/user-attachments/assets/768c40cf-eed1-4145-9e41-0b4afb6c4efe) -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [I] [Feature] 1.8.0-requirements [linkis]

2025-01-07 Thread via GitHub
hhs1 commented on issue #5174: URL: https://github.com/apache/linkis/issues/5174#issuecomment-2576880438 无法注销账号 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

[PR] Update NOTICE year [linkis]

2025-01-15 Thread via GitHub
pjfanning opened a new pull request, #5213: URL: https://github.com/apache/linkis/pull/5213 We should keep the NOTICE up to date -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

Re: [PR] Fix the problem of Sonar code scanning [linkis]

2025-03-24 Thread via GitHub
casionone closed pull request #4369: Fix the problem of Sonar code scanning URL: https://github.com/apache/linkis/pull/4369 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

Re: [PR] [WIP]Enable customized and isolated python environment for Pyspark [linkis]

2025-03-24 Thread via GitHub
casionone closed pull request #3525: [WIP]Enable customized and isolated python environment for Pyspark URL: https://github.com/apache/linkis/pull/3525 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

Re: [PR] [WIP]Enable customized and isolated python environment for Pyspark [linkis]

2025-03-24 Thread via GitHub
casionone commented on PR #3525: URL: https://github.com/apache/linkis/pull/3525#issuecomment-2750267039 linkis has support set python version by console manager -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] feat: linkis service distributed deployment. [linkis]

2025-04-05 Thread via GitHub
casionone closed pull request #4730: feat: linkis service distributed deployment. URL: https://github.com/apache/linkis/pull/4730 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

Re: [PR] Bump @babel/runtime from 7.22.11 to 7.27.0 in /linkis-web-next [linkis]

2025-04-05 Thread via GitHub
casionone merged PR #5227: URL: https://github.com/apache/linkis/pull/5227 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache

[PR] Bump vite from 6.2.1 to 6.2.3 in /linkis-web-next [linkis]

2025-03-25 Thread via GitHub
dependabot[bot] opened a new pull request, #5222: URL: https://github.com/apache/linkis/pull/5222 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.1 to 6.2.3. Release notes Sourced from https://github.com/vitejs/vite/releases";>vite's releases.

Re: [I] [Bug] upgrade to snakeyaml 2.0 due to cve [linkis]

2025-03-25 Thread via GitHub
casionone closed issue #4273: [Bug] upgrade to snakeyaml 2.0 due to cve URL: https://github.com/apache/linkis/issues/4273 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[PR] 1.8.0 feature [linkis]

2025-03-26 Thread via GitHub
GLeXios opened a new pull request, #5223: URL: https://github.com/apache/linkis/pull/5223 ### What is the purpose of the change EngineConn-Core defines the the abstractions and interfaces of the EngineConn core functions. The Engine Service in Linkis 0.x is refactored, Engi

Re: [PR] Bump axios from 1.7.4 to 1.8.2 in /linkis-web-next [linkis]

2025-03-31 Thread via GitHub
casionone merged PR #5226: URL: https://github.com/apache/linkis/pull/5226 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache

Re: [PR] Bump vite from 6.2.1 to 6.2.4 in /linkis-web-next [linkis]

2025-03-31 Thread via GitHub
casionone merged PR #5228: URL: https://github.com/apache/linkis/pull/5228 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache

Re: [PR] Bump vite from 6.2.4 to 6.2.5 in /linkis-web-next [linkis]

2025-04-11 Thread via GitHub
dependabot[bot] closed pull request #5229: Bump vite from 6.2.4 to 6.2.5 in /linkis-web-next URL: https://github.com/apache/linkis/pull/5229 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

[PR] Bump vite from 6.2.4 to 6.2.6 in /linkis-web-next [linkis]

2025-04-11 Thread via GitHub
dependabot[bot] opened a new pull request, #5230: URL: https://github.com/apache/linkis/pull/5230 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.4 to 6.2.6. Release notes Sourced from https://github.com/vitejs/vite/releases";>vite's releases.

Re: [PR] Bump vite from 6.2.4 to 6.2.5 in /linkis-web-next [linkis]

2025-04-11 Thread via GitHub
dependabot[bot] commented on PR #5229: URL: https://github.com/apache/linkis/pull/5229#issuecomment-2797237790 Superseded by #5230. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

Re: [I] [Feature] Support Databend datasource [linkis]

2025-04-17 Thread via GitHub
github-actions[bot] commented on issue #5231: URL: https://github.com/apache/linkis/issues/5231#issuecomment-2814251924 ## :blush: Welcome to the Apache Linkis community!! We are glad that you are contributing by opening this issue. Please make sure to include all the relevant cont

[I] [Feature] Support Databend datasource [linkis]

2025-04-17 Thread via GitHub
wubx opened a new issue, #5231: URL: https://github.com/apache/linkis/issues/5231 ### Search before asking - [x] I had searched in the [issues](https://github.com/apache/linkis/issues) and found no similar feature requirement. ### Problem Description _No response_

[PR] Bump vite from 6.2.4 to 6.3.4 in /linkis-web-next [linkis]

2025-04-30 Thread via GitHub
dependabot[bot] opened a new pull request, #5232: URL: https://github.com/apache/linkis/pull/5232 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.4 to 6.3.4. Release notes Sourced from https://github.com/vitejs/vite/releases";>vite's releases.

Re: [PR] Bump vite from 6.2.4 to 6.2.6 in /linkis-web-next [linkis]

2025-04-30 Thread via GitHub
dependabot[bot] commented on PR #5230: URL: https://github.com/apache/linkis/pull/5230#issuecomment-2843017567 Superseded by #5232. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

Re: [PR] Bump vite from 6.2.4 to 6.2.6 in /linkis-web-next [linkis]

2025-04-30 Thread via GitHub
dependabot[bot] closed pull request #5230: Bump vite from 6.2.4 to 6.2.6 in /linkis-web-next URL: https://github.com/apache/linkis/pull/5230 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

[PR] Bump vue-i18n from 9.14.2 to 9.14.3 in /linkis-web-next [linkis]

2025-03-07 Thread via GitHub
dependabot[bot] opened a new pull request, #5219: URL: https://github.com/apache/linkis/pull/5219 Bumps [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) from 9.14.2 to 9.14.3. Release notes Sourced from https://github.com/intlify/vue-i18n/releases";>vue-

Re: [PR] Bump vue-i18n from 9.14.2 to 9.14.3 in /linkis-web-next [linkis]

2025-03-07 Thread via GitHub
hhs1 commented on PR #5219: URL: https://github.com/apache/linkis/pull/5219#issuecomment-2706860672 无法注销账号 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e

Re: [PR] Bump vue-i18n from 9.14.2 to 9.14.3 in /linkis-web-next [linkis]

2025-03-10 Thread via GitHub
peacewong merged PR #5219: URL: https://github.com/apache/linkis/pull/5219 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache

[PR] Bump esbuild, @vitejs/plugin-vue and vite in /linkis-web-next [linkis]

2025-03-10 Thread via GitHub
dependabot[bot] opened a new pull request, #5221: URL: https://github.com/apache/linkis/pull/5221 Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.1 and updates ancestor dependencies [esbuild](https://github.com/evanw/esbuild), [@vitejs/plugin-vue](https://github.com/vitejs/vite-pl

[PR] Bump axios from 1.7.4 to 1.8.2 in /linkis-web [linkis]

2025-03-10 Thread via GitHub
dependabot[bot] opened a new pull request, #5220: URL: https://github.com/apache/linkis/pull/5220 Bumps [axios](https://github.com/axios/axios) from 1.7.4 to 1.8.2. Release notes Sourced from https://github.com/axios/axios/releases";>axios's releases. Release v1.8.2 Releas

Re: [PR] Bump axios from 1.7.4 to 1.8.2 in /linkis-web [linkis]

2025-03-11 Thread via GitHub
peacewong merged PR #5220: URL: https://github.com/apache/linkis/pull/5220 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache

Re: [PR] Bump esbuild, @vitejs/plugin-vue and vite in /linkis-web-next [linkis]

2025-03-11 Thread via GitHub
peacewong merged PR #5221: URL: https://github.com/apache/linkis/pull/5221 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache

Re: [PR] Bump vite from 6.2.1 to 6.2.3 in /linkis-web-next [linkis]

2025-03-31 Thread via GitHub
dependabot[bot] commented on PR #5222: URL: https://github.com/apache/linkis/pull/5222#issuecomment-2767000785 Superseded by #5228. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

[PR] Bump vite from 6.2.1 to 6.2.4 in /linkis-web-next [linkis]

2025-03-31 Thread via GitHub
dependabot[bot] opened a new pull request, #5228: URL: https://github.com/apache/linkis/pull/5228 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.1 to 6.2.4. Release notes Sourced from https://github.com/vitejs/vite/releases";>vite's releases.

Re: [PR] Bump vite from 6.2.1 to 6.2.3 in /linkis-web-next [linkis]

2025-03-31 Thread via GitHub
dependabot[bot] closed pull request #5222: Bump vite from 6.2.1 to 6.2.3 in /linkis-web-next URL: https://github.com/apache/linkis/pull/5222 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

[PR] Bump @babel/runtime from 7.22.11 to 7.27.0 in /linkis-web-next [linkis]

2025-03-31 Thread via GitHub
dependabot[bot] opened a new pull request, #5227: URL: https://github.com/apache/linkis/pull/5227 Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.11 to 7.27.0. Release notes Sourced from https://github.com/babel/babel/releases";>@​

[PR] Bump axios from 1.7.4 to 1.8.2 in /linkis-web-next [linkis]

2025-03-31 Thread via GitHub
dependabot[bot] opened a new pull request, #5226: URL: https://github.com/apache/linkis/pull/5226 Bumps [axios](https://github.com/axios/axios) from 1.7.4 to 1.8.2. Release notes Sourced from https://github.com/axios/axios/releases";>axios's releases. Release v1.8.2 Releas

Re: [PR] 1.8.0 release feature [linkis]

2025-03-31 Thread via GitHub
casionone merged PR #5225: URL: https://github.com/apache/linkis/pull/5225 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache

[PR] 1.8.0 release feature [linkis]

2025-03-31 Thread via GitHub
GLeXios opened a new pull request, #5225: URL: https://github.com/apache/linkis/pull/5225 ### What is the purpose of the change EngineConn-Core defines the the abstractions and interfaces of the EngineConn core functions. The Engine Service in Linkis 0.x is refactored, Engi

[PR] Bump vite from 6.2.4 to 6.2.5 in /linkis-web-next [linkis]

2025-04-04 Thread via GitHub
dependabot[bot] opened a new pull request, #5229: URL: https://github.com/apache/linkis/pull/5229 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.4 to 6.2.5. Release notes Sourced from https://github.com/vitejs/vite/releases";>vite's releases.

[PR] 1.8.0 features merge [linkis]

2025-03-27 Thread via GitHub
GLeXios opened a new pull request, #5224: URL: https://github.com/apache/linkis/pull/5224 ### What is the purpose of the change EngineConn-Core defines the the abstractions and interfaces of the EngineConn core functions. The Engine Service in Linkis 0.x is refactored, Engi

  1   2   >