forked from apache/submarine
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Test #1
Draft
aeioulisa
wants to merge
4
commits into
master
Choose a base branch
from
test
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
aeioulisa
force-pushed
the
master
branch
22 times, most recently
from
September 11, 2021 07:52
273c9f3
to
4573d7b
Compare
aeioulisa
force-pushed
the
master
branch
5 times, most recently
from
September 14, 2021 05:41
1a17811
to
db59d98
Compare
aeioulisa
pushed a commit
that referenced
this pull request
Jan 14, 2022
### What is this PR for? I added an internal service in submarine-server which allow the agent which is appended on our custom resource object to sync their tracking result to database, also push the status change via web-socket. ### What type of PR is it? Feature ### Todos * [ ] - Task ### What is the Jira issue? https://issues.apache.org/jira/browse/SUBMARINE-1139 ### How should this be tested? the unit test should be added later. ### Screenshots (if appropriate) ![flow chart](https://user-images.githubusercontent.com/5687317/147484889-45717b97-e3c9-4bd5-9614-c273e81d40c0.jpeg) ### Questions: * Do the license files need updating? No * Are there breaking changes for older versions? No * Does this need new documentation? No Author: FatalLin <[email protected]> Author: Kevin Su <[email protected]> Signed-off-by: Kevin <[email protected]> Closes apache#848 from FatalLin/SUBMARINE-1139 and squashes the following commits: 9d480ed [FatalLin] Merge pull request #1 from pingsutw/SUBMARINE-1139 a73179d [Kevin Su] Fixed typo 63bd051 [Kevin Su] Fixed test e406764 [FatalLin] licence 6b52698 [FatalLin] add unit test and modify couple places for it cb78d28 [FatalLin] fix ut aff3dc7 [FatalLin] remove duplicated parameter f00b48d [FatalLin] rollback developing codes f1504cc [FatalLin] add license announcement 2331db7 [FatalLin] add license announcement 13d1483 [FatalLin] add internal api for status sync 8f3e458 [FatalLin] Merge branch 'master' of https://github.com/apache/submarine into SUBMARINE-1139 f814549 [FatalLin] add internal api for status sync
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.
What is this PR for?
What type of PR is it?
[Bug Fix | Improvement | Feature | Documentation | Hot Fix | Refactoring]
Todos
What is the Jira issue?
How should this be tested?
Screenshots (if appropriate)
Questions: