-
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
Fixes #1856 - Better error messaging for unset milestones #2702
Conversation
I just saw it failed on the CI tests, this was the test it failed:
Should I change this test so it works with the new strings? If yes, should I do this on this issue or should I open a new one? |
@marimeireles Fix the test on this issue. :) That's part of it. The test worked by flagging the change. |
@marimeireles Also it would be great if you can put |
@marimeireles @Anushi1998 The style we use for commits messages (Step 5) is described in the docs and mildly enforced (when I do not forget). |
it depends of the stuff. @karlcow or @miketaylr are the specialist of python |
Got it! Thanks, @karlcow. :) @Anushi1998, yea, you're right! I always forget about that. I'll try to fix it rebasing it. Thanks for the reminder.
Okay! :) |
@marimeireles I don't know if it would be better, but yes shorter you might consider trying |
@Anushi1998 According to Github's doc "If the commit only exists in your local repository and has not been pushed to GitHub, you can amend the commit message with the git commit --amend command." |
@marimeireles You can still use (Also fun -- if you don't mind some inappropriate language -- is this one:grin: ) |
That changes everything! o: I didn't know it. And thanks for sharing the blog posts too. Super useful. |
3056ead
to
e3e0a9a
Compare
@marimeireles Your CircleCI is failing with same error as #2662 (comment). The possible fix is to update your branch with master and rebase you work :) |
Ahmm. You're right! |
Sorry to ping you, I just found a bug at my implementation. :< |
Hi @magsout, I think it's working now. |
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.
@marimeireles I noted some improvements.
Thanks a lot for your help.
I ping @miketaylr for tests, because I'm not sure, again @miketaylr and also @karlcow for the logic of the behavior.
Thanks for the improvements, @magsout! |
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.
The rest looks good in terms of what the UI.
Just needs to remove the index file into the webhooks directory.
@marimeireles on my side yes, you just need to rebase the commits so that it's less mistakes fixing and more logical code organization. Thanks a lot. |
@marimeireles yes +1, good job and again thanks. |
186a8d5
to
3bd4d9f
Compare
Thank you for all the help :) |
once @magsout has approved on his side. I will merge. |
@karlcow approved |
Hi @magsout, I'm not sure if I should ping you or Karl or someone else, so please let me know if I'm pinging the wrong person.
Sorry for the delay I got caught up with school these last few days.
Do you think it's a good solution? Also, did I get the variable names right this time?
Thanks! :)