[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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


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

2016-11-22 Thread mxmrlv
GitHub user mxmrlv opened a pull request:

https://github.com/apache/incubator-ariatosca/pull/27

ARIA-25-Storage-genericizing

1. ModelApi completely delegates the calls to the driver
2. The driver handles any pointer related translating and class creation is 
done via driver
3. The Model constructor builds the model recursively into a class based 
object
4. Tests are fixed

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/incubator-ariatosca 
ARIA-25-Storage-genericizing

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-ariatosca/pull/27.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #27


commit aa0aee2066face068b0762a8fe74264cbeb4d091
Author: mxmrlv 
Date:   2016-11-20T16:58:12Z

1. ModelApi completely delegates the calls to the driver
2. The driver handles any pointer related translating and class creation is 
done via driver
3. The Model constructor builds the model recursively into a class based 
object
4. Tests are fixed




---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---