-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
feat(ui): resume on selected node. Fixes #5763 #6885
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6885 +/- ##
==========================================
- Coverage 48.55% 48.50% -0.06%
==========================================
Files 265 265
Lines 19220 19259 +39
==========================================
+ Hits 9332 9341 +9
- Misses 8839 8870 +31
+ Partials 1049 1048 -1
Continue to review full report at Codecov.
|
Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
71e92d6
to
cc33854
Compare
This seems counter intuitive to me. How about we add a "Resume" button on the sliding panel rather than use the one it toolbar? |
Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
712ce18
to
93d143f
Compare
updated ui with more intuitive flow, added test |
@tczhao Thank you for the implementation. Is there a documentation how to use the independent resuming of suspension nodes? Thank in advance. |
Hi @daniel-winter, The UI should be quite straightforward |
@tczhao Sorry, for confusing you. I meant a code example, e.g.
And in the UI it's then possible to resume it. I am not completely sure how to use it. As you can see in the screenshot, the resume button for this node is missing in opening sidebar: |
v3.3/latest |
Signed-off-by: Tianchu Zhao <evantczhao@gmail.com> Signed-off-by: kriti-sc <kathuriakriti1@gmail.com>
Hi @alexec When we can expect v3.3. Just saw 3.2.3 got released. |
Hi @alexec Any news about that feature? Can't see any open PR where the feature is included? Thanks in advance |
@alexec When we can expect this new feature? |
This field was added in argoproj#6885 but is not in the documentation Signed-off-by: Alan Clucas <alan@clucas.org>
This field was added in argoproj#6885 but is not in the documentation Signed-off-by: Alan Clucas <alan@clucas.org>
Fixes #5763 #6666
Untitled_.Oct.8.2021.11_12.AM.mp4
Tips:
git commit --signoff
.make pre-commit -B
to fix codegen or lint problems.