[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-07-31 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r130331901 --- Diff: extensions/aria_extension_tosca/simple_v1_0/modeling/__init__.py --- @@ -497,8 +497,8 @@ def get(name, default=None

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-07-31 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r130331316 --- Diff: aria/orchestrator/topology/topology.py --- @@ -0,0 +1,217 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-07-31 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r130331174 --- Diff: aria/orchestrator/execution_plugin/instantiation.py --- @@ -110,20 +106,24 @@ def _configure_remote(operation): # Make

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-07-31 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r130331038 --- Diff: aria/core.py --- @@ -67,31 +68,26 @@ def delete_service_template(self, service_template_id

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-07-31 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r130330688 --- Diff: aria/core.py --- @@ -20,6 +20,7 @@ from . import exceptions from .parser import consumption from

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-07-31 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r130331416 --- Diff: aria/orchestrator/topology/utils.py --- @@ -0,0 +1,67 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-07-31 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r130330792 --- Diff: aria/modeling/functions.py --- @@ -103,10 +102,12 @@ def evaluate(value, container_holder, report_issues=False): # pylint: disable

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-07-31 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r130330770 --- Diff: aria/core.py --- @@ -122,6 +118,8 @@ def delete_service(self, service_id, force=False): def _parse_service_template

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-07-31 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r130330616 --- Diff: aria/cli/commands/service_templates.py --- @@ -28,7 +28,7 @@ from ...storage import exceptions as storage_exceptions from

[3/3] incubator-ariatosca git commit: wip

2017-07-31 Thread mxmrlv
wip Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/6e4495d9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/6e4495d9 Diff:

[2/3] incubator-ariatosca git commit: wip

2017-07-31 Thread mxmrlv
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/6e4495d9/aria/modeling/utils.py -- diff --git a/aria/modeling/utils.py b/aria/modeling/utils.py index 274eb88..5218b81 100644 --- a/aria/modeling/utils.py +++

[1/3] incubator-ariatosca git commit: wip [Forced Update!]

2017-07-31 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-174-Refactor-instantiation-phase 8bf31049b -> 6e4495d98 (forced update) http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/6e4495d9/aria/parser/consumption/consumer.py

[5/6] incubator-ariatosca git commit: wip

2017-07-31 Thread mxmrlv
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/8bf31049/aria/modeling/utils.py -- diff --git a/aria/modeling/utils.py b/aria/modeling/utils.py index 274eb88..5218b81 100644 --- a/aria/modeling/utils.py +++

[2/6] incubator-ariatosca git commit: ARIA-277 Support for Type Qualified Name

2017-07-31 Thread mxmrlv
ARIA-277 Support for Type Qualified Name Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/c2b8e65b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/c2b8e65b Diff:

[6/6] incubator-ariatosca git commit: wip

2017-07-31 Thread mxmrlv
wip Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/8bf31049 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/8bf31049 Diff:

[4/6] incubator-ariatosca git commit: wip

2017-07-31 Thread mxmrlv
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/8bf31049/aria/parser/consumption/consumer.py -- diff --git a/aria/parser/consumption/consumer.py b/aria/parser/consumption/consumer.py index 4f4c614..fb60d66 100644

[1/6] incubator-ariatosca git commit: ARIA-311 Update CHANGELOG with 0.1.1 issues [Forced Update!]

2017-07-31 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-174-Refactor-instantiation-phase 901078467 -> 8bf31049b (forced update) ARIA-311 Update CHANGELOG with 0.1.1 issues Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

[GitHub] incubator-ariatosca pull request #188: ARIA-324 Refactor ctx proxy access

2017-07-30 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/188#discussion_r130239769 --- Diff: aria/orchestrator/execution_plugin/ctx_proxy/server.py --- @@ -150,43 +150,101 @@ def __exit__(self, *args, **kwargs

[GitHub] incubator-ariatosca pull request #188: ARIA-324 Refactor ctx proxy access

2017-07-30 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/188#discussion_r130239725 --- Diff: aria/orchestrator/execution_plugin/ctx_proxy/server.py --- @@ -150,43 +150,101 @@ def __exit__(self, *args, **kwargs

[GitHub] incubator-ariatosca pull request #188: ARIA-324 Refactor ctx proxy access

2017-07-30 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/188#discussion_r130238262 --- Diff: aria/orchestrator/execution_plugin/ctx_proxy/server.py --- @@ -150,43 +150,101 @@ def __exit__(self, *args, **kwargs

[GitHub] incubator-ariatosca pull request #188: ARIA-324 Refactor ctx proxy access

2017-07-30 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/188#discussion_r130237066 --- Diff: aria/orchestrator/context/common.py --- @@ -38,10 +38,27 @@ class BaseContext(object

[GitHub] incubator-ariatosca pull request #188: ARIA-324 Refactor ctx proxy access

2017-07-30 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/188#discussion_r130238356 --- Diff: aria/orchestrator/execution_plugin/ctx_proxy/server.py --- @@ -150,43 +150,101 @@ def __exit__(self, *args, **kwargs

[GitHub] incubator-ariatosca pull request #188: ARIA-324 Refactor ctx proxy access

2017-07-30 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/188#discussion_r130237667 --- Diff: aria/storage/collection_instrumentation.py --- @@ -213,32 +235,32 @@ def __init__(self, mapi, *args, **kwargs

[GitHub] incubator-ariatosca pull request #188: ARIA-324 Refactor ctx proxy access

2017-07-30 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/188#discussion_r130239705 --- Diff: aria/orchestrator/execution_plugin/ctx_proxy/server.py --- @@ -150,43 +150,101 @@ def __exit__(self, *args, **kwargs

[GitHub] incubator-ariatosca pull request #188: ARIA-324 Refactor ctx proxy access

2017-07-30 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/188#discussion_r130241087 --- Diff: aria/orchestrator/execution_plugin/ctx_proxy/server.py --- @@ -150,43 +150,101 @@ def __exit__(self, *args, **kwargs

[GitHub] incubator-ariatosca pull request #188: ARIA-324 Refactor ctx proxy access

2017-07-30 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/188#discussion_r130240698 --- Diff: aria/orchestrator/execution_plugin/ctx_proxy/server.py --- @@ -150,43 +150,101 @@ def __exit__(self, *args, **kwargs

[GitHub] incubator-ariatosca pull request #188: ARIA-324 Refactor ctx proxy access

2017-07-30 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/188#discussion_r130237525 --- Diff: aria/orchestrator/workflows/api/task.py --- @@ -140,13 +140,18 @@ def __init__(self, self.arguments

incubator-ariatosca git commit: self fixes [Forced Update!]

2017-08-01 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-174-Refactor-instantiation-phase ffa483b58 -> b729f6349 (forced update) self fixes Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

[2/2] incubator-ariatosca git commit: review 1

2017-08-03 Thread mxmrlv
review 1 Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/bbc5a7ed Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/bbc5a7ed Diff:

[1/2] incubator-ariatosca git commit: review 1 [Forced Update!]

2017-08-03 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-174-Refactor-instantiation-phase f29602505 -> bbc5a7ed6 (forced update) http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/bbc5a7ed/aria/parser/presentation/fields.py

incubator-ariatosca git commit: review 1 - fixups 2 [Forced Update!]

2017-08-03 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-174-Refactor-instantiation-phase 2a80b22ca -> cb4c04692 (forced update) review 1 - fixups 2 Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-08-03 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r131134367 --- Diff: aria/orchestrator/topology/template_handler.py --- @@ -0,0 +1,597 @@ +# Licensed to the Apache Software Foundation (ASF) under one

incubator-ariatosca git commit: review 1 - fixups 2

2017-08-03 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-174-Refactor-instantiation-phase a33ba12e1 -> 0f10ec758 review 1 - fixups 2 Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

incubator-ariatosca git commit: review 1 - fixups 2 [Forced Update!]

2017-08-03 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-174-Refactor-instantiation-phase 0f10ec758 -> 2a80b22ca (forced update) review 1 - fixups 2 Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-08-03 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r131132996 --- Diff: aria/orchestrator/topology/instance_handler.py --- @@ -0,0 +1,644 @@ +# Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-08-03 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r131133863 --- Diff: aria/utils/__init__.py --- @@ -16,3 +16,50 @@ """ General-purpose utilities package. ""&

incubator-ariatosca git commit: ARIA-349 get_attribute is not calculated at runtime

2017-08-15 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/master df2b916e6 -> 8981791a1 ARIA-349 get_attribute is not calculated at runtime Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

[GitHub] incubator-ariatosca pull request #190: ARIA-349-get_attribute-is-not-calcula...

2017-08-15 Thread mxmrlv
GitHub user mxmrlv opened a pull request: https://github.com/apache/incubator-ariatosca/pull/190 ARIA-349-get_attribute-is-not-calculated-at-runtime You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-ariatosca

incubator-ariatosca git commit: ARIA-349 get_attribute is not calculated at runtime

2017-08-15 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-349-get_attribute-is-not-calculated-at-runtime df2b916e6 -> 8981791a1 ARIA-349 get_attribute is not calculated at runtime Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

[GitHub] incubator-ariatosca pull request #185: ARIA-277 Support for Type Qualified N...

2017-07-12 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/185#discussion_r126897001 --- Diff: aria/orchestrator/workflows/core/events_handler.py --- @@ -147,7 +147,8 @@ def _update_node_state_if_necessary(ctx, is_transitional

[GitHub] incubator-ariatosca pull request #185: ARIA-277 Support for Type Qualified N...

2017-07-12 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/185#discussion_r126893908 --- Diff: extensions/aria_extension_tosca/simple_v1_0/assignments.py --- @@ -29,8 +29,8

[GitHub] incubator-ariatosca pull request #185: ARIA-277 Support for Type Qualified N...

2017-07-12 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/185#discussion_r126896663 --- Diff: tests/orchestrator/workflows/core/test_events.py --- @@ -105,6 +106,39 @@ def

incubator-ariatosca git commit: wip

2017-07-13 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/topology_poc [created] 7d1cfbc42 wip Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/7d1cfbc4 Tree:

incubator-ariatosca git commit: minor test fixes

2017-07-09 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-237-Support-for-resuming-failed-workflow-executions 684b38fe7 -> d4db7270c minor test fixes Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

[5/6] incubator-ariatosca git commit: wip

2017-07-09 Thread mxmrlv
wip Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/e7e1d895 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/e7e1d895 Diff:

[4/6] incubator-ariatosca git commit: ARIA-299 Resuming canceled execution with frozen task fails

2017-07-09 Thread mxmrlv
ARIA-299 Resuming canceled execution with frozen task fails Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/62875b56 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/62875b56

[6/6] incubator-ariatosca git commit: removed additional logic, and just reset the tasks in the event

2017-07-09 Thread mxmrlv
removed additional logic, and just reset the tasks in the event Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/684b38fe Tree:

[1/6] incubator-ariatosca git commit: ARIA-298 test suite sometimes fails or freezes while all tests pass [Forced Update!]

2017-07-09 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-237-Support-for-resuming-failed-workflow-executions d1ea630c6 -> 684b38fe7 (forced update) ARIA-298 test suite sometimes fails or freezes while all tests pass Project:

incubator-ariatosca git commit: added test

2017-07-09 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-237-Support-for-resuming-failed-workflow-executions d4db7270c -> 69fbd8ce9 added test Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

incubator-ariatosca git commit: added test [Forced Update!]

2017-07-09 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-237-Support-for-resuming-failed-workflow-executions 69fbd8ce9 -> 34b64dcce (forced update) added test Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

[GitHub] incubator-ariatosca pull request #183: ARIA-76 Parallelize PyTest

2017-07-11 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/183#discussion_r126697248 --- Diff: .travis.yml --- @@ -23,11 +23,12 @@ env: - TOX_ENV=py26e2e - TOX_ENV=py27ssh - TOX_ENV=py26ssh +- TOX_ENV=docs

[GitHub] incubator-ariatosca pull request #183: ARIA-76 Parallelize PyTest

2017-07-11 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/183#discussion_r126696990 --- Diff: .travis.yml --- @@ -23,11 +23,12 @@ env: - TOX_ENV=py26e2e - TOX_ENV=py27ssh - TOX_ENV=py26ssh +- TOX_ENV=docs

[GitHub] incubator-ariatosca pull request #183: ARIA-76 Parallelize PyTest

2017-07-11 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/183#discussion_r126696279 --- Diff: .travis.yml --- @@ -23,11 +23,12 @@ env: - TOX_ENV=py26e2e - TOX_ENV=py27ssh - TOX_ENV=py26ssh +- TOX_ENV=docs

incubator-ariatosca git commit: review 1 fixes

2017-07-11 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-237-Support-for-resuming-failed-workflow-executions 123a55ce7 -> 79dc7e75e review 1 fixes Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

[GitHub] incubator-ariatosca pull request #183: ARIA-76 Parallelize PyTest

2017-07-11 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/183#discussion_r126699227 --- Diff: .travis.yml --- @@ -23,11 +23,12 @@ env: - TOX_ENV=py26e2e - TOX_ENV=py27ssh - TOX_ENV=py26ssh +- TOX_ENV=docs

incubator-ariatosca git commit: review 2 fixups

2017-07-11 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-237-Support-for-resuming-failed-workflow-executions 79dc7e75e -> 8617ae1a5 review 2 fixups Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

incubator-ariatosca git commit: ARIA-237 Support for resuming failed workflow executions [Forced Update!]

2017-07-11 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-237-Support-for-resuming-failed-workflow-executions bb29753cf -> 07df95f47 (forced update) ARIA-237 Support for resuming failed workflow executions Support for resuming failed workflow. It is now possible to rerun failed

[2/2] incubator-ariatosca git commit: ARIA-237 Support for resuming failed workflow executions

2017-07-11 Thread mxmrlv
ARIA-237 Support for resuming failed workflow executions Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/bb29753c Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/bb29753c

[1/2] incubator-ariatosca git commit: ARIA-307 Automate release process [Forced Update!]

2017-07-11 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-237-Support-for-resuming-failed-workflow-executions 8617ae1a5 -> bb29753cf (forced update) ARIA-307 Automate release process Created a bash script to help with the releaes process Project:

incubator-ariatosca git commit: added test [Forced Update!]

2017-07-09 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-237-Support-for-resuming-failed-workflow-executions 34b64dcce -> ffc0d85ac (forced update) added test Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

incubator-ariatosca git commit: added test [Forced Update!]

2017-07-09 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-237-Support-for-resuming-failed-workflow-executions ffc0d85ac -> db64377ca (forced update) added test Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

incubator-ariatosca git commit: wip [Forced Update!]

2017-07-10 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-237-Support-for-resuming-failed-workflow-executions c1daa4a96 -> 7f0b80176 (forced update) wip Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

[2/3] incubator-ariatosca git commit: ARIA-312 Validation of workflow and operation kwargs raise False alarms

2017-07-10 Thread mxmrlv
ARIA-312 Validation of workflow and operation kwargs raise False alarms Workflow and Operation function kwargs validation failed in some scenarios. Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

[incubator-ariatosca] Git Push Summary

2017-07-10 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-312-Validation-of-workflow-and-operation-kwargs-raise-False-alarms [deleted] 6c2f35ecd

[3/3] incubator-ariatosca git commit: ARIA-237 Support for resuming failed workflow executions

2017-07-10 Thread mxmrlv
ARIA-237 Support for resuming failed workflow executions Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/123a55ce Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/123a55ce

[1/3] incubator-ariatosca git commit: ARIA-103 Remove dependency on Clint [Forced Update!]

2017-07-10 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-237-Support-for-resuming-failed-workflow-executions ef1419cd0 -> 123a55ce7 (forced update) ARIA-103 Remove dependency on Clint We no longer require this third-party library, instead the utils/console module uses the existing

[GitHub] incubator-ariatosca pull request #175: ARIA-299 Resuming canceled execution ...

2017-07-10 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/175#discussion_r126370435 --- Diff: tests/orchestrator/test_workflow_runner.py --- @@ -441,8 +509,42 @@ def mock_resuming_task(ctx): ctx.node.attributes

incubator-ariatosca git commit: review 1 fixes

2017-07-10 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-299-Resuming-canceled-execution-with-frozen-task-fails 62875b56c -> 05d2b73ae review 1 fixes Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

[4/6] incubator-ariatosca git commit: ARIA-254 Scaling capabilities and policies

2017-07-10 Thread mxmrlv
ARIA-254 Scaling capabilities and policies * New aria.Scaling policy (and "scaling" role) * NodeTemplate model no longer stores scaling values (default_instances, etc.) but instead fetches them from applicable scaling capabilities and policies * Some code cleanup Project:

[6/6] incubator-ariatosca git commit: review 1 fixes

2017-07-10 Thread mxmrlv
review 1 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/d31c011d Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/d31c011d Diff:

[3/6] incubator-ariatosca git commit: ARIA-254 Scaling capabilities and policies

2017-07-10 Thread mxmrlv
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/20896558/tests/modeling/test_models.py -- diff --git a/tests/modeling/test_models.py b/tests/modeling/test_models.py index bbc7352..e1167fc 100644 ---

[5/6] incubator-ariatosca git commit: ARIA-299 Resuming canceled execution with frozen task fails

2017-07-10 Thread mxmrlv
ARIA-299 Resuming canceled execution with frozen task fails Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/bd619bd6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/bd619bd6

[GitHub] incubator-ariatosca pull request #175: ARIA-299 Resuming canceled execution ...

2017-07-10 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/175#discussion_r126370031 --- Diff: tests/orchestrator/test_workflow_runner.py --- @@ -441,8 +509,42 @@ def mock_resuming_task(ctx): ctx.node.attributes

[incubator-ariatosca] Git Push Summary

2017-07-11 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-237-Support-for-resuming-failed-workflow-executions [deleted] 1b1e98d39

incubator-ariatosca git commit: ARIA-237 Support for resuming failed workflow executions

2017-07-11 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/master 4c789f9b1 -> 1b1e98d39 ARIA-237 Support for resuming failed workflow executions Support for resuming failed workflow. It is now possible to rerun failed tasks. Additional changes: * When a task succeeds, the attempt_counter

incubator-ariatosca git commit: wip - nodecellar e2e passing

2017-07-18 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/topology_poc 7d1cfbc42 -> d38e6f8a4 wip - nodecellar e2e passing Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/d38e6f8a Tree:

[2/2] incubator-ariatosca git commit: wip...

2017-07-18 Thread mxmrlv
wip... Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/c4a9def6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/c4a9def6 Diff:

[1/2] incubator-ariatosca git commit: fixed most of the parser tests

2017-07-18 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/topology_poc d38e6f8a4 -> c4a9def68 fixed most of the parser 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/e144f9a4 Tree:

[GitHub] incubator-ariatosca issue #186: ARIA-277 Support for Type Qualified Name

2017-07-18 Thread mxmrlv
Github user mxmrlv commented on the issue: https://github.com/apache/incubator-ariatosca/pull/186 Yeah, no problem. Basically as long as github says this PR has 9 commits, the commits were not fully squashed. you can find a quick answer to how to squash [here](https

[1/2] incubator-ariatosca git commit: ARIA-305 Advance ARIA version [Forced Update!]

2017-07-10 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-299-Resuming-canceled-execution-with-frozen-task-fails d31c011df -> b30a7edd8 (forced update) ARIA-305 Advance ARIA version Set package version to 0.2.0 Project:

incubator-ariatosca git commit: wip

2017-07-10 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-237-Support-for-resuming-failed-workflow-executions [created] bf753679a wip Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

incubator-ariatosca git commit: no longer waiting 5 secs in thread closing

2017-07-09 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-299-Resuming-canceled-execution-with-frozen-task-fails a8b4dce2a -> 770f161a1 no longer waiting 5 secs in thread closing Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

incubator-ariatosca git commit: ARIA-299 Resuming canceled execution with frozen task fails [Forced Update!]

2017-07-09 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-299-Resuming-canceled-execution-with-frozen-task-fails 82e89153d -> 62875b56c (forced update) ARIA-299 Resuming canceled execution with frozen task fails Project:

[incubator-ariatosca] Git Push Summary [forced push!] [Forced Update!]

2017-07-10 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-237-Support-for-resuming-failed-workflow-executions f07e95edd -> 1ad2a0db6 (forced update)

incubator-ariatosca git commit: removed operations and workflows, and fixed minor issue in validation.py [Forced Update!]

2017-07-10 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-237-Support-for-resuming-failed-workflow-executions 1ad2a0db6 -> ef1419cd0 (forced update) removed operations and workflows, and fixed minor issue in validation.py Project:

incubator-ariatosca git commit: removed operations and workflows, and fixed minor issue in validation.py

2017-07-10 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-237-Support-for-resuming-failed-workflow-executions 91cbb78d3 -> 1ad2a0db6 removed operations and workflows, and fixed minor issue in validation.py Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo

[GitHub] incubator-ariatosca issue #186: ARIA-277 Support for Type Qualified Name

2017-07-19 Thread mxmrlv
Github user mxmrlv commented on the issue: https://github.com/apache/incubator-ariatosca/pull/186 looks good :smiley: will merge into master shortly --- 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

incubator-ariatosca git commit: ARIA-277 Support for Type Qualified Name

2017-07-19 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/master 67a0675d6 -> c2b8e65b4 ARIA-277 Support for Type Qualified Name Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/c2b8e65b

incubator-ariatosca git commit: fixed alot of dump issues, and a tiny issue with execution resuming. The last place consumers are used is under the reading of the blueprint itself. Remodel the excepti

2017-07-25 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-174-Refactor-instantiation-phase 4ae0e5f99 -> 50d4c1de5 fixed alot of dump issues, and a tiny issue with execution resuming. The last place consumers are used is under the reading of the blueprint itself. Remodel the exception

[1/2] incubator-ariatosca git commit: removed all unnecessary method from models into the topology package

2017-07-25 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-174-Refactor-instantiation-phase a9640765a -> 4ae0e5f99 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/4ae0e5f9/aria/orchestrator/topology/template.py

[incubator-ariatosca] Git Push Summary

2017-07-23 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/topology_poc [deleted] 6448dfeaf

incubator-ariatosca git commit: tmp change

2017-07-23 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-174-Refactor-instantiation-phase 6448dfeaf -> c29cc9bcf tmp change Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/c29cc9bc

[incubator-ariatosca] Git Push Summary

2017-07-23 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-174-Refactor-instantiation-phase [created] 6448dfeaf

incubator-ariatosca git commit: fixed small bugs, moved topolgy to orchestrator

2017-07-23 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/topology_poc f31e3eacc -> 6448dfeaf fixed small bugs, moved topolgy to orchestrator Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

incubator-ariatosca git commit: fixed small bugs, moved topolgy to orchestrator [Forced Update!]

2017-07-23 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-174-Refactor-instantiation-phase 67e7f4d74 -> 609d305d7 (forced update) fixed small bugs, moved topolgy to orchestrator Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

incubator-ariatosca git commit: fixed back

2017-07-23 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-174-Refactor-instantiation-phase c29cc9bcf -> 67e7f4d74 fixed back Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/67e7f4d7

[incubator-ariatosca] Git Push Summary

2017-07-23 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-299-Resuming-canceled-execution-with-frozen-task-fails [deleted] b30a7edd8

incubator-ariatosca git commit: basic template to instance framework is up [Forced Update!]

2017-07-23 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-174-Refactor-instantiation-phase 35b9ba713 -> 0bc7993f8 (forced update) basic template to instance framework is up Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

incubator-ariatosca git commit: validate + instantiate and tidy up

2017-07-23 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-174-Refactor-instantiation-phase 0bc7993f8 -> 8e5fe109d validate + instantiate and tidy up Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

incubator-ariatosca git commit: basic template to instance framework is up

2017-07-23 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-174-Refactor-instantiation-phase 609d305d7 -> 35b9ba713 basic template to instance framework is up Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

  1   2   3   4   5   6   >