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

MkRepo.java:68-69: Implement languages() method. Don't forget... #953 #994

Merged
merged 4 commits into from
Jan 26, 2015
Merged

Conversation

nhekfqn
Copy link
Contributor

@nhekfqn nhekfqn commented Jan 20, 2015

No description provided.

@dmarkov
Copy link

dmarkov commented Jan 21, 2015

Many thanks for the PR, let me find a reviewer for it

@dmarkov
Copy link

dmarkov commented Jan 21, 2015

@longtimeago please review this one

@@ -281,7 +279,7 @@ public Notifications notifications() {

@Override
public Iterable<Language> languages() {
throw new NotImplementedException("MkRepo#languages");
return new ArrayList<Language>(0);
Copy link
Contributor

Choose a reason for hiding this comment

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

it would be nice to have several languages inside. Empty list is useless

@nhekfqn
Copy link
Contributor Author

nhekfqn commented Jan 25, 2015

@longtimeago updated, please review.

user,
new Coordinates.Simple(user, "testrepo4")
);
MatcherAssert.assertThat(repo.languages(), Matchers.notNullValue());
Copy link
Contributor

Choose a reason for hiding this comment

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

please, also check at least elements count

@longtimeago
Copy link
Contributor

@nhekfqn One more remark

@nhekfqn
Copy link
Contributor Author

nhekfqn commented Jan 25, 2015

@longtimeago updated, please review.

final int size = 3;
MatcherAssert.assertThat(
Lists.newArrayList(languages),
Matchers.hasSize(size)
Copy link
Contributor

Choose a reason for hiding this comment

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

instead of one-time variable size please use Tv.THREE

@nhekfqn
Copy link
Contributor Author

nhekfqn commented Jan 25, 2015

@longtimeago updated, please review.

@longtimeago
Copy link
Contributor

@nhekfqn Thank you!

@longtimeago
Copy link
Contributor

@rultor good to merge

@rultor
Copy link
Contributor

rultor commented Jan 25, 2015

@rultor good to merge

@longtimeago Thanks for your request. @yegor256 Please confirm this.

@yegor256
Copy link
Member

@rultor merge this

@rultor
Copy link
Contributor

rultor commented Jan 25, 2015

@rultor merge this

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Contributor

rultor commented Jan 25, 2015

@rultor merge this

@yegor256 Oops, I failed. You can see the full log here (spent 6min)

@nhekfqn
Copy link
Contributor Author

nhekfqn commented Jan 25, 2015

@rultor @yegor256 I've checked the failing test case, it looks like it is unstable - the issue repoduced once then test passed fine. Please try again to deploy.

Ticket created: #1002

@rultor
Copy link
Contributor

rultor commented Jan 25, 2015

@rultor @yegor256 I've checked the failing test case, it looks like it is unstable - the issue repoduced once then test passed fine. Please try again to deploy.

Ticket created: #1002

@nhekfqn Thanks for your request. @yegor256 Please confirm this.

@yegor256
Copy link
Member

@rultor try to merge again

@rultor
Copy link
Contributor

rultor commented Jan 26, 2015

@rultor try to merge again

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit b164d64 into jcabi:master Jan 26, 2015
@rultor
Copy link
Contributor

rultor commented Jan 26, 2015

@rultor try to merge again

@yegor256 Done! FYI, the full log is here (took me 7min)

@dmarkov
Copy link

dmarkov commented Jan 27, 2015

@longtimeago thank you, added 15 mins to your acc, payment num is 50842297; +15 added to your rating, current score is: +1425

@dmarkov
Copy link

dmarkov commented Jan 27, 2015

@rultor deploy now pls

@rultor
Copy link
Contributor

rultor commented Jan 27, 2015

@rultor deploy now pls

@dmarkov OK, I'll try to deploy now. You can check the progress here

@rultor
Copy link
Contributor

rultor commented Jan 27, 2015

@rultor deploy now pls

@dmarkov Done! FYI, the full log is here (took me 9min)

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling b164d64 on nhekfqn:976 into * on jcabi:master*.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants