-
Notifications
You must be signed in to change notification settings - Fork 41
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
Sum estimate time saved and log it #294
Conversation
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 like the suggestion! I've proposed it internally to see if we want this on both of the OSS plugins, before I go and merge it here.
plugin/src/main/java/org/openrewrite/gradle/isolated/DefaultProjectParser.java
Outdated
Show resolved
Hide resolved
…rewrite-gradle-plugin into estimated-time-saved
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.
Thanks a lot! Really good to show more folks how much time is saved. :)
plugin/src/main/java/org/openrewrite/gradle/isolated/DefaultProjectParser.java
Outdated
Show resolved
Hide resolved
Awesome work; I've logged an issue to remind myself we'll want the same for Maven |
#296
What's changed?
After log changes for each result, sum estimate time saved and log it.
What's your motivation?
OpenRewrite is working fine and it is very helpful. To show the importance and the time saved, I think it's interesting to show the estimate time saved.
Checklist