-
Notifications
You must be signed in to change notification settings - Fork 76
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
upload template enhancement #331
Conversation
Support upload ovf which has no ovf:size specified for each dependency file ShowUploadProgress can exit whenever task stop, such like cancelled on GUI Return status directly for reponse which has no body, such like 416, 400 Signed-off-by: Guo, Larry (NSB - CN/Qingdao) <[email protected]>
Signed-off-by: Guo, Larry (NSB - CN/Qingdao) <[email protected]>
91a2fbf
to
6ec3752
Compare
Support upload ovf which has no ovf:size specified for each dependency file ShowUploadProgress can exit whenever task stop, such like cancelled on GUI Return status directly for reponse which has no body, such like 416, 400 Signed-off-by: Guo, Larry (NSB - CN/Qingdao) <[email protected]>
Signed-off-by: Guo, Larry (NSB - CN/Qingdao) <[email protected]>
Signed-off-by: Guo, Larry (NSB - CN/Qingdao) <[email protected]>
@guo1017138 , Thanks! |
Merge remote-tracking branch 'upstream/master' into upload-enhance Signed-off-by: Guo, Larry (NSB - CN/Qingdao) <[email protected]>
@Didainius , Thank you. I merged with latest code and there is no conflict now. Please help to review. |
Signed-off-by: Guo, Larry (NSB - CN/Qingdao) <[email protected]>
One more:
OVA config:
|
Signed-off-by: Guo, Larry (NSB - CN/Qingdao) <[email protected]>
Thank you. It breaks in ova upload while my local ENV are using OVF file only. |
Sadly travis does not run tests on real env (integration or whatever you call it) because there is on publicly available environment f VCD. It only does some static checks. |
@Didainius Thanks. Got it. |
@guo1017138 are you planning to come back with an update, need to know what to do with this PR. Thanks! |
Signed-off-by: Guo, Larry (NSB - CN/Qingdao) <[email protected]>
8cb8302
to
85adc06
Compare
Hi @lvirbalas , I didn't notice it conflict again. Now I resolved the conflict and please help to review. |
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.
My testing passed. Thanks
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.
Some minor changes needed
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.
LGTM, thank you for your effort!
Signed-off-by: Guo, Larry (NSB - CN/Qingdao) <[email protected]>
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.
LGTM. Thank you
@guo1017138 , |
Support upload ovf which has no ovf:size specified for each dependency file
ShowUploadProgress can exit whenever task stop, such like cancelled on GUI
Issue still exists: if ovf:size is bigger than real vmdk file size, upload task will hung there and never stop. I don't know how to fix
Close #328
Signed-off-by: Guo, Larry (NSB - CN/Qingdao) [email protected]