Feature #19970
open
a-c-r should refuse to run if git has locally modified files
Added by Peter Amstutz almost 2 years ago.
Updated 9 months ago.
Description
Users don't always commit their git repo before trying to run it, which makes the git tracking information less useful. It should refuse to run by default if "git status" is non-empty. Possibly with an option to override it.
- Description updated (diff)
- Subject changed from a-c-r refuse to run if git has locally modified files to a-c-r should refuse to run if git has locally modified files
Seems straightforward, arvados_cwl.executor.ArvCwlExecutor.arv_executor
already starts by collecting Git status, then goes on to do command line validation. A check could be added in that section with all the information it needs.
It would be nice to specify an exit code for this situation but this function is just raising a plain Exception for all command line errors like this so we'll do the same here.
Propose to name the flag --allow-uncommitted
.
- Target version changed from Future to To be scheduled
- Target version changed from To be scheduled to Future
Also available in: Atom
PDF