Re: Dec 16 Podling Report

2016-12-04 Thread Suneel Marthi
Updated the Dec 16 draft, see https://cwiki.apache.org/confluence/display/ARIATOSCA/Podling+Report+2016-12 If Ok, I'll post the same to Incubator. Here's my +1 On Sun, Dec 4, 2016 at 9:25 PM, John D. Ament wrote: > +1 > Its important to remember that graduation is not

Re: Dec 16 Podling Report

2016-12-04 Thread John D. Ament
+1 Its important to remember that graduation is not around technical merits but all about functional. There are some basic mechanical things - cutting valid releases but the bulk of it is around community. On Sun, Dec 4, 2016 at 7:39 PM Suneel Marthi wrote: > What's most

Dec 16 Podling Report

2016-12-04 Thread Suneel Marthi
What's most important for the graduation is the growth in community that includes committers and contributions from outside of Gigaspaces, that's something we need to work on as a higher priority. -- AriaTosca ARIA TOSCA project offers an easily consumable Software Development Kit(SDK)

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

2016-12-04 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-30-SQL-based-storage-implementation 9a608318b -> b60199ba5 (forced update) code review 2 - wip Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

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

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

incubator-ariatosca git commit: code review 2 - wip

2016-12-04 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-30-SQL-based-storage-implementation 5ea0b6313 -> 9a608318b code review 2 - wip Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

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

2016-12-04 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90779972 --- Diff: tests/orchestrator/workflows/core/test_engine.py --- @@ -233,12 +212,13 @@ def mock_workflow(ctx, graph): class

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

2016-12-04 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90777213 --- Diff: aria/storage/sql_mapi.py --- @@ -0,0 +1,361 @@ +# 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-04 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90778725 --- Diff: aria/storage/models.py --- @@ -422,23 +531,55 @@ def validate_max_attempts(_, value, *args): SUCCESS, FAILED,

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

2016-12-04 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90778979 --- Diff: aria/storage/structures.py --- @@ -27,281 +27,189 @@ * Model - abstract model implementation. """ import json

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

2016-12-04 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90778697 --- Diff: aria/storage/models.py --- @@ -148,265 +302,220 @@ def __lt__(self, other): return False -class

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

2016-12-04 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90778632 --- Diff: aria/storage/models.py --- @@ -148,265 +302,220 @@ def __lt__(self, other): return False -class

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

2016-12-04 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90779218 --- Diff: aria/storage/structures.py --- @@ -27,281 +27,189 @@ * Model - abstract model implementation. """ import json

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

2016-12-04 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90779014 --- Diff: aria/storage/structures.py --- @@ -27,281 +27,189 @@ * Model - abstract model implementation. """ import json

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

2016-12-04 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90778672 --- Diff: aria/storage/models.py --- @@ -148,265 +302,220 @@ def __lt__(self, other): return False -class

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

2016-12-04 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90779099 --- Diff: aria/storage/structures.py --- @@ -27,281 +27,189 @@ * Model - abstract model implementation. """ import json

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

2016-12-04 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90778768 --- Diff: aria/storage/models.py --- @@ -422,23 +531,55 @@ def validate_max_attempts(_, value, *args): SUCCESS, FAILED,

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

2016-12-04 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90779283 --- Diff: aria/storage/structures.py --- @@ -27,281 +27,189 @@ * Model - abstract model implementation. """ import json

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

2016-12-04 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90779796 --- Diff: tests/mock/context.py --- @@ -13,21 +13,59 @@ # See the License for the specific language governing permissions and #

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

2016-12-04 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90779347 --- Diff: aria/storage/structures.py --- @@ -27,281 +27,189 @@ * Model - abstract model implementation. """ import json

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

2016-12-04 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90778551 --- Diff: aria/storage/models.py --- @@ -148,265 +302,220 @@ def __lt__(self, other): return False -class

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

2016-12-04 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90780128 --- Diff: tests/storage/test_models.py --- @@ -187,111 +99,18 @@ def test_deployment_update_step_model(): assert remove_rel <

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

2016-12-04 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90778657 --- Diff: aria/storage/models.py --- @@ -148,265 +302,220 @@ def __lt__(self, other): return False -class

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

2016-12-04 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90779244 --- Diff: aria/storage/structures.py --- @@ -27,281 +27,189 @@ * Model - abstract model implementation. """ import json

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

2016-12-04 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90778954 --- Diff: aria/storage/structures.py --- @@ -27,281 +27,189 @@ * Model - abstract model implementation. """ import json

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

2016-12-04 Thread mxmrlv
Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90779747 --- Diff: aria/storage/models.py --- @@ -59,66 +76,203 @@ 'Plugin', ) -# todo: sort this, maybe move from mgr or move from

Podling Report Reminder - December 2016

2016-12-04 Thread johndament
Dear podling, This email was sent by an automated system on behalf of the Apache Incubator PMC. It is an initial reminder to give you plenty of time to prepare your quarterly board report. The board meeting is scheduled for Wed, 21 December 2016, 10:30 am PDT. The report for your podling will

[jira] [Created] (ARIATOSCA-38) Create contribution guide document

2016-12-04 Thread Ran Ziv (JIRA)
Ran Ziv created ARIATOSCA-38: Summary: Create contribution guide document Key: ARIATOSCA-38 URL: https://issues.apache.org/jira/browse/ARIATOSCA-38 Project: AriaTosca Issue Type: Task

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

2016-12-04 Thread Ran Ziv (JIRA)
[ https://issues.apache.org/jira/browse/ARIATOSCA-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ran Ziv updated ARIATOSCA-31: - Assignee: Dan Kilman > Investigate consolidation of extensions mechanisms >

incubator-ariatosca git commit: updated the SQL MAPI

2016-12-04 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-30-SQL-based-storage-implementation 7b1c7d8dc -> 5ea0b6313 updated the SQL MAPI Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

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

2016-12-04 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90773942 --- Diff: aria/storage/sql_mapi.py --- @@ -0,0 +1,361 @@ +# 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-04 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90774109 --- Diff: aria/storage/sql_mapi.py --- @@ -0,0 +1,361 @@ +# 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-04 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90774280 --- Diff: aria/storage/sql_mapi.py --- @@ -0,0 +1,361 @@ +# 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-04 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90774188 --- Diff: aria/storage/sql_mapi.py --- @@ -0,0 +1,361 @@ +# 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-04 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90774557 --- Diff: aria/storage/sql_mapi.py --- @@ -0,0 +1,361 @@ +# 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-04 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90773988 --- Diff: aria/storage/sql_mapi.py --- @@ -0,0 +1,361 @@ +# 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-04 Thread ran-z
Github user ran-z commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90774547 --- Diff: aria/storage/sql_mapi.py --- @@ -0,0 +1,361 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +#