You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by li...@apache.org on 2023/03/22 02:10:34 UTC

[incubator-seatunnel] branch dev updated (e1f6d3b3f -> 4e52eba53)

This is an automated email from the ASF dual-hosted git repository.

liugddx pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


    from e1f6d3b3f [Improve][JdbcSink]Fix connection failure caused by connection timeout. (#4322)
     add 4e52eba53 [Feature][Zeta][REST-API]add get running job info by jobId (#4140)

No new revisions were added by this update.

Summary of changes:
 docs/en/seatunnel-engine/rest-api.md               | 117 +++++++++++++
 docs/sidebars.js                                   |   1 +
 release-note.md                                    |   1 +
 seatunnel-e2e/pom.xml                              |  13 ++
 .../seatunnel/engine/e2e/JobExecutionIT.java       |  16 +-
 .../org/apache/seatunnel/engine/e2e/RestApiIT.java | 123 ++++++++++++++
 .../src/test/resources/hazelcast.yaml              |   7 +
 ...to_file.conf => stream_fakesource_to_file.conf} |   2 +-
 .../seatunnel/engine/server/rest/RestConstant.java |   7 +-
 .../server/rest/RestHttpGetCommandProcessor.java   | 186 +++++++++++----------
 10 files changed, 382 insertions(+), 91 deletions(-)
 create mode 100644 docs/en/seatunnel-engine/rest-api.md
 create mode 100644 seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/java/org/apache/seatunnel/engine/e2e/RestApiIT.java
 copy seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/resources/{batch_fakesource_to_file.conf => stream_fakesource_to_file.conf} (99%)
 copy seatunnel-api/src/main/java/org/apache/seatunnel/api/sink/SinkCommonOptions.java => seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/rest/RestConstant.java (76%)