taskadapter / redmine-java-api

Redmine Java API
Apache License 2.0
269 stars 162 forks source link

Allow private notes #273

Closed albfan closed 8 years ago

albfan commented 8 years ago

closes #271

albfan commented 8 years ago

I have added javadoc and remove all changes unrelated (formatting)

I need to add some test, finally I found that my redmine did not have a recent change to show if a note is private.

https://github.com/redmine/redmine/commit/0e59482e90a788f2da7775a3fb5c51dbea7b135f

alexeyOnGitHub commented 8 years ago

great, thank you @albfan

albfan commented 8 years ago

Miss the test code. Sorry for that. Maybe would be great to add a code coverage integration (code climate or similar) to refuse PR that decrease code coverage, i.e. don't provide test for new code