[GitHub] incubator-ariatosca pull request #31: ARIA-30-SQL-based-storage-implementati...

2016-12-01 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90503715 --- Diff: aria/storage/mapi/sql.py --- @@ -0,0 +1,368 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +#

[GitHub] incubator-ariatosca pull request #31: ARIA-30-SQL-based-storage-implementati...

2016-12-01 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90504139 --- Diff: aria/storage/models.py --- @@ -60,353 +73,612 @@ ) # todo: sort this, maybe move from mgr or move from aria???

[GitHub] incubator-ariatosca pull request #31: ARIA-30-SQL-based-storage-implementati...

2016-12-01 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90504471 --- Diff: aria/storage/models.py --- @@ -60,353 +73,612 @@ ) # todo: sort this, maybe move from mgr or move from aria???

[GitHub] incubator-ariatosca pull request #31: ARIA-30-SQL-based-storage-implementati...

2016-12-01 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90503205 --- Diff: aria/storage/mapi/sql.py --- @@ -0,0 +1,368 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +#

[GitHub] incubator-ariatosca pull request #31: ARIA-30-SQL-based-storage-implementati...

2016-12-01 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90504075 --- Diff: aria/storage/models.py --- @@ -60,353 +73,612 @@ ) # todo: sort this, maybe move from mgr or move from aria???

[GitHub] incubator-ariatosca pull request #31: ARIA-30-SQL-based-storage-implementati...

2016-12-01 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90505762 --- Diff: aria/storage/models.py --- @@ -60,353 +73,612 @@ ) # todo: sort this, maybe move from mgr or move from aria???

[GitHub] incubator-ariatosca pull request #31: ARIA-30-SQL-based-storage-implementati...

2016-12-01 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90502146 --- Diff: aria/storage/filesystem_api.py --- @@ -0,0 +1,39 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +#

[GitHub] incubator-ariatosca pull request #31: ARIA-30-SQL-based-storage-implementati...

2016-12-01 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90501806 --- Diff: aria/storage/api.py --- @@ -0,0 +1,219 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[GitHub] incubator-ariatosca pull request #31: ARIA-30-SQL-based-storage-implementati...

2016-12-01 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90502764 --- Diff: aria/storage/mapi/inmemory.py --- @@ -0,0 +1,148 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more --- End

[GitHub] incubator-ariatosca pull request #31: ARIA-30-SQL-based-storage-implementati...

2016-12-01 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90503314 --- Diff: aria/storage/mapi/sql.py --- @@ -0,0 +1,368 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +#

[GitHub] incubator-ariatosca pull request #31: ARIA-30-SQL-based-storage-implementati...

2016-12-01 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90499710 --- Diff: aria/storage/__init__.py --- @@ -37,354 +37,93 @@ * drivers - module, a pool of Aria standard drivers. * StorageDriver

[GitHub] incubator-ariatosca pull request #31: ARIA-30-SQL-based-storage-implementati...

2016-12-01 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90496245 --- Diff: aria/orchestrator/context/workflow.py --- @@ -64,19 +66,27 @@ def nodes(self): """ Iterator over nodes

[GitHub] incubator-ariatosca pull request #31: ARIA-30-SQL-based-storage-implementati...

2016-12-01 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90501110 --- Diff: aria/storage/api.py --- @@ -0,0 +1,219 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[GitHub] incubator-ariatosca pull request #31: ARIA-30-SQL-based-storage-implementati...

2016-12-01 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90501812 --- Diff: aria/storage/api.py --- @@ -0,0 +1,219 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[GitHub] incubator-ariatosca pull request #31: ARIA-30-SQL-based-storage-implementati...

2016-12-01 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90498171 --- Diff: aria/storage/__init__.py --- @@ -37,354 +37,93 @@ * drivers - module, a pool of Aria standard drivers. * StorageDriver

[GitHub] incubator-ariatosca pull request #31: ARIA-30-SQL-based-storage-implementati...

2016-12-01 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90495335 --- Diff: aria/orchestrator/context/workflow.py --- @@ -64,19 +66,27 @@ def nodes(self): """ Iterator over nodes

