This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a change to branch branch-1.12
in repository https://gitbox.apache.org/repos/asf/inlong.git
from d31d596a97 [INLONG-10028][Release] Bumped 1.12.0 branch version to
1.12.0 (#10044)
new 6b233c181a [INLONG-10035][Agent] Report audit data using the new SDK
interface (#10038)
new 0b195a96cc [INLONG-8791][TubeMQ] Add log level and log path
configuration API to Tubemq-client-go (#10040)
new 7d469da4ba [INLONG-10045][Dashboard] Supports one approval order
containing multiple inlongGroups (#10046)
new 5383f19280 [INLONG-10041][Sort] Thread unsafety of time format
serialization (#10042)
new 5916eefd62 [INLONG-10047][Agent] Fix the bug in the logic for judging
the completion status of the supplementary recording task (#10050)
new ba53a626cf [INLONG-10048][Tools] Remove more useless paths to release
more size for workflows (#10049)
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/ci_build.yml | 34 ++++++----------
.github/workflows/ci_docker.yml | 34 ++++++----------
.github/workflows/ci_ut_flink13.yml | 14 ++++++-
.github/workflows/ci_ut_flink15.yml | 14 ++++++-
.github/workflows/codeql_analysis.yml | 34 ++++++----------
.../agent/message/file/ProxyMessageCache.java | 2 +
.../inlong/agent/metrics/audit/AuditUtils.java | 14 ++++++-
.../agent/core/instance/InstanceManager.java | 16 ++++----
.../agent/plugin/instance/CommonInstance.java | 4 +-
.../plugin/sinks/filecollect/SenderManager.java | 22 +++++-----
.../inlong/agent/plugin/sources/LogFileSource.java | 12 +++++-
.../agent/plugin/sources/file/AbstractSource.java | 8 ++--
.../inlong/agent/plugin/task/AbstractTask.java | 4 +-
.../inlong/agent/plugin/task/file/LogFileTask.java | 2 +-
.../sort/dataflow/field/format/DateFormatInfo.java | 27 +++----------
.../sort/dataflow/field/format/TimeFormatInfo.java | 27 +++----------
.../dataflow/field/format/TimestampFormatInfo.java | 28 +++----------
.../src/ui/pages/Process/Approvals/config.tsx | 12 +++++-
.../tubemq-client-go/config/config.go | 47 ++++++++++++++++++++++
.../tubemq-client-go/log/config.go | 43 ++++++++++++++++++++
20 files changed, 239 insertions(+), 159 deletions(-)