-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Add pod details page #740
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
Add pod details page #740
Conversation
Looks nice. Just a few comments.
|
1c52d80
to
d8d1ee4
Compare
Review status: 22 of 25 files reviewed at latest revision, 5 unresolved discussions. src/app/backend/resource/pod/poddetail.go, line 27 [r1] (raw file):
|
PTAL
|
@bryk could you take a look also?
|
This does not work on gulp serve:prod. Looks good otherwise. Please fix and let's merge :)
|
@bryk I am not getting any problems with gulp serve:prod... do you have any more clues?
|
I just dont see pod details page on serve:prod
|
Ah!, no, you are absolutely right. My bad. I will fix tomorrow morning. |
Review status: all files reviewed at latest revision, 6 unresolved discussions. a discussion (no related file): <kd-info-card-entry title="Labels">
<kd-labels labels="::$ctrl.pod.objectMeta.labels"></kd-labels>
</kd-info-card-entry> src/app/frontend/poddetail/poddetail_controller.js, line 22 [r2] (raw file):
Needs src/app/frontend/poddetail/poddetail_stateconfig.js, line 55 [r2] (raw file):
Missing ngInject here src/app/frontend/poddetail/poddetail_stateconfig.js, line 63 [r2] (raw file):
Missing ngInject here src/app/frontend/podlist/podcardlist_component.js, line 25 [r2] (raw file):
Needs Comments from Reviewable |
Problem solved. See my comments. Story how I found it. I saw that on scripts:prod there are no errors, and that when I want to see pod details page there is unknown error. This means that UI router ate some exception. This means that this is a problem with it. Then I added Have a nice day!
|
d8d1ee4
to
2d29ae5
Compare
Thank you so much for this :) PTAL
|
Current coverage is 94.15%
@@ master #740 diff @@
==========================================
Files 183 188 +5
Lines 1459 1488 +29
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 1368 1401 +33
+ Misses 91 87 -4
Partials 0 0
|
|
Details page for pods and corresponding tests #650
This change is