-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
User should not be able to create Oauth based user_tags #2737
Conversation
8d97ddd
to
b786ebd
Compare
Generated by 🚫 Danger |
|
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.
Great !
This looks super! I do wonder if we should leave these on until we enable the OAuth system -- we could comment out the line where it checks and just put Great work!!! |
Also perhaps we can have the message say |
I am in favour of second option 'oa-github:____'. I have made it |
@jywarren The user_tag needs to be changed before I implement the OAuth. The main model which I will be using for the OAuth is user_tag. So, we can't let any changes remaining in user_tag. We can't comment them for now. |
This looks great. Seems like we just need to resolve the |
Yeah sure. |
a47b35c
to
1911b57
Compare
Ah, i think this was affected by the previous issue of Dockerfile config. If you rebase it over the latest master branch, it should pass! |
2b85970
to
d96d8cd
Compare
@jywarren Can we ignore CodeClimate errors? I have fixed other CodeClimate errors |
Yes, that's fine! And if we want, we can try to look at how to tweak the CodeClimate suggestions to be less strict? Or give more people access to approve them? I updated the settings so it'll leave a comment, too - like this: https://docs.codeclimate.com/docs/github-pull-requests#section-summary-comments Is it helpful or not welcoming enough? |
I think we could relax some of the CodeClimate suggestions using this guide and our config file: https://docs.codeclimate.com/docs/advanced-configuration |
This looks perfect -- i hope it's all good? I merged it :-) 👍 👍 👍 |
thanks |
* User should not be able to create Oauth based user_tags * Added OAuth-facebook instead of facebook etc * rerun travis * changed the error message * CodeClimate error fixed
Part of #2388