-
Notifications
You must be signed in to change notification settings - Fork 203
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
Fix of #229 (PsGithub sends invalid POST request) #238
Conversation
@cyberone Thanks, I will find someone to review this PR soon |
@carlosmiranda review this one, please |
@cyberone Shouldn't there be a unit test that replicates the bug for this? |
@carlosmiranda there's already an issue #42 about missing test on PsGithub. |
@cyberone In that case you should add a puzzle to test this particular scenario. We can't leave it as it is, or nobody will notice and your change will be untested. |
@carlosmiranda added puzzle. Please re-check. |
@@ -51,6 +51,8 @@ | |||
* @version $Id$ | |||
* @since 0.1 | |||
* @checkstyle MultipleStringLiteralsCheck (500 lines) | |||
* @todo #229: PsGithubTest should check that POST request arguments are |
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.
@cyberone Where is the estimated time? Should be (for example) #229:30min
.
@cyberone A couple of comments related to the puzzle above. |
@carlosmiranda done |
@cyberone Thanks! |
@rultor merge please |
@carlosmiranda Thanks for your request. @yegor256 Please confirm this. |
@rultor merge |
@elenavolokhova please, review this task for compliance with our quality rules |
@rultor deploy pls |
@carlosmiranda
The title of this request doesn't contain such information. As far as you are the performer of this ticket you are responsible for its quality. According to our quality rules:
There were mostly cosmetic issues found during review. Try to pay attention to bigger design problems and the overall quality of the code. |
@cyberone please rename the ticket title to reflect the actual problem as requested by @elenavolokhova . |
@carlosmiranda done. |
@cyberone Thank you |
@davvd Quality is acceptable. |
@elenavolokhova thanks for the review, we'll try better next time |
@elenavolokhova thank you, let's try to make it "good" next time |
@carlosmiranda I added 10 mins to @elenavolokhova (for QA review) in transaction 56879541 I just added 21 mins to your account, many thanks for your contribution.. 56879557 spent here you're getting extra minutes here (c=6) +21 added to your rating, current score is: +4501 |
Fix of #229 (PsGithub sends invalid POST request)