-
Notifications
You must be signed in to change notification settings - Fork 45
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
Use relationships to assign and access associated objects #142
Use relationships to assign and access associated objects #142
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.
Nice job!
I left a few comments.
@mprahl Hi, thanks for review. All comments should be addressed. PTAL. |
@tkdchen it seems like in the last push, you made some changes in the last commit that should have been in the commit before that. Could you please try to clean up the commits? |
@mprahl Hi, the commits are cleaned up. Please review again. |
Hi @mprahl, I learned you've been busy recently. When you have time, could you please review this pr again? Thanks for your time. |
@tkdchen sorry about the confusion but I'm waiting on you addressing this comment: |
@mprahl PTAL :) |
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
This change will save two SQL queries in Request.to_json to convert dependencies to JSON data. Signed-off-by: Chenxiong Qi <cqi@redhat.com>
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
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.
Looks great!
Signed-off-by: Chenxiong Qi cqi@redhat.com
Relative to #116