[GitHub] incubator-ariatosca pull request #62: ARIA-66-Convert-custom-parser-fields-i...

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

[GitHub] incubator-ariatosca pull request #62: ARIA-66-Convert-custom-parser-fields-i...

2017-01-31 Thread dankilman
Github user dankilman commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/62#discussion_r98648305 --- Diff: aria/storage/type.py --- @@ -175,72 +172,105 @@ class _MutableList(mutable.MutableList): @classmethod def

[GitHub] incubator-ariatosca pull request #62: ARIA-66-Convert-custom-parser-fields-i...

2017-01-31 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/62#discussion_r98646660 --- Diff: aria/storage/type.py --- @@ -175,72 +172,105 @@ class _MutableList(mutable.MutableList): @classmethod def coerce(cls,

[GitHub] incubator-ariatosca pull request #62: ARIA-66-Convert-custom-parser-fields-i...

2017-01-31 Thread dankilman
Github user dankilman commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/62#discussion_r98640124 --- Diff: aria/storage/type.py --- @@ -175,72 +172,105 @@ class _MutableList(mutable.MutableList): @classmethod def

[GitHub] incubator-ariatosca pull request #62: ARIA-66-Convert-custom-parser-fields-i...

2017-01-31 Thread dankilman
Github user dankilman commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/62#discussion_r98640012 --- Diff: aria/storage/type.py --- @@ -175,72 +172,105 @@ class _MutableList(mutable.MutableList): @classmethod def

[GitHub] incubator-ariatosca pull request #62: ARIA-66-Convert-custom-parser-fields-i...

2017-01-31 Thread dankilman
Github user dankilman commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/62#discussion_r98641330 --- Diff: aria/storage/type.py --- @@ -175,72 +172,105 @@ class _MutableList(mutable.MutableList): @classmethod def

[GitHub] incubator-ariatosca pull request #62: ARIA-66-Convert-custom-parser-fields-i...

2017-01-31 Thread dankilman
Github user dankilman commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/62#discussion_r98640329 --- Diff: aria/storage/type.py --- @@ -175,72 +172,105 @@ class _MutableList(mutable.MutableList): @classmethod def

[GitHub] incubator-ariatosca pull request #62: ARIA-66-Convert-custom-parser-fields-i...

2017-01-30 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/62#discussion_r98484829 --- Diff: aria/storage/type.py --- @@ -74,16 +125,115 @@ def coerce(cls, key, value): raise exceptions.StorageError('SQL Storage

[GitHub] incubator-ariatosca pull request #62: ARIA-66-Convert-custom-parser-fields-i...

2017-01-30 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/62#discussion_r98481960 --- Diff: aria/storage/type.py --- @@ -12,17 +12,18 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See

[GitHub] incubator-ariatosca pull request #62: ARIA-66-Convert-custom-parser-fields-i...

2017-01-30 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/62#discussion_r98488233 --- Diff: aria/storage/type.py --- @@ -74,16 +125,115 @@ def coerce(cls, key, value): raise exceptions.StorageError('SQL Storage

[GitHub] incubator-ariatosca pull request #62: ARIA-66-Convert-custom-parser-fields-i...

2017-01-30 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/62#discussion_r98482667 --- Diff: aria/storage/type.py --- @@ -74,16 +125,115 @@ def coerce(cls, key, value): raise exceptions.StorageError('SQL Storage

[GitHub] incubator-ariatosca pull request #62: ARIA-66-Convert-custom-parser-fields-i...

2017-01-30 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/62#discussion_r98486834 --- Diff: tests/storage/test_structures.py --- @@ -0,0 +1,277 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +#

[GitHub] incubator-ariatosca pull request #62: ARIA-66-Convert-custom-parser-fields-i...

2017-01-30 Thread mxmrlv
GitHub user mxmrlv opened a pull request: https://github.com/apache/incubator-ariatosca/pull/62 ARIA-66-Convert-custom-parser-fields-into-sqla-based-fields You can merge this pull request into a Git repository by running: $ git pull