-
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 #3445 - Add 2 more moderation milestones #3452
Conversation
d4d13cd
to
ebded10
Compare
2af0b1b
to
80d6007
Compare
r? @karlcow (No rush on review, any time this week is great, thanks!) |
next two days: diagnostics. Review on Thursday. |
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.
👏
webcompat/webhooks/__init__.py 19 0 100%
webcompat/webhooks/helpers.py 138 5 96% 108, 171-175
webcompat/webhooks/model.py 149 0 100%
- 108 is not related to your PR.
- 171-175 is
def make_request(method, path, payload_request):
but not worth testing IMHO.
Thanks @miketaylr beautiful code.
return payload_request | ||
|
||
|
||
def prepare_invalid_issue(title=None): |
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.
🤔 all these prepare_BLAH_issue
, I wonder if it's a case of `prepare_issue('BLAH')
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.
Hm, I think you're right. Wouldn't be too much work. I'll circle back and file a follow-up for this.
OK, this is ready for review. We can test it on staging at any point -- I've created the milestones in the webcompat-tests-private repo. But before we deploy to production, we need to add the milestones to web-bugs-private.