GitHub user AviaE opened a pull request:
https://github.com/apache/incubator-ariatosca/pull/187
ARIA-313 Fix handling the `required` field of inputs
I split the logic of merging provided and declared input values into
three steps:
1. Validate that no undeclared inputs were provided.
2. Validate that all required inputs were provided with a value.
3. The actual merging process, which includes type checking.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/incubator-ariatosca
ARIA-313-fix-handling-the-required-field-of-inputs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-ariatosca/pull/187.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #187
----
commit fd380f44888aa2b18209a831d0855547ba1634bb
Author: Avia Efrat <[email protected]>
Date: 2017-07-26T12:11:21Z
ARIA-313 Fix handling the `required` field of inputs
I split the logic of merging provided and declared input values into
three steps:
1. Validate that no undeclared inputs were provided.
2. Validate that all required inputs were provided with a value.
3. The actual merging process, which includes type checking.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---