-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Status icons for Pods visible on list and resources pages #784
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
Current coverage is 94.94%
@@ master #784 diff @@
==========================================
Files 187 187
Lines 1460 1462 +2
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 1380 1388 +8
+ Misses 80 74 -6
Partials 0 0
|
0ef2423
to
8864496
Compare
Review status: 0 of 25 files reviewed at latest revision, 3 unresolved discussions, some commit checks failed. build/i18n.js, line 40 [r2] (raw file):
You can move it into one line: src/app/frontend/common/components/endpoint/endpoint_module.js, line 17 [r2] (raw file):
Too many empty lines in a row. Please check other files too. src/test/frontend/deploy/createsecret_controller_test.js, line 73 [r2] (raw file):
You can squeeze it into two lines:
Comments from Reviewable |
Reviewed 4 of 7 files at r1, 9 of 20 files at r2. src/app/frontend/podlist/podcardlist.html, line 37 [r2] (raw file):
This is exacly one pod. Rewrite the message please :) src/app/frontend/podlist/podcardlist.html, line 41 [r2] (raw file):
This is exacly one pod. Rewrite the message please :) src/app/frontend/podlist/podcardlist.html, line 41 [r2] (raw file):
Btw, can you use MSG_FOO internationalization framework. Consult @taimir if dont know how. src/app/frontend/podlist/podcardlist_component.js, line 66 [r2] (raw file):
Remove? src/app/frontend/podlist/podcardlist_component.js, line 67 [r2] (raw file):
Comments from Reviewable |
d0b0fad
to
b198bd0
Compare
Review status: 7 of 24 files reviewed at latest revision, 7 unresolved discussions. src/app/frontend/podlist/podcardlist.html, line 41 [r2] (raw file):
|
6096310
to
aa32bac
Compare
Review status: 4 of 9 files reviewed at latest revision, 9 unresolved discussions. src/app/frontend/podlist/podcardlist.html, line 41 [r2] (raw file):
|
aa32bac
to
71a4260
Compare
Thanks to @taimir for the pointers :) PTAL
|
Review status: 4 of 9 files reviewed at latest revision, 9 unresolved discussions. src/app/frontend/podlist/podcardlist.html, line 41 [r2] (raw file):
|
Reviewed 6 of 7 files at r4, 1 of 2 files at r5. Comments from Reviewable |
We have conflicts. Please rebase :)
|
71a4260
to
3cfd3a4
Compare
PTAL
|
|
cards for pods display an icon related to their podPhase property ('Failed', 'Pending' or 'Running') in lists and resources pages
This change is