winery
winery copied to clipboard
Eclipse Winery project
A user wants to zoom out if dealing with large topologies.
This results in when selecting a policy the wrong properties are shown.
We also need to check how such props are defined and how saved to the node template.
There is a problem when descriptions contain a ":" character, then the complete type is broken.
The error appears after loading the template again. A value like `{"get_input":"test"}` should result in a valid TOSCA syntax.
There is an overlap between the Zip methods exposed by `org.eclipse.winery.yaml.common.Utils` that allow zipping and unzipping as well as the Zipping and unzipping in `org.eclipse.winery.repository.backend.filebased.FilebasedRepository`. Quite probably there are, or...
Every response of the REST API should(/must) return links to subresources etc. For example: A GET on `http://localhost:8089/winery/servicetemplates/` returns the following JSON: ```json [ { "id": "MyTinyToDo-MySql_OpenStack-w1-wip1", "name": "MyTinyToDo-MySql_OpenStack-w1-wip1", "namespace":...