-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature][Zeta][REST-API]add get running job info by jobId #4140
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 tasks
11 tasks
Hisoka-X
reviewed
Mar 7, 2023
...erver/src/main/java/org/apache/seatunnel/engine/server/rest/RestHttpGetCommandProcessor.java
Outdated
Show resolved
Hide resolved
Please add e2e test case for this change. |
Yup, add e2e test case is better. |
Ok, I will provide e2e. |
liugddx
changed the title
[Feature][Zeta][REST-API]add get running job info by jobId
[WIP][Feature][Zeta][REST-API]add get running job info by jobId
Mar 13, 2023
liugddx
changed the title
[WIP][Feature][Zeta][REST-API]add get running job info by jobId
[Feature][Zeta][REST-API]add get running job info by jobId
Mar 15, 2023
Hisoka-X
reviewed
Mar 17, 2023
Hisoka-X
reviewed
Mar 17, 2023
5 tasks
EricJoy2048
reviewed
Mar 20, 2023
...2e/connector-seatunnel-e2e-base/src/test/java/org/apache/seatunnel/engine/e2e/RestApiIT.java
Show resolved
Hide resolved
EricJoy2048
approved these changes
Mar 20, 2023
Hisoka-X
approved these changes
Mar 22, 2023
MonsterChenzhuo
pushed a commit
to MonsterChenzhuo/incubator-seatunnel
that referenced
this pull request
Apr 19, 2023
* add get running job info by jobId * add release note * fix ci error * fix ci error * Use constant string to manage url path; * add e2e test case * add e2e case * add e2e case * add e2e case * add e2e test case * add e2e test case * add e2e case * add e2e case * change method name * revert * get port for rest api * add e2e test * add e2e test * Update rest-api.md * Update rest-api.md * Update docs/en/seatunnel-engine/rest-api.md * code style * code style * code style * code style * code style * close zeta engine after all test case done. --------- Co-authored-by: Hisoka <[email protected]>
ic4y
pushed a commit
to ic4y/incubator-seatunnel
that referenced
this pull request
May 22, 2023
* add get running job info by jobId * add release note * fix ci error * fix ci error * Use constant string to manage url path; * add e2e test case * add e2e case * add e2e case * add e2e case * add e2e test case * add e2e test case * add e2e case * add e2e case * change method name * revert * get port for rest api * add e2e test * add e2e test * Update rest-api.md * Update rest-api.md * Update docs/en/seatunnel-engine/rest-api.md * code style * code style * code style * code style * code style * close zeta engine after all test case done. --------- Co-authored-by: Hisoka <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose of this pull request
Check list
New License Guide
release-note
.