This is an automated email from the ASF dual-hosted git repository. tnadeau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ariatosca.git
commit de32028783969bc980144afa3c91061c7236459c Merge: 2c434f4 22a9170 Author: Thomas D. Nadeau <[email protected]> AuthorDate: Mon Feb 5 17:27:40 2018 +0200 Merge pull request #225 from dfilppi/master Add service proxy plugin example examples/aria-service-proxy-plugin/.gitignore | 71 +++++++ examples/aria-service-proxy-plugin/.travis.yml | 31 +++ 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 | 14 ++ .../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 ++ examples/aria-service-proxy-plugin/setup.py | 31 +++ .../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, 952 insertions(+) -- To stop receiving notification emails like this one, please contact [email protected].