[GitHub] incubator-ariatosca pull request #31: ARIA-30-SQL-based-storage-implementati...

2016-12-01 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90502574 --- Diff: aria/storage/mapi/filesystem.py --- @@ -0,0 +1,118 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more ---

[GitHub] incubator-ariatosca pull request #31: ARIA-30-SQL-based-storage-implementati...

2016-12-01 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90499868 --- Diff: aria/storage/__init__.py --- @@ -37,354 +37,93 @@ * drivers - module, a pool of Aria standard drivers. * StorageDriver

[GitHub] incubator-ariatosca pull request #31: ARIA-30-SQL-based-storage-implementati...

2016-12-01 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90500929 --- Diff: aria/storage/api.py --- @@ -0,0 +1,219 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

[jira] [Created] (ARIATOSCA-36) Plugin working directory storage

2016-12-01 Thread Ran Ziv (JIRA)
Ran Ziv created ARIATOSCA-36: Summary: Plugin working directory storage Key: ARIATOSCA-36 URL: https://issues.apache.org/jira/browse/ARIATOSCA-36 Project: AriaTosca Issue Type: Story

[jira] [Created] (ARIATOSCA-35) Add default logger in operations

2016-12-01 Thread Ran Ziv (JIRA)
Ran Ziv created ARIATOSCA-35: Summary: Add default logger in operations Key: ARIATOSCA-35 URL: https://issues.apache.org/jira/browse/ARIATOSCA-35 Project: AriaTosca Issue Type: Story

[jira] [Created] (ARIATOSCA-34) API for rendering a downloaded resource

2016-12-01 Thread Ran Ziv (JIRA)
Ran Ziv created ARIATOSCA-34: Summary: API for rendering a downloaded resource Key: ARIATOSCA-34 URL: https://issues.apache.org/jira/browse/ARIATOSCA-34 Project: AriaTosca Issue Type: Story

[jira] [Created] (ARIATOSCA-32) Implement scale workflow

2016-12-01 Thread Ran Ziv (JIRA)
Ran Ziv created ARIATOSCA-32: Summary: Implement scale workflow Key: ARIATOSCA-32 URL: https://issues.apache.org/jira/browse/ARIATOSCA-32 Project: AriaTosca Issue Type: Story

[jira] [Created] (ARIATOSCA-31) Investigate consolidation of extensions mechanisms

2016-12-01 Thread Ran Ziv (JIRA)
Ran Ziv created ARIATOSCA-31: Summary: Investigate consolidation of extensions mechanisms Key: ARIATOSCA-31 URL: https://issues.apache.org/jira/browse/ARIATOSCA-31 Project: AriaTosca Issue Type:

[2/3] incubator-ariatosca git commit: ARIA-30 SQL based storage implementation

2016-12-01 Thread mxmrlv
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/c9df5b14/aria/storage/mapi/sql.py -- diff --git a/aria/storage/mapi/sql.py b/aria/storage/mapi/sql.py new file mode 100644 index 000..652dc9f --- /dev/null +++

[3/3] incubator-ariatosca git commit: ARIA-30 SQL based storage implementation

2016-12-01 Thread mxmrlv
ARIA-30 SQL based storage implementation Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/c9df5b14 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/c9df5b14 Diff:

[1/3] incubator-ariatosca git commit: ARIA-30 SQL based storage implementation [Forced Update!]

2016-12-01 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-30-SQL-based-storage-implementation f6981ddbf -> c9df5b140 (forced update) http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/c9df5b14/tests/orchestrator/workflows/api/test_task.py

[3/3] incubator-ariatosca git commit: ARIA-30 SQL based storage implementation

2016-12-01 Thread mxmrlv
ARIA-30 SQL based storage implementation Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/f6981ddb Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/f6981ddb Diff:

