[GitHub] incubator-ariatosca pull request #69: ARIA-106-Create-sqla-logging-handler

2017-02-22 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/69#discussion_r102521783 --- Diff: aria/.pylintrc --- @@ -77,7 +77,7 @@ confidence= # --enable=similarities". If you want to run only the classes checker, but have

[GitHub] incubator-ariatosca pull request #69: ARIA-106-Create-sqla-logging-handler

2017-02-22 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/69#discussion_r102486230 --- Diff: tests/orchestrator/context/test_operation.py --- @@ -38,30 +43,51 @@ @pytest.fixture def ctx(tmpdir): context =

[GitHub] incubator-ariatosca pull request #69: ARIA-106-Create-sqla-logging-handler

2017-02-22 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/69#discussion_r102484206 --- Diff: aria/.pylintrc --- @@ -77,7 +77,7 @@ confidence= # --enable=similarities". If you want to run only the classes checker, but have

[GitHub] incubator-ariatosca pull request #69: ARIA-106-Create-sqla-logging-handler

2017-02-22 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/69#discussion_r102482961 --- Diff: aria/.pylintrc --- @@ -77,7 +77,7 @@ confidence= # --enable=similarities". If you want to run only the classes checker, but have

[GitHub] incubator-ariatosca pull request #69: ARIA-106-Create-sqla-logging-handler

2017-02-22 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/69#discussion_r102480360 --- Diff: aria/utils/imports.py --- @@ -76,3 +77,25 @@ def load_attribute(attribute_path): except AttributeError: # TODO:

[GitHub] incubator-ariatosca pull request #69: ARIA-106-Create-sqla-logging-handler

2017-02-22 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/69#discussion_r102475359 --- Diff: aria/logger.py --- @@ -152,15 +152,14 @@ def __init__(self, session, engine, **kwargs): # Cyclic dependency

[GitHub] incubator-ariatosca pull request #69: ARIA-106-Create-sqla-logging-handler

2017-02-22 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/69#discussion_r102474225 --- Diff: aria/__init__.py --- @@ -35,6 +30,17 @@ orchestrator, cli ) + +if sys.version_info < (2, 7): +

[GitHub] incubator-ariatosca pull request #69: ARIA-106-Create-sqla-logging-handler

2017-02-21 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/69#discussion_r102239410 --- Diff: aria/storage/modeling/orchestrator_elements.py --- @@ -466,3 +466,18 @@ def abort(message=None): @staticmethod def

[GitHub] incubator-ariatosca pull request #69: ARIA-106-Create-sqla-logging-handler

2017-02-21 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/69#discussion_r102236324 --- Diff: aria/orchestrator/context/common.py --- @@ -15,19 +15,33 @@ """ A common context for both workflow and operation """

[GitHub] incubator-ariatosca pull request #69: ARIA-106-Create-sqla-logging-handler

2017-02-21 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/69#discussion_r102243862 --- Diff: aria/orchestrator/context/workflow.py --- @@ -65,6 +65,10 @@ def _create_execution(self): return execution.id

[GitHub] incubator-ariatosca pull request #69: ARIA-106-Create-sqla-logging-handler

2017-02-21 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/69#discussion_r102239149 --- Diff: aria/storage/modeling/orchestrator_elements.py --- @@ -466,3 +466,18 @@ def abort(message=None): @staticmethod def

[GitHub] incubator-ariatosca pull request #69: ARIA-106-Create-sqla-logging-handler

2017-02-21 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/69#discussion_r102237759 --- Diff: aria/orchestrator/context/common.py --- @@ -44,12 +58,35 @@ def __init__( self._service_instance_id = service_instance_id

[GitHub] incubator-ariatosca pull request #69: ARIA-106-Create-sqla-logging-handler

2017-02-21 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/69#discussion_r102234412 --- Diff: aria/logger.py --- @@ -135,5 +142,37 @@ def create_file_log_handler( return rotating_file +class

[GitHub] incubator-ariatosca pull request #69: Aria 106 create sqla logging handler

2017-02-13 Thread mxmrlv
GitHub user mxmrlv opened a pull request: https://github.com/apache/incubator-ariatosca/pull/69 Aria 106 create sqla logging handler You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-ariatosca