-
Notifications
You must be signed in to change notification settings - Fork 188
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
Show extra cmd line arguments and allow rerunning of tasks #708
Conversation
@@ -12,3 +12,34 @@ | |||
<div class="vex-dialog-input"> | |||
<input id='filename' name="filename" type="text" class="vex-dialog-prompt-input" placeholder="e.g. service.log" value=""> | |||
</div> | |||
|
|||
<script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'm sure we can find a way to get this out of the markup.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I'll do another pass through on this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
give me a shout if you get stuck - there's a few different ways to use vex, some more shorthand than others (you can see different examples throughout singularity) and the vex docs obviously as well could be useful to read through http://github.hubspot.com/vex/
i'd like to roll the rerun button out, but I think we need more work on the argument history stuff. could we move those changes into a separate PR? |
Would disabling the history stuff (but still keeping the code in) be good enough to merge this and then start another PR? |
@kwm4385 yeah that should be OK |
@tpetr Good to go. |
looks good, but task rerun dialog doesnt seem to work for me -- never gets past "waiting for task to launch" |
^ we'll address the auto-tail issue in a different PR |
Show extra cmd line arguments and allow rerunning of tasks
New UI features: