[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

incubator-ariatosca git commit: various review fixes

2017-04-18 Thread ran
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-48-aria-cli 79f5d78eb -> c1f8eb6a9 various review fixes Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/c1f8eb6a Tree:

[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

incubator-ariatosca git commit: reviewed helptexts module; renamed cli.cli package to cli.core

2017-04-18 Thread ran
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-48-aria-cli 3bff159e6 -> 79f5d78eb reviewed helptexts module; renamed cli.cli package to cli.core Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

[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

incubator-ariatosca git commit: added aria reset cli command

2017-04-18 Thread ran
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-48-aria-cli 8b0e451ab -> 3bff159e6 added aria reset cli command Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/3bff159e Tree:

incubator-ariatosca git commit: fixed ssh tests

2017-04-18 Thread ran
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-48-aria-cli 1bfefd178 -> 8b0e451ab fixed ssh tests Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/8b0e451a Tree:

incubator-ariatosca git commit: fix failing ssh tests

2017-04-18 Thread ran
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-48-aria-cli 38f9abada -> 1bfefd178 fix failing ssh tests Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/1bfefd17 Tree:

[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

incubator-ariatosca git commit: fixed pylint issues

2017-04-18 Thread ran
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-48-aria-cli 9f9dc3ec9 -> 38f9abada fixed pylint issues Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/38f9abad Tree:

incubator-ariatosca git commit: Add tests for logs list

2017-04-18 Thread avia
Repository: incubator-ariatosca Updated Branches: refs/heads/cli-tests cf80675f6 -> f14efbf75 Add tests for logs list Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/f14efbf7 Tree:

[1/2] incubator-ariatosca git commit: Requirments-arent-instantiated-properly [Forced Update!]

2017-04-18 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/Implementation-less-relationship-tasks-are-being-created 57ca26837 -> 9f9dc3ec9 (forced update) Requirments-arent-instantiated-properly Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

[GitHub] incubator-ariatosca pull request #102: Requirments-arent-instantiated-proper...

2017-04-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-ariatosca/pull/102 --- 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

incubator-ariatosca git commit: Implementation-less-relationship-tasks-are-being-created

2017-04-18 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-48-aria-cli 8ced0f49e -> 9f9dc3ec9 Implementation-less-relationship-tasks-are-being-created Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

[2/2] incubator-ariatosca git commit: Implementation-less-relationship-tasks-are-being-created

2017-04-18 Thread mxmrlv
Implementation-less-relationship-tasks-are-being-created Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/9f9dc3ec Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/9f9dc3ec

[GitHub] incubator-ariatosca pull request #101: Implementation-less-relationship-task...

2017-04-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-ariatosca/pull/101 --- 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

incubator-ariatosca git commit: Requirments-arent-instantiated-properly

2017-04-18 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-48-aria-cli cf80675f6 -> 8ced0f49e Requirments-arent-instantiated-properly Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

incubator-ariatosca git commit: minor fixups

2017-04-18 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-138-Make-logging-more-informative e23f5df8d -> f0ee272c1 minor fixups Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/f0ee272c

[GitHub] incubator-ariatosca pull request #102: Requirments-arent-instantiated-proper...

2017-04-18 Thread mxmrlv
GitHub user mxmrlv opened a pull request: https://github.com/apache/incubator-ariatosca/pull/102 Requirments-arent-instantiated-properly You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-ariatosca

incubator-ariatosca git commit: Requirments-arent-instantiated-properly

2017-04-18 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/Requirments-arent-instantiated-properly [created] 8ced0f49e Requirments-arent-instantiated-properly Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

[jira] [Deleted] (ARIA-141) Implementation-less relationship tasks are being created.

2017-04-18 Thread Maxim Orlov (JIRA)
[ https://issues.apache.org/jira/browse/ARIA-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxim Orlov deleted ARIA-141: - > Implementation-less relationship tasks are being created. >

[GitHub] incubator-ariatosca pull request #101: Implementation-less-relationship-task...

2017-04-18 Thread mxmrlv
GitHub user mxmrlv opened a pull request: https://github.com/apache/incubator-ariatosca/pull/101 Implementation-less-relationship-tasks-are-being-created You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-ariatosca

[06/12] incubator-ariatosca git commit: ARIA-48 cli

2017-04-18 Thread avia
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/aaf66420/examples/tosca-simple-1.0/use-cases/block-storage-1/inputs.yaml -- diff --git a/examples/tosca-simple-1.0/use-cases/block-storage-1/inputs.yaml

[jira] [Commented] (ARIA-128) Sporadic errors in test-engine

2017-04-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/ARIA-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15972283#comment-15972283 ] ASF subversion and git services commented on ARIA-128: -- Commit

[08/12] incubator-ariatosca git commit: ARIA-48 cli

2017-04-18 Thread avia
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/aaf66420/aria/cli/commands/plugins.py -- diff --git a/aria/cli/commands/plugins.py b/aria/cli/commands/plugins.py new file mode 100644 index 000..9e7d449 ---

incubator-ariatosca git commit: Implementation-less-relationship-tasks-are-being-created

2017-04-18 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/Implementation-less-relationship-tasks-are-being-created [created] 57ca26837 Implementation-less-relationship-tasks-are-being-created Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

[jira] [Commented] (ARIA-127) Sporadic InvocationError in test-operation

2017-04-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/ARIA-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15972284#comment-15972284 ] ASF subversion and git services commented on ARIA-127: -- Commit

[jira] [Commented] (ARIA-92) Execution plugin operations default mappings

2017-04-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/ARIA-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15972285#comment-15972285 ] ASF subversion and git services commented on ARIA-92: - Commit

[02/12] incubator-ariatosca git commit: ARIA-127 Make use of in-memory sqlite more robust

2017-04-18 Thread avia
ARIA-127 Make use of in-memory sqlite more robust Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/8e1d059f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/8e1d059f Diff:

[05/12] incubator-ariatosca git commit: ARIA-48 cli

2017-04-18 Thread avia
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/aaf66420/tests/orchestrator/execution_plugin/test_local.py -- diff --git a/tests/orchestrator/execution_plugin/test_local.py

[03/12] incubator-ariatosca git commit: ARIA-92 Automatic operation task configuration

2017-04-18 Thread avia
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/a7e7826e/extensions/aria_extension_tosca/simple_v1_0/modeling/__init__.py -- diff --git a/extensions/aria_extension_tosca/simple_v1_0/modeling/__init__.py

[10/12] incubator-ariatosca git commit: now checking for instantiation errors during service creation phase

2017-04-18 Thread avia
now checking for instantiation errors during service creation phase Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/b579d104 Tree:

[09/12] incubator-ariatosca git commit: ARIA-48 cli

2017-04-18 Thread avia
ARIA-48 cli Make Execution, Task and Node status properties into methods Enforce Uniqueness on ServiceTemplate and Service names fixed tests small fixes after rebase from master Only print description in `service-templates` show if one exists before adding any handlers, we check that theere

[01/12] incubator-ariatosca git commit: ARIA-128 Make test_engine more robust [Forced Update!]

2017-04-18 Thread avia
Repository: incubator-ariatosca Updated Branches: refs/heads/cli-tests d2953788e -> cf80675f6 (forced update) ARIA-128 Make test_engine more robust Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

[04/12] incubator-ariatosca git commit: ARIA-92 Automatic operation task configuration

2017-04-18 Thread avia
ARIA-92 Automatic operation task 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/a7e7826e Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/a7e7826e Diff: