| Summary: | Improvements to deployment UI | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Szymon Brandys <Szymon.Brandys> |
| Component: | Deployment | Assignee: | Malgorzata Janczarska <malgorzata.tomczyk> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 7.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Szymon Brandys
4. Be able to specify the log url in the plug-in instead of logLocationTemplate in service declaration This one is already done, getLogLocationTemplate(launchConf) (In reply to Szymon Brandys from comment #0) > 1. In Manual Deployment Information when deploy is triggered and is finished > with error, we should see the unknown state icon instead of forever spinning > wheel. If one sets CheckState in error, then the state will be checked. If we don't return any state I added checking for it. I think it's better then unknown state. (In reply to Szymon Brandys from comment #0) > 3. method deploy() in cfDeployService gets a launch conf object with Params > field, while getLaunchConfigurations gets objects with Parameters. Fixed, now the deploy method takes the same params as ToSave. All points are done now. |