This is an automated email from the ASF dual-hosted git repository.

tnadeau pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ariatosca.git.


    from 2c434f4  Merge pull request #218 from tnadeauaria/master
     add 32c942d  added service proxy plugin
     add 29ff782  Merge branch 'master' of 
https://github.com/apache/incubator-ariatosca
     add 5c7218a  initial
     add 22a9170  added back .travis.yml
     new de32028  Merge pull request #225 from dfilppi/master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../aria-service-proxy-plugin/.gitignore           |  43 ++--
 .../aria-service-proxy-plugin/.travis.yml          |  22 ++-
 examples/aria-service-proxy-plugin/CHANGELOG.txt   |   2 +
 examples/aria-service-proxy-plugin/LICENSE         | 177 +++++++++++++++++
 examples/aria-service-proxy-plugin/README.md       |  19 ++
 .../aria_service_proxy}/__init__.py                |   0
 .../aria_service_proxy/tasks.py                    | 192 ++++++++++++++++++
 examples/aria-service-proxy-plugin/circle.yml      |  25 +++
 examples/aria-service-proxy-plugin/plugin.yaml     |  88 +++++++++
 .../aria-service-proxy-plugin/requirements.txt     |  17 ++
 .../aria-service-proxy-plugin}/setup.py            |  21 +-
 .../aria-service-proxy-plugin/tests/__init__.py    |   3 +
 .../aria-service-proxy-plugin/tests/test_proxy.py  | 216 +++++++++++++++++++++
 examples/aria-service-proxy-plugin/tox.ini         |  66 +++++++
 14 files changed, 861 insertions(+), 30 deletions(-)
 copy .gitignore => examples/aria-service-proxy-plugin/.gitignore (57%)
 copy docs/requirements.txt => examples/aria-service-proxy-plugin/.travis.yml 
(62%)
 create mode 100644 examples/aria-service-proxy-plugin/CHANGELOG.txt
 create mode 100644 examples/aria-service-proxy-plugin/LICENSE
 create mode 100644 examples/aria-service-proxy-plugin/README.md
 copy {tests/utils => 
examples/aria-service-proxy-plugin/aria_service_proxy}/__init__.py (100%)
 create mode 100644 
examples/aria-service-proxy-plugin/aria_service_proxy/tasks.py
 create mode 100644 examples/aria-service-proxy-plugin/circle.yml
 create mode 100644 examples/aria-service-proxy-plugin/plugin.yaml
 create mode 100644 examples/aria-service-proxy-plugin/requirements.txt
 copy {tests/resources/plugins/mock-plugin1 => 
examples/aria-service-proxy-plugin}/setup.py (70%)
 create mode 100644 examples/aria-service-proxy-plugin/tests/__init__.py
 create mode 100644 examples/aria-service-proxy-plugin/tests/test_proxy.py
 create mode 100644 examples/aria-service-proxy-plugin/tox.ini

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to