-
Notifications
You must be signed in to change notification settings - Fork 142
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
#972: Stars no longer depends on user/repo parameters. It now has its ow... #981
Conversation
… own Repo, just like Hooks does.
Thanks for your pull request, let me find someone who can review it |
@carlosmiranda could you please review this pull request |
@@ -60,14 +61,19 @@ public void checkIfRepoStarred() throws Exception { | |||
new MkAnswer.Simple(HttpURLConnection.HTTP_NO_CONTENT) | |||
).next(new MkAnswer.Simple(HttpURLConnection.HTTP_NOT_FOUND)) | |||
.start(); | |||
final Stars stars = new RtStars( | |||
new ApacheRequest(container.home()) | |||
final Stars truestars = new RtStars( |
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.
Let's call this variable stars
or starred
. Better avoid compound variable names: http://www.yegor256.com/2014/04/27/typical-mistakes-in-java-code.html#variable-names
@pinaf A couple of minor comments above. |
@carlosmiranda there you go. |
@pinaf Thanks, looks good now. |
@rultor merge please |
@carlosmiranda Thanks for your request. @yegor256 Please confirm this. |
@rultor merge pls |
@carlosmiranda 16 mins sent to your balance (ID +16 added to your rating, current score is: +1304 |
@rultor please deploy |
#972