[GitHub] incubator-ariatosca pull request #107: ARIA-148 CLI display commands

2017-05-11 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/107#discussion_r115934893 --- Diff: aria/cli/core/aria.py --- @@ -40,16 +41,8 @@ class MutuallyExclusiveOption(click.Option): -""&quo

[GitHub] incubator-ariatosca pull request #107: ARIA-148 CLI display commands

2017-05-11 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/107#discussion_r115934648 --- Diff: aria/cli/core/aria.py --- @@ -325,6 +339,46 @@ def __init__(self): default=defaults.SERVICE_TEMPLATE_FILENAME

[GitHub] incubator-ariatosca pull request #107: ARIA-148 CLI display commands

2017-05-11 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/107#discussion_r115935686 --- Diff: aria/cli/core/aria.py --- @@ -65,15 +58,33 @@ def __init__(self, *args, **kwargs): super(MutuallyExclusiveOption, self

[GitHub] incubator-ariatosca pull request #107: ARIA-148 CLI display commands

2017-05-11 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/107#discussion_r115935090 --- Diff: aria/cli/core/aria.py --- @@ -65,15 +58,33 @@ def __init__(self, *args, **kwargs): super(MutuallyExclusiveOption, self

[GitHub] incubator-ariatosca pull request #107: ARIA-148 CLI display commands

2017-05-11 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/107#discussion_r115934967 --- Diff: aria/cli/core/aria.py --- @@ -65,15 +58,33 @@ def __init__(self, *args, **kwargs): super(MutuallyExclusiveOption, self

[GitHub] incubator-ariatosca pull request #107: ARIA-148 CLI display commands

2017-05-10 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/107#discussion_r115728444 --- Diff: aria/cli/commands/services.py --- @@ -38,6 +41,53 @@ def services(): pass +@services.command(name='show

[GitHub] incubator-ariatosca pull request #107: ARIA-148 CLI display commands

2017-05-10 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/107#discussion_r115726284 --- Diff: aria/cli/table.py --- @@ -85,7 +85,7 @@ def get_values_per_column(column, row_data): return val else

[GitHub] incubator-ariatosca pull request #107: ARIA-148 CLI display commands

2017-05-10 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/107#discussion_r115726390 --- Diff: aria/cli/commands/services.py --- @@ -38,6 +41,53 @@ def services(): pass +@services.command(name='show

[GitHub] incubator-ariatosca pull request #130: ARIA-62 Apply pylint on extensions

2017-05-10 Thread ran-z
GitHub user ran-z opened a pull request: https://github.com/apache/incubator-ariatosca/pull/130 ARIA-62 Apply pylint on extensions You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-ariatosca ARIA-62-apply-pylint

[GitHub] incubator-ariatosca pull request #128: ARIA-210 Handle relative paths in CLI...

2017-05-09 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/128#discussion_r115498822 --- Diff: tests/cli/test_service_templates.py --- @@ -244,3 +258,13 @@ def test_create_archive_successful(self, monkeypatch, mock_object

[GitHub] incubator-ariatosca pull request #128: ARIA-210 Handle relative paths in CLI...

2017-05-09 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/128#discussion_r115498975 --- Diff: aria/cli/csar.py --- @@ -22,7 +22,7 @@ import requests from ruamel import yaml - +CSAR_FILE_EXTENSION = '.csar

[GitHub] incubator-ariatosca pull request #128: ARIA-210 Handle relative paths in CLI...

2017-05-09 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/128#discussion_r115499156 --- Diff: tests/cli/test_service_templates.py --- @@ -131,6 +133,18 @@ def test_store_no_exception(self, monkeypatch, mock_object

[GitHub] incubator-ariatosca pull request #125: ARIA-165 Make node name suffix UUIDs ...

2017-05-09 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/125#discussion_r115431430 --- Diff: aria/modeling/service_template.py --- @@ -549,9 +549,14 @@ def as_raw(self): ('requirement_templates

[GitHub] incubator-ariatosca pull request #125: ARIA-165 Make node name suffix UUIDs ...

