Re: GIT/JIRA Integration

2017-05-19 Thread Ran Ziv
John, as I wrote on the previous Infra ticket, it seems like the problem is currently on a per-person basis and not a general one, which means if anyone finds this a problem (including future committers) we'll simply have to try and resolve that specific case - And so there's no reason to keep the

[3/4] incubator-ariatosca git commit: ARIA-149 Enhance operation configuration

2017-05-19 Thread emblemparade
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/b1c97e24/extensions/aria_extension_tosca/simple_v1_0/modeling/properties.py -- diff --git a/extensions/aria_extension_tosca/simple_v1_0/modeling/properties.py b/exten

[1/4] incubator-ariatosca git commit: ARIA-259 Updated README install section for ArchLinux [Forced Update!]

2017-05-19 Thread emblemparade
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-149-functions-in-operation-configuration 88587f828 -> b1c97e244 (forced update) ARIA-259 Updated README install section for ArchLinux Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git

[2/4] incubator-ariatosca git commit: ARIA-148 Enhance CLI show commands

2017-05-19 Thread emblemparade
ARIA-148 Enhance CLI show commands * Allow "--all" flag to provide a complete dump * Allow "--json" and "--yaml" flags for dump in those formats * Support for node graph and type hierarchies * Some fixes for YAML dump for our custom types * Also closes ARIA-186: "aria services show" command Proj

[4/4] incubator-ariatosca git commit: ARIA-149 Enhance operation configuration

2017-05-19 Thread emblemparade
ARIA-149 Enhance operation configuration Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/b1c97e24 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/b1c97e24 Diff: http://git-wip

[UPDATE] Work on ARIA-149: Support intrinsic functions in "dependencies" operation configuration

2017-05-19 Thread Tal Liron
Phew! Everything seems to work now: functions are parsed and evaluated properly. But there are some changes that require explaining. The "configuration" field in OperationTemplate and Operation models is now a many-to-many with Parameter. This allows the values to fully support intrinsic functions