[1/3] incubator-ariatosca git commit: ARIA-30 SQL based storage implementation [Forced Update!]

2016-12-01 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-30-SQL-based-storage-implementation 358cbe053 -> f6981ddbf (forced update) http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/f6981ddb/tests/orchestrator/workflows/api/test_task.py

[2/3] incubator-ariatosca git commit: ARIA-30 SQL based storage implementation

2016-12-01 Thread mxmrlv
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/f6981ddb/aria/storage/mapi/sql.py -- diff --git a/aria/storage/mapi/sql.py b/aria/storage/mapi/sql.py new file mode 100644 index 000..652dc9f --- /dev/null +++

[2/3] incubator-ariatosca git commit: ARIA-30 SQL based storage implementation

2016-12-01 Thread mxmrlv
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/358cbe05/aria/storage/mapi/sql.py -- diff --git a/aria/storage/mapi/sql.py b/aria/storage/mapi/sql.py new file mode 100644 index 000..4408aa3 --- /dev/null +++

[1/3] incubator-ariatosca git commit: ARIA-30 SQL based storage implementation [Forced Update!]

2016-12-01 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-30-SQL-based-storage-implementation fe944e58d -> 358cbe053 (forced update) http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/358cbe05/tests/orchestrator/workflows/api/test_task.py

[3/3] incubator-ariatosca git commit: ARIA-30 SQL based storage implementation

2016-12-01 Thread mxmrlv
ARIA-30 SQL based storage implementation Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/358cbe05 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/358cbe05 Diff:

[3/3] incubator-ariatosca git commit: ARIA-30-SQL-based-storage-implementation

2016-12-01 Thread mxmrlv
ARIA-30-SQL-based-storage-implementation Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/f68e11bf Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/f68e11bf Diff:

[2/3] incubator-ariatosca git commit: ARIA-30-SQL-based-storage-implementation

2016-12-01 Thread mxmrlv
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/f68e11bf/aria/storage/mapi/sql.py -- diff --git a/aria/storage/mapi/sql.py b/aria/storage/mapi/sql.py new file mode 100644 index 000..4408aa3 --- /dev/null +++

[4/6] incubator-ariatosca git commit: Storage is now sql based with SQLAlchemy based models

2016-12-01 Thread mxmrlv
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/88bc5d18/tests/orchestrator/workflows/api/test_task.py -- diff --git a/tests/orchestrator/workflows/api/test_task.py b/tests/orchestrator/workflows/api/test_task.py

[2/3] incubator-ariatosca git commit: ARIA-30 SQL based storage implementation

2016-12-01 Thread mxmrlv
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/fe944e58/aria/storage/mapi/sql.py -- diff --git a/aria/storage/mapi/sql.py b/aria/storage/mapi/sql.py new file mode 100644 index 000..4408aa3 --- /dev/null +++

[1/3] incubator-ariatosca git commit: ARIA-30 SQL based storage implementation [Forced Update!]

2016-12-01 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-30-SQL-based-storage-implementation f68e11bfb -> fe944e58d (forced update) http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/fe944e58/tests/orchestrator/workflows/api/test_task.py

[1/3] incubator-ariatosca git commit: ARIA-30-SQL-based-storage-implementation [Forced Update!]

2016-12-01 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-30-SQL-based-storage-implementation 88bc5d180 -> f68e11bfb (forced update) http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/f68e11bf/tests/orchestrator/workflows/api/test_task.py

[6/6] incubator-ariatosca git commit: Storage is now sql based with SQLAlchemy based models

2016-12-01 Thread mxmrlv
Storage is now sql based with SQLAlchemy based models Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/88bc5d18 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/88bc5d18 Diff:

[3/6] incubator-ariatosca git commit: ARIA-28 Integrate with appveyor

2016-12-01 Thread mxmrlv
ARIA-28 Integrate with appveyor Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/fe974e49 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/fe974e49 Diff:

[incubator-ariatosca] Git Push Summary

2016-12-01 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/SQLAlchemy-based-models [deleted] 2d6b9375d