2017-05-09 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/125#discussion_r115431168 --- Diff: aria/modeling/service_template.py --- @@ -549,9 +549,14 @@ def as_raw(self): ('requirement_templates

[GitHub] incubator-ariatosca pull request #126: ARIA-160 tests fail spordically over ...

2017-05-09 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/126#discussion_r115428827 --- Diff: tests/orchestrator/context/test_operation.py --- @@ -97,31 +103,31 @@ def basic_workflow(graph, **_): execute

[GitHub] incubator-ariatosca pull request #126: ARIA-160 tests fail spordically over ...

2017-05-09 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/126#discussion_r115427438 --- Diff: tests/helpers.py --- @@ -34,16 +33,17 @@ def get_service_template_uri(*args): class FilesystemDataHolder(object

[GitHub] incubator-ariatosca pull request #126: ARIA-160 tests fail spordically over ...

2017-05-09 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/126#discussion_r115428189 --- Diff: tests/helpers.py --- @@ -34,16 +33,17 @@ def get_service_template_uri(*args): class FilesystemDataHolder(object

[GitHub] incubator-ariatosca pull request #125: ARIA-165 Make node name suffix UUIDs ...

2017-05-09 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/125#discussion_r115427157 --- Diff: aria/modeling/service_template.py --- @@ -549,9 +549,13 @@ def as_raw(self): ('requirement_templates

[GitHub] incubator-ariatosca pull request #125: ARIA-165 Make node name suffix UUIDs ...

2017-05-09 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/125#discussion_r115426507 --- Diff: aria/modeling/service_template.py --- @@ -549,9 +549,13 @@ def as_raw(self): ('requirement_templates

[GitHub] incubator-ariatosca pull request #128: ARIA-210 Handle relative paths in CLI...

2017-05-08 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/128#discussion_r115325816 --- Diff: aria/cli/service_template_utils.py --- @@ -53,7 +53,7 @@ def get(source, service_template_filename): return

[GitHub] incubator-ariatosca pull request #128: ARIA-210 Handle relative paths in CLI...

2017-05-08 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/128#discussion_r115324345 --- Diff: aria/cli/csar.py --- @@ -38,17 +38,19 @@ } -def write(source, entry, destination, logger): -source

[GitHub] incubator-ariatosca pull request #128: ARIA-210 Handle relative paths in CLI...

2017-05-08 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/128#discussion_r115324450 --- Diff: aria/cli/commands/service_templates.py --- @@ -195,7 +195,9 @@ def create_archive(service_template_path, destination, logger

[GitHub] incubator-ariatosca pull request #123: Dry execution changes the state of no...

2017-05-07 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/123#discussion_r115145843 --- Diff: aria/orchestrator/workflows/executor/base.py --- @@ -31,7 +31,14 @@ def execute(self, task): Execute a task

[GitHub] incubator-ariatosca pull request #124: ARIA-215 Refactor plugin-related code...

2017-05-07 Thread ran-z
GitHub user ran-z opened a pull request: https://github.com/apache/incubator-ariatosca/pull/124 ARIA-215 Refactor plugin-related code into PluginManager Refactored plugin-related code from ProcessExecutor into PluginManager. Additionally, renamed plugin_prefix to plugin_dir

[GitHub] incubator-ariatosca pull request #120: ARIA-209 Fix CLI command help

2017-05-04 Thread ran-z
GitHub user ran-z opened a pull request: https://github.com/apache/incubator-ariatosca/pull/120 ARIA-209 Fix CLI command help You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-ariatosca ARIA-209-fix-create

[GitHub] incubator-ariatosca pull request #107: ARIA-148 CLI display commands

2017-05-03 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/107#discussion_r114553081 --- Diff: aria/cli/helptexts.py --- @@ -47,3 +47,8 @@ SORT_BY = "Key for sorting the list" DESCENDING = "Sort list in d

[GitHub] incubator-ariatosca pull request #107: ARIA-148 CLI display commands

