-
Notifications
You must be signed in to change notification settings - Fork 2
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
Dev user endpoint #25
Conversation
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.
Also, please follow #2 (comment).
from ..database import db | ||
from ..models.user import User |
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.
Ref. #24 (comment)
|
||
|
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.
Leave one empty line at the end of the file.
@@ -15,7 +15,7 @@ | |||
from .config.defaults import LOGGER_CONFIG | |||
|
|||
from logging.config import dictConfig | |||
|
|||
from .endpoints.user import user_endpoint |
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.
Ref. #24 (comment)
webhook_to_fedora_messaging/main.py
Outdated
@@ -26,7 +26,7 @@ def create_app(): | |||
main = Flask( | |||
"webhook_to_fedora_messaging" | |||
) | |||
|
|||
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.
Leave the line empty.
62b0356
to
a5cd4aa
Compare
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.
Please use the emojis to acknowledge the changes made and leave it for the reviewer to decide if the requested change has been made or not.
Once you are done with making the remaining changes - please squash the commits into one and then, it should be ready for a merge.
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.
LGTM
@brngylni, please resolve the merge conflict and squash all commits into one.
f8b25c5
to
8e0322b
Compare
Done! |
fdd1167
to
f7b90b3
Compare
f7b90b3
to
48e25ee
Compare
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.
I am not dragging this any longer than it has to be. Other required changes can be made to the codebase after it is merged.
Merging now.
This PR adds the User endpoint #5