This repository has been archived by the owner. It is now read-only.
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
ARIA-180 Separate Parameter models and change relationships
First, the Parameter model was separated in 6 individual models: Input, Output, Property, Attribute, Configuration, Argument. The first four models are TOSCA-related, and we needed to separate them as according to the TOSCA spec, all four of these represent different things, and have different fields. The other two models (Configuration, Argument) are orchestration-related, as and such are not supposed to represent the same object as the TOSCA-related objects. Second, up until now, the relationships of the then-Parameter models were many-to-many to any other object related to them. This was a problem, as logically the relationships were one-to-many (from the other models to the Parameter models). In this commit, we changed them to one-to-many. In addition, separating the Parameter models allowed us to more accurately represent the relationship of each individual Parameter-model with its related models.
- Loading branch information
Showing
25 changed files
with
867 additions
and
511 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.