winery
winery copied to clipboard
Eclipse Winery project
This issue lists libraries which are required for the first public Winery release. After the initial public release, the UI technology will be updated to Angular (see https://github.com/eclipse/winery/pull/63) - [...
For instance, the name and the id of a service template should be changeable.
When the name of a property is too long to be completely shown in the topolymodeler, the values of the properties cannot be edited as the "empty" field is not...
To use the topology completion outside of winery, e.g., programmatically, it is necessary to provide this functionality through the Winery REST API. path: winery/topologycompletion/ request: imcomplete TOSCA topology as XML...
TOSCA-v1.0.xsd was adapted to - carry a "name" at implementation artifacts.This is necessary to identify a single implementation artifact in a list of implementation artifacts. - `processContents="lax"` at boundary definitions...
- [x] copy documentation of https://github.com/eclipse/winery/pull/24 into docs/ - [ ] make example node types open source
In the code, it often reads if (key == null) { throw new IllegalArgumentException(); } This should be replaced by Objects.requireNonNull(key);
Evaluate support for TOSCA Simple Profile for Network Functions Virtualization (NFV) http://docs.oasis-open.org/tosca/tosca-nfv/v1.0/tosca-nfv-v1.0.html