-
Notifications
You must be signed in to change notification settings - Fork 53
Return summarized project info on collection get api routes #319
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
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #319 +/- ##
============================================
+ Coverage 19.91% 19.93% +0.01%
Complexity 410 410
============================================
Files 151 151
Lines 8331 8334 +3
Branches 1157 1157
============================================
+ Hits 1659 1661 +2
- Misses 6523 6524 +1
Partials 149 149
Continue to review full report at Codecov.
|
|
This fix is related to changes to DeploymentController in #310. (Just adding a ref) |
|
|
||
| /** | ||
| * A MixIn to be applied to this deployment, for returning a single deployment, so that the list of ec2Instances is | ||
| * included in the JSON response. |
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.
Warning: javadoc copy pasta
landonreed
left a 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.
Looks good, thanks. javadoc just needs an update.
|
🎉 This PR is included in version 3.7.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Checklist
devbefore they can be merged tomaster)Description
Requests for a list of projects were becoming painfully slow on my local instance. It turns out that not returning the
otpServersin each project when returning a list of projects dramatically speeds things up.