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/incubator-inlong.git.


    from 0d4ff86  [INLONG-810] Sort Module Support store data to ApacheDoris  
(#1846)
     add cf771bc   [INLONG][feature][audit] add inlong audit feature code 
module struct (#1884)

No new revisions were added by this update.

Summary of changes:
 .../audit-common}/pom.xml                          |  28 ++-
 inlong-audit/audit-dist/assembly/assembly.xml      |  50 +++++
 .../audit-dist}/pom.xml                            |  13 +-
 .../audit-docker/Dockerfile                        |  15 +-
 inlong-audit/audit-docker/README.md                |  16 ++
 .../audit-docker/audit-docker.sh                   |   6 +-
 .../audit-docker}/pom.xml                          |  55 +++--
 .../audit-source}/assembly/assembly.xml            |  34 +--
 inlong-audit/audit-source/bin/audit-ng             | 237 +++++++++++++++++++++
 .../audit-source/bin/prepare_env.sh                |  13 +-
 .../audit-source/bin/start.sh                      |   4 +-
 .../audit-source/bin/stop.sh                       |   4 +-
 inlong-audit/audit-source/conf/logback.xml         | 119 +++++++++++
 .../audit-source}/pom.xml                          |  62 ++++--
 inlong-audit/audit-store/assembly/assembly.xml     |  59 +++++
 .../audit-store/bin/prepare_env.sh                 |  13 +-
 inlong-audit/audit-store/bin/start.sh              |  67 ++++++
 .../audit-store/bin/stop.sh                        |   6 +-
 inlong-audit/audit-store/pom.xml                   | 126 +++++++++++
 {inlong-dataproxy => inlong-audit}/pom.xml         |  88 ++++++--
 pom.xml                                            |   1 +
 21 files changed, 886 insertions(+), 130 deletions(-)
 copy {inlong-sort/sort-formats/format-common => 
inlong-audit/audit-common}/pom.xml (66%)
 create mode 100644 inlong-audit/audit-dist/assembly/assembly.xml
 copy {inlong-dataproxy/dataproxy-dist => inlong-audit/audit-dist}/pom.xml (86%)
 copy inlong-dataproxy/conf/common.properties => 
inlong-audit/audit-docker/Dockerfile (77%)
 create mode 100644 inlong-audit/audit-docker/README.md
 copy inlong-dataproxy/dataproxy-docker/dataproxy-docker.sh => 
inlong-audit/audit-docker/audit-docker.sh (87%)
 copy {inlong-dataproxy/dataproxy-docker => inlong-audit/audit-docker}/pom.xml 
(61%)
 copy {inlong-dataproxy/dataproxy-dist/src/main => 
inlong-audit/audit-source}/assembly/assembly.xml (66%)
 create mode 100755 inlong-audit/audit-source/bin/audit-ng
 copy inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/build_linux.sh => 
inlong-audit/audit-source/bin/prepare_env.sh (90%)
 copy inlong-dataproxy/bin/dataproxy-start.sh => 
inlong-audit/audit-source/bin/start.sh (86%)
 copy inlong-dataproxy/bin/dataproxy-stop.sh => 
inlong-audit/audit-source/bin/stop.sh (83%)
 create mode 100644 inlong-audit/audit-source/conf/logback.xml
 copy {inlong-agent/agent-release => inlong-audit/audit-source}/pom.xml (52%)
 create mode 100644 inlong-audit/audit-store/assembly/assembly.xml
 copy inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/build_linux.sh => 
inlong-audit/audit-store/bin/prepare_env.sh (88%)
 create mode 100755 inlong-audit/audit-store/bin/start.sh
 copy inlong-dataproxy/bin/dataproxy-start.sh => 
inlong-audit/audit-store/bin/stop.sh (83%)
 mode change 100755 => 100644
 create mode 100644 inlong-audit/audit-store/pom.xml
 copy {inlong-dataproxy => inlong-audit}/pom.xml (53%)

Reply via email to