2017-05-03 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/107#discussion_r114554248 --- Diff: aria/cli/commands/services.py --- @@ -177,3 +179,31 @@ def inputs(service_name, model_storage, logger): logger.info

[GitHub] incubator-ariatosca pull request #107: ARIA-148 CLI display commands

2017-05-03 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/107#discussion_r114554090 --- Diff: aria/cli/commands/services.py --- @@ -177,3 +179,31 @@ def inputs(service_name, model_storage, logger): logger.info

[GitHub] incubator-ariatosca pull request #107: ARIA-148 CLI display commands

2017-05-03 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/107#discussion_r114553193 --- Diff: aria/cli/core/aria.py --- @@ -325,6 +325,30 @@ def __init__(self): default=defaults.SERVICE_TEMPLATE_FILENAME

[GitHub] incubator-ariatosca pull request #107: ARIA-148 CLI display commands

2017-05-03 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/107#discussion_r114555739 --- Diff: aria/cli/commands/service_templates.py --- @@ -181,21 +184,49 @@ def validate(service_template, service_template_filename

[GitHub] incubator-ariatosca pull request #107: ARIA-148 CLI display commands

2017-05-03 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/107#discussion_r114553136 --- Diff: aria/cli/core/aria.py --- @@ -325,6 +325,30 @@ def __init__(self): default=defaults.SERVICE_TEMPLATE_FILENAME

[GitHub] incubator-ariatosca pull request #115: Aria 161 disable end2end tests on win...

2017-04-30 Thread ran-z
Github user ran-z closed the pull request at: https://github.com/apache/incubator-ariatosca/pull/115 --- 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

[GitHub] incubator-ariatosca pull request #116: ARIA-161 Disable end2end tests on Win...

2017-04-30 Thread ran-z
GitHub user ran-z opened a pull request: https://github.com/apache/incubator-ariatosca/pull/116 ARIA-161 Disable end2end tests on Windows You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-ariatosca ARIA-161

[GitHub] incubator-ariatosca pull request #115: Aria 161 disable end2end tests on win...

2017-04-30 Thread ran-z
GitHub user ran-z opened a pull request: https://github.com/apache/incubator-ariatosca/pull/115 Aria 161 disable end2end tests on windows You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-ariatosca ARIA-161

[GitHub] incubator-ariatosca pull request #114: ARIA-155 Clean models from unused fie...

2017-04-30 Thread ran-z
GitHub user ran-z opened a pull request: https://github.com/apache/incubator-ariatosca/pull/114 ARIA-155 Clean models from unused fields You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-ariatosca ARIA-155-clean

[GitHub] incubator-ariatosca pull request #111: ARIA-153 Write end-to-end tests for A...

2017-04-27 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/111#discussion_r113643276 --- Diff: tests/end2end/test_hello_world.py --- @@ -0,0 +1,52 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] incubator-ariatosca pull request #111: ARIA-153 Write end-to-end tests for A...

2017-04-26 Thread ran-z
GitHub user ran-z opened a pull request: https://github.com/apache/incubator-ariatosca/pull/111 ARIA-153 Write end-to-end tests for ARIA Created infrastructure for end-to-end tests, plus a test for the hello-world example. You can merge this pull request into a Git repository

[GitHub] incubator-ariatosca pull request #106: ARIA-145 deploying CLI config file at...

2017-04-20 Thread ran-z
GitHub user ran-z opened a pull request: https://github.com/apache/incubator-ariatosca/pull/106 ARIA-145 deploying CLI config file at installation You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-ariatosca ARIA

[GitHub] incubator-ariatosca pull request #104: ARIA-138-Make-logging-more-informativ...

2017-04-20 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/104#discussion_r112417076 --- Diff: aria/cli/commands/executions.py --- @@ -19,6 +19,8 @@ from .. import table from .. import utils from ..core import aria

[GitHub] incubator-ariatosca pull request #104: ARIA-138-Make-logging-more-informativ...

