stempler / gradle-versioneye-plugin

Plugin for Gradle to update your project's dependencies status on www.versioneye.com
MIT License
31 stars 5 forks source link

Provide an option to hide "xyz is up-to-date" messages #26

Closed mmoayyed closed 7 years ago

mmoayyed commented 8 years ago

When I run the plugin, I see a lot of messages that indicate "some-dependency is up-to-date". I would like this message to become an optional feature, since I really just care about things that are not up-to-date. The rest mostly is just extra "noise" which makes it harder to track what dependency actually needs more attention.

Thanks!

stempler commented 8 years ago

@msteiger You added the logging regarding the up-to-date states. What do you think makes sense as a default? Informing about up-to-date libraries or skipping them?

msteiger commented 8 years ago

It's probably a matter of personal taste. How about summarizing the up-to-date ones by default and adding a -verbose flag?

abc can be updated to version 1.2.3
xyz can be updated to version 3.4.5
23 other dependencies are up to date
mmoayyed commented 8 years ago

That's fine with me. I only care about what is not up to date. So anything that compresses the rest of the log is fine.

mmoayyed commented 7 years ago

Any updates on this?

msteiger commented 7 years ago

I'm not using it actively, but it sounds like an interesting (small) project. I'll have a stab at it.

stempler commented 7 years ago

Snapshot is available for testing.