aloyszhang commented on PR #10092:
URL: https://github.com/apache/inlong/pull/10092#issuecomment-2097686313
> I guess module sort-format-json-v1.18 is not built on our build workflow ?
Yes, it's built only by specifying profile v1.18 like `mvn clean package
-DskipTests -Pv1.18`
--
luchunliang opened a new pull request, #10133:
URL: https://github.com/apache/inlong/pull/10133
Fixes #10129
### Motivation
Transform SQL support +-*/ operations
### Modifications
- Support to parse the following PB protocol
syntax = "proto3";
package test;
aloyszhang commented on code in PR #10092:
URL: https://github.com/apache/inlong/pull/10092#discussion_r1592135000
##
inlong-sort/sort-formats/format-row/format-json-v1.18/src/main/java/org/apache/inlong/sort/formats/json/MysqlBinLogData.java:
##
@@ -0,0 +1,65 @@
+/*
+ * License
dockerzhang commented on code in PR #10134:
URL: https://github.com/apache/inlong/pull/10134#discussion_r1592208089
##
inlong-audit/audit-docker/Dockerfile:
##
@@ -35,23 +35,12 @@ ENV TUBE_AUDIT_TOPIC="inlong-audit"
ENV AUDIT_DBNAME="apache_inlong_audit"
# proxy/store/all, sta
doleyzi commented on code in PR #10134:
URL: https://github.com/apache/inlong/pull/10134#discussion_r1592255863
##
inlong-audit/audit-docker/Dockerfile:
##
@@ -35,23 +35,12 @@ ENV TUBE_AUDIT_TOPIC="inlong-audit"
ENV AUDIT_DBNAME="apache_inlong_audit"
# proxy/store/all, start a
dockerzhang merged PR #10133:
URL: https://github.com/apache/inlong/pull/10133
--
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: commits-unsubscr...@inlon
This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new ae49243a5a [INLONG-10129][SDK] Transform SQ
dockerzhang opened a new pull request, #10139:
URL: https://github.com/apache/inlong/pull/10139
Fixes #10138
### Motivation
Node.js 16 actions are deprecated, bump actions/checkout@v3,
actions/setup-java@v3, actions/cache@v3 to v4
### Modifications
fuweng11 opened a new pull request, #10140:
URL: https://github.com/apache/inlong/pull/10140
### Prepare a Pull Request
- Fixes #10136
-
### Motivation
Clean up ElasticSearch and ClickHouse audit source query function
### Modifications
Clean up ElasticSearch and
EMsnap commented on PR #10092:
URL: https://github.com/apache/inlong/pull/10092#issuecomment-2098205335
> > I guess module sort-format-json-v1.18 is not built on our build workflow
?
>
> It's built only by specifying profile v1.18 `mvn clean package -DskipTests
-Pv1.18`
Yes an
aloyszhang commented on code in PR #10137:
URL: https://github.com/apache/inlong/pull/10137#discussion_r1592344787
##
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/cluster/ClusterTagRequest.java:
##
@@ -55,6 +55,9 @@ public class ClusterTagRequest {
aloyszhang commented on code in PR #10137:
URL: https://github.com/apache/inlong/pull/10137#discussion_r1592345444
##
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/cluster/ClusterTagResponse.java:
##
@@ -50,6 +50,9 @@ public class ClusterTagResponse {
aloyszhang commented on code in PR #10137:
URL: https://github.com/apache/inlong/pull/10137#discussion_r1592348809
##
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/cluster/InlongClusterTagExtParam.java:
##
@@ -0,0 +1,114 @@
+/*
+ * Licensed to the Apac
aloyszhang commented on code in PR #10137:
URL: https://github.com/apache/inlong/pull/10137#discussion_r1592358591
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/repository/DataProxyConfigRepository.java:
##
@@ -99,6 +100,7 @@ public class Data
Author: luchunliang
Date: Tue May 7 12:06:23 2024
New Revision: 69004
Log:
Delete 1.11.0
Removed:
release/inlong/1.11.0/
fuweng11 commented on code in PR #10137:
URL: https://github.com/apache/inlong/pull/10137#discussion_r1592388378
##
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/cluster/ClusterTagResponse.java:
##
@@ -50,6 +50,9 @@ public class ClusterTagResponse {
luchunliang opened a new pull request, #10143:
URL: https://github.com/apache/inlong/pull/10143
Fixes #10130
### Motivation
Transform SQL support string concat function
### Modifications
- Support to parse the following PB protocol
syntax = "proto3";
package
fuweng11 commented on code in PR #10137:
URL: https://github.com/apache/inlong/pull/10137#discussion_r1592388581
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/repository/DataProxyConfigRepository.java:
##
@@ -99,6 +100,7 @@ public class DataPr
aloyszhang commented on PR #10092:
URL: https://github.com/apache/inlong/pull/10092#issuecomment-2098342822
> > > I guess module sort-format-json-v1.18 is not built on our build
workflow ?
> >
> >
> > It's built only by specifying profile v1.18 `mvn clean package
-DskipTests -Pv1
aloyszhang commented on code in PR #10137:
URL: https://github.com/apache/inlong/pull/10137#discussion_r1592438645
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/repository/DataProxyConfigRepository.java:
##
@@ -99,6 +100,7 @@ public class Data
dockerzhang merged PR #10140:
URL: https://github.com/apache/inlong/pull/10140
--
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: commits-unsubscr...@inlon
This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
from ae49243a5a [INLONG-10129][SDK] Transform SQL support +-*/ operations
(#10133)
add dd9aa7abc4 [INLONG-10136]
dockerzhang merged PR #10139:
URL: https://github.com/apache/inlong/pull/10139
--
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: commits-unsubscr...@inlon
This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
from dd9aa7abc4 [INLONG-10136][Manager] Clean up ElasticSearch and
ClickHouse audit source query function (#10140)
dockerzhang merged PR #10142:
URL: https://github.com/apache/inlong/pull/10142
--
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: commits-unsubscr...@inlon
This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 585b9fb033 [INLONG-10141][Manager] Data pre
dockerzhang merged PR #10143:
URL: https://github.com/apache/inlong/pull/10143
--
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: commits-unsubscr...@inlon
This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 9c40c95e72 [INLONG-10130][SDK] Transform SQ
dockerzhang merged PR #10137:
URL: https://github.com/apache/inlong/pull/10137
--
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: commits-unsubscr...@inlon
This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 3c703dd1d3 [INLONG-10135][Manager] Move inl
dockerzhang commented on code in PR #10134:
URL: https://github.com/apache/inlong/pull/10134#discussion_r1592396044
##
inlong-audit/audit-docker/Dockerfile:
##
@@ -35,28 +35,11 @@ ENV TUBE_AUDIT_TOPIC="inlong-audit"
ENV AUDIT_DBNAME="apache_inlong_audit"
# proxy/store/all, sta
dockerzhang merged PR #10134:
URL: https://github.com/apache/inlong/pull/10134
--
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: commits-unsubscr...@inlon
This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new aa674dc79d [INLONG-10132][Audit] Clean up E
dockerzhang merged PR #10092:
URL: https://github.com/apache/inlong/pull/10092
--
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: commits-unsubscr...@inlon
XiaoYou201 opened a new pull request, #10146:
URL: https://github.com/apache/inlong/pull/10146
### Prepare a Pull Request
- [INLONG-10144][Sort] Redis connectors support audit ID
- Fixes #10144
### Motivation
Redis connector not support audit function. So this pr
35 matches
Mail list logo