2017-04-20 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/104#discussion_r112417099 --- Diff: aria/cli/commands/logs.py --- @@ -12,13 +12,12 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-19 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r112176010 --- Diff: aria/cli/commands/service_templates.py --- @@ -0,0 +1,216 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-19 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r112175262 --- Diff: aria/cli/cli/aria.py --- @@ -0,0 +1,458 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-19 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r112171918 --- Diff: aria/orchestrator/workflows/executor/process.py --- @@ -148,7 +149,7 @@ def _create_arguments_dict(self, task): return

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-19 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r112157439 --- Diff: aria/cli/service_template_utils.py --- @@ -0,0 +1,140 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-19 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r112156303 --- Diff: aria/cli/service_template_utils.py --- @@ -0,0 +1,140 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-19 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r112155259 --- Diff: aria/cli/constants.py --- @@ -0,0 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-18 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r112088783 --- Diff: aria/orchestrator/exceptions.py --- @@ -46,3 +46,24 @@ class TaskAbortException(RuntimeError): Used internally when

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-18 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r112088043 --- Diff: aria/orchestrator/exceptions.py --- @@ -46,3 +46,24 @@ class TaskAbortException(RuntimeError): Used internally when

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-18 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r112063820 --- Diff: aria/cli/commands/plugins.py --- @@ -0,0 +1,133 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-18 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r112054206 --- Diff: aria/cli/commands/service_templates.py --- @@ -0,0 +1,216 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-18 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r112054136 --- Diff: aria/cli/table.py --- @@ -0,0 +1,90 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-18 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111992478 --- Diff: aria/cli/logger.py --- @@ -0,0 +1,113 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-18 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111992318 --- Diff: aria/cli/logger.py --- @@ -0,0 +1,113 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-18 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111984985 --- Diff: aria/cli/commands/service_templates.py --- @@ -0,0 +1,216 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-18 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111984998 --- Diff: aria/cli/commands/service_templates.py --- @@ -0,0 +1,216 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-18 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111984557 --- Diff: aria/cli/commands/services.py --- @@ -0,0 +1,180 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-18 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111960624 --- Diff: aria/orchestrator/workflow_runner.py --- @@ -0,0 +1,166 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-18 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111959254 --- Diff: aria/cli/cli/__init__.py --- @@ -0,0 +1,14 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more --- End diff

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-18 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111959241 --- Diff: aria/cli/cli/helptexts.py --- @@ -0,0 +1,58 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-18 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111955533 --- Diff: aria/cli/cli/aria.py --- @@ -0,0 +1,458 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-18 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111955477 --- Diff: aria/cli/cli/aria.py --- @@ -0,0 +1,458 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-18 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111941813 --- Diff: aria/cli/cli/aria.py --- @@ -0,0 +1,458 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-16 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111683684 --- Diff: aria/cli/main.py --- @@ -0,0 +1,59 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-16 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111683685 --- Diff: aria/cli/env.py --- @@ -0,0 +1,118 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-16 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111683498 --- Diff: aria/cli/VERSION --- @@ -0,0 +1,3 @@ +{ --- End diff -- removed this module, had two different VERSION modules

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-16 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111683488 --- Diff: aria/cli/cli/aria.py --- @@ -0,0 +1,458 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-16 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111683338 --- Diff: aria/cli/commands/workflows.py --- @@ -0,0 +1,102 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-16 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111683302 --- Diff: aria/cli/commands/workflows.py --- @@ -0,0 +1,102 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-16 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111683215 --- Diff: aria/cli/commands/workflows.py --- @@ -0,0 +1,102 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-16 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111683113 --- Diff: aria/orchestrator/workflow_runner.py --- @@ -0,0 +1,166 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] incubator-ariatosca pull request #95: ARIA-92 Automatic operation task confi...

2017-04-14 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/95#discussion_r111616080 --- Diff: aria/modeling/service_template.py --- @@ -2077,27 +2091,39 @@ def service_template_fk(cls): """For Serv

[GitHub] incubator-ariatosca pull request #95: ARIA-92 Automatic operation task confi...

2017-04-14 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/95#discussion_r111615833 --- Diff: aria/modeling/service_template.py --- @@ -1864,13 +1865,21 @@ def as_raw(self): def instantiate(self, container

[GitHub] incubator-ariatosca pull request #95: ARIA-92 Automatic operation task confi...

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/95#discussion_r111420329 --- Diff: aria/modeling/service_instance.py --- @@ -1632,9 +1673,9 @@ def interface_fk(cls): return relationship.foreign_key

[GitHub] incubator-ariatosca pull request #95: ARIA-92 Automatic operation task confi...

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/95#discussion_r111412168 --- Diff: aria/modeling/service_instance.py --- @@ -529,6 +524,32 @@ def validate_capabilities(self): satisfied = False

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111403911 --- Diff: tests/mock/models.py --- @@ -168,6 +167,13 @@ def create_interface_template(service_template, interface_name, operation_name, def

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111403334 --- Diff: aria/utils/formatting.py --- @@ -83,6 +83,49 @@ def full_type_name(value): return name if module == '__builtin__' else '%s.%s

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111403090 --- Diff: aria/orchestrator/workflows/executor/dry.py --- @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111402765 --- Diff: aria/modeling/utils.py --- @@ -13,12 +13,99 @@ # See the License for the specific language governing permissions

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111402088 --- Diff: aria/core.py --- @@ -0,0 +1,117 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111401230 --- Diff: aria/cli/commands/executions.py --- @@ -0,0 +1,170 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111399347 --- Diff: aria/cli/service_template_utils.py --- @@ -0,0 +1,140 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111399214 --- Diff: aria/cli/env.py --- @@ -0,0 +1,118 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111399055 --- Diff: aria/cli/inputs.py --- @@ -0,0 +1,118 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111398929 --- Diff: aria/cli/colorful_event.py --- @@ -0,0 +1,152 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more --- End

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111398430 --- Diff: aria/cli/commands/service_templates.py --- @@ -0,0 +1,216 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111398207 --- Diff: aria/cli/cli/aria.py --- @@ -0,0 +1,458 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111397933 --- Diff: aria/cli/cli/aria.py --- @@ -0,0 +1,458 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111397740 --- Diff: aria/cli/cli/aria.py --- @@ -0,0 +1,458 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111397249 --- Diff: aria/cli/cli/aria.py --- @@ -0,0 +1,458 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111396908 --- Diff: aria/cli/cli/aria.py --- @@ -0,0 +1,458 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111396507 --- Diff: aria/cli/cli/aria.py --- @@ -0,0 +1,458 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111386153 --- Diff: aria/orchestrator/workflows/executor/dry.py --- @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111388512 --- Diff: aria/utils/formatting.py --- @@ -83,6 +83,49 @@ def full_type_name(value): return name if module == '__builtin__' else '%s.%s

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111375763 --- Diff: aria/orchestrator/workflow_runner.py --- @@ -0,0 +1,166 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111375923 --- Diff: aria/orchestrator/workflow_runner.py --- @@ -0,0 +1,166 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111390478 --- Diff: tests/mock/models.py --- @@ -168,6 +167,13 @@ def create_interface_template(service_template, interface_name, operation_name, def

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111386272 --- Diff: aria/orchestrator/workflows/executor/process.py --- @@ -148,7 +149,7 @@ def _create_arguments_dict(self, task): return

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111375015 --- Diff: aria/orchestrator/exceptions.py --- @@ -46,3 +46,24 @@ class TaskAbortException(RuntimeError): Used internally when

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111374826 --- Diff: aria/orchestrator/exceptions.py --- @@ -46,3 +46,24 @@ class TaskAbortException(RuntimeError): Used internally when

[GitHub] incubator-ariatosca pull request #97: Aria 48 aria cli

2017-04-13 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111374158 --- Diff: aria/modeling/utils.py --- @@ -13,12 +13,99 @@ # See the License for the specific language governing permissions

  1   2   3   >