Kálmán Képes
Kálmán Képes
Right now we have a bundle that is able to cleanup the core by removing every CSAR inside. The problem is that the bundle will run that logic when it...
**Current Behavior:** Sometimes the tests fail and sometimes they don't, the behaviour is rather non-deteministic, since the tests are running in parallel now. Maybe the github flows are sharing some...
In the method [here](https://github.com/OpenTOSCA/winery/blob/16c52bff7ec00f003ed25f585ba57c829aca74d2/org.eclipse.winery.repository/src/main/java/org/eclipse/winery/repository/importing/YamlCsarImporter.java#L129) a proper entryServiceTemplate (or definitions?) should be returned Currently we are working on enabling yaml support [here](https://github.com/OpenTOSCA/container/pull/274) however it seems as if the entryDefinitions/serviceTemplate is always...
Fixes isssue with YAML support as they missed an entry servicetemplate after parsing it (see https://github.com/OpenTOSCA/container/pull/274) or when exporting a YAML CSAR the normative types where missing, making the CSAR...
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":...