-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 container image validation #485
Add container image validation #485
Conversation
Current coverage is
|
Reviewed 24 of 26 files at r1. src/app/frontend/deploy/deployfromsettings.html, line 60 [r1] (raw file): src/app/frontend/deploy/validimagereference_directive.js, line 26 [r1] (raw file): src/app/frontend/deploy/validimagereference_directive.js, line 64 [r1] (raw file): Comments from the review on Reviewable.io |
PTAL. All we need is more tests and one style comment. Review status: 24 of 26 files reviewed at latest revision, 3 unresolved discussions. Comments from the review on Reviewable.io |
7c3bd78
to
a074099
Compare
Review status: 24 of 28 files reviewed at latest revision, 3 unresolved discussions. src/app/frontend/deploy/deployfromsettings.html, line 60 [r1] (raw file): src/app/frontend/deploy/validimagereference_directive.js, line 26 [r1] (raw file): src/app/frontend/deploy/validimagereference_directive.js, line 64 [r1] (raw file): Resource action methods can be invoked with the following paramters:
https://code.angularjs.org/1.5.0/docs/api/ngResource/service/$resource In this case, spec, '(validty)=>', and '()=>' are coressponding to postData, success callback, and error callback respectively. But in this modifiction, I added err arugment to show server error message. Does that answer your comment? Comments from the review on Reviewable.io |
PTAL |
Last comments and PTAL. I'm very happy about the tests. Reviewed 1 of 4 files at r2. a discussion (no related file): src/app/frontend/deploy/validimagereference_directive.js, line 26 [r1] (raw file): src/app/frontend/deploy/validimagereference_directive.js, line 64 [r1] (raw file): src/app/frontend/deploy/validimagereference_directive.js, line 18 [r2] (raw file): Comments from the review on Reviewable.io |
…agereference_directive
Review status: 24 of 28 files reviewed at latest revision, 3 unresolved discussions. a discussion (no related file): src/app/frontend/deploy/validimagereference_directive.js, line 18 [r2] (raw file): Comments from the review on Reviewable.io |
Thank you for this. Merging :) Reviewed 1 of 4 files at r2, 3 of 3 files at r3. Comments from the review on Reviewable.io |
@bryk @f-higashi this PR causes integration test |
Oh, is this really this one? Do you know the reason why is that? |
Async validation of container image blocks deploy of not existing image |
Async validation does not check whether image is existing or not in repository. Which environment did tests fail? |
I'll once it's finished on my local repo. It wasn't clear before because deploy from file test was failing and all other test also because of that. Now it is disabled and it will fail on master. |
Hmm.. This PR updated backend api. |
I'm always executing |
Okay |
Added container image validation. #422
Please review it.