Skip to content
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

optional burndown generation on trollolo scrum end-sprint #204

Merged
merged 3 commits into from
Jul 24, 2018

Conversation

agraul
Copy link
Member

@agraul agraul commented Jul 19, 2018

In the past trollolo scrum end-sprint (formerly trollolo cleanup-sprint) generated burndown data every time. Now it requires to be explicitly called with a new flag.
This pull request adds a new flag twhich is named after trollolo burndown update:

trollolo scrum end-sprint --burndown-update

To add this new flag, I first had to fix a problem with trollolo scrum end-sprint since it did not pass the boards to Scrum::SprintCleaner
Fixes #201

I could not figure out how to test the cli (what to mock, and how) and opened #203 for now.

agraul added 3 commits July 19, 2018 14:45
Add the missing board setup that gets passed to Scrum::SprintCleaner
Previously, new burndown data was always generated as part of
`trollolo scrum end-sprint`.
Now it requires an explicit flag:

    trollolo scrum end-sprint --burndown-update

The name for this flag is named after `trollolo burndown update`.
test both the new default (no burndown data generation) and the
optional cleanup(run_burndown: true)
@agraul
Copy link
Member Author

agraul commented Jul 19, 2018

I don't have permissions to request a review, please have a look @matheussbernardo @cornelius @Ana06 😄

Copy link
Member

@cornelius cornelius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@cornelius cornelius merged commit 6d650e3 into openSUSE:master Jul 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cleanup-sprint fails due to incorrect board setup
2 participants