[1/3] incubator-ariatosca git commit: Storage is now sql based with SQLAlchemy based models [Forced Update!]

2016-12-01 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-30-SQL-based-storage-implementation 91f9de43b -> 8d768e611 (forced update) http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/8d768e61/tests/orchestrator/workflows/api/test_task.py

[2/3] incubator-ariatosca git commit: Storage is now sql based with SQLAlchemy based models

2016-12-01 Thread mxmrlv
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/8d768e61/aria/storage/mapi/sql.py -- diff --git a/aria/storage/mapi/sql.py b/aria/storage/mapi/sql.py new file mode 100644 index 000..4408aa3 --- /dev/null +++

[3/3] incubator-ariatosca git commit: Storage is now sql based with SQLAlchemy based models

2016-12-01 Thread mxmrlv
Storage is now sql based with SQLAlchemy based models Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/8d768e61 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/8d768e61 Diff:

[GitHub] incubator-ariatosca pull request #31: Aria 30 sql based storage implementati...

2016-12-01 Thread mxmrlv
GitHub user mxmrlv opened a pull request: https://github.com/apache/incubator-ariatosca/pull/31 Aria 30 sql based storage implementation You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-ariatosca

incubator-ariatosca git commit: more lynting [Forced Update!]

2016-12-01 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-30-SQL-based-storage-implementation aaf35c1d2 -> 91f9de43b (forced update) more lynting Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

incubator-ariatosca git commit: more lynting

2016-12-01 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-30-SQL-based-storage-implementation 2d6b9375d -> aaf35c1d2 more lynting Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

[incubator-ariatosca] Git Push Summary

2016-12-01 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-25-Storage-genericizing [deleted] aa0aee206

[incubator-ariatosca] Git Push Summary

2016-12-01 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-30-SQL-based-storage-implementation [created] 2d6b9375d

[GitHub] incubator-ariatosca pull request #27: ARIA-25-Storage-genericizing

2016-12-01 Thread mxmrlv
Github user mxmrlv closed the pull request at: https://github.com/apache/incubator-ariatosca/pull/27 --- 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

[jira] [Closed] (ARIATOSCA-25) Storage genericizing

2016-12-01 Thread Maxim Orlov (JIRA)
[ https://issues.apache.org/jira/browse/ARIATOSCA-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxim Orlov closed ARIATOSCA-25. Resolution: Won't Fix This is no longer relevant, as the storage has new architecture. > Storage

Re: Podling Report Reminder - December 2016

2016-12-01 Thread Arthur Berezin
Podling for December updated: https://cwiki.apache.org/confluence/display/ARIATOSCA/Podling+Report+2016-12 Arthur On Wed, Nov 30, 2016 at 1:42 PM wrote: > Dear podling, > > This email was sent by an automated system on behalf of the Apache > Incubator PMC. It is an

[3/3] incubator-ariatosca git commit: Storage is now sql based with SQLAlchemy based models

2016-12-01 Thread mxmrlv
Storage is now sql based with SQLAlchemy based models Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/2d6b9375 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/2d6b9375 Diff:

[1/3] incubator-ariatosca git commit: Storage is now sql based with SQLAlchemy based models [Forced Update!]

2016-12-01 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/SQLAlchemy-based-models 7ba33f1d5 -> 2d6b9375d (forced update) http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/2d6b9375/tests/orchestrator/workflows/api/test_task.py

[2/3] incubator-ariatosca git commit: Storage is now sql based with SQLAlchemy based models

2016-12-01 Thread mxmrlv
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/2d6b9375/aria/storage/mapi/sql.py -- diff --git a/aria/storage/mapi/sql.py b/aria/storage/mapi/sql.py new file mode 100644 index 000..f2ec0e5 --- /dev/null +++

incubator-ariatosca git commit: lynting and tests fixing

2016-12-01 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/SQLAlchemy-based-models 512b4bc6a -> 7ba33f1d5 lynting and tests fixing Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/7ba33f1d