GitHub user ahgittin opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/1167
improve the start task tree shape
previously start showed a long list of subtasks; now they are grouped a bit
more nicely i think. see commit message for details.
this is quite a simple change.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ahgittin/incubator-brooklyn
start-task-tree-shape
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/1167.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1167
----
commit 39e2a4e4a81138e22d35d026cdcd6307fba67eb8
Author: Alex Heneveld <[email protected]>
Date: 2016-01-21T14:10:09Z
group software process tasks better
causes a much nicer tree to display, rather than lots of steps.
most are no-op and i think this structure makes it better to navigate.
unfortunately it is hard to tell if a step is no-op, as they are methods,
so we don't have a way just to not run empty steps.
it would be better to do away with most of them, finding a different
mechanism
for subclasses to insert at the right point, but this helps in the short
term.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---