You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by GitBox <gi...@apache.org> on 2022/05/24 06:59:48 UTC

[GitHub] [brooklyn-ui] algairim commented on a diff in pull request #327: WIP: Added logic to check extra contraints

algairim commented on code in PR #327:
URL: https://github.com/apache/brooklyn-ui/pull/327#discussion_r880127509


##########
ui-modules/blueprint-composer/app/components/providers/blueprint-service.provider.js:
##########
@@ -43,6 +43,9 @@ export const COMMON_HINTS = {
     }]
 };
 
+// needed to support error messages for extra constraints
+export const EXTRA_CONSTRAINTS = ['equal', 'greater_than', 'greater_or_equal', 'less_than ', 'less_or_equal ', 'in_range ', 'valid_values', 'length ', 'min_length ', 'max_length ', 'pattern'];

Review Comment:
   Please add references to implementation of these extra constraints, either in the Brooklyn core or its dependencies.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@brooklyn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org