This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-composer-python.git.
at 77d0a87 chore: fix travis
This branch includes the following new commits:
new 90df5d2 init commit
new d31e04a Added parseActionName
new 95f6a1a Added composer.literal
new 350cfe7 Implement basic OpenWhisk Client for Python. Add property
literal test
new b5eab9e Add function combinator. Not working yet
new be86646 Add composer.task
new 755601d Add composer.action
new 3480965 add sequence and seq
new 1a7f526 Added composer.when
new 889cb54 added all remaining combinators except function
new 4329b72 setup travis
new b8bdbf6 Update travis badge
new 859b19e Add docker service
new f3eb6b1 run travis in sudo mode
new 278ff3f explicitly set sudo mode (travis)
new d1fd1ea WIP: documentation
new e7b8e19 first shot at conductor written in Python
new d921311 Fix openwhisk client creation
new 3225942 tell tox not to download virtualenv
new b98df95 run openwhisk installation in new shell
new b76c56a deactivate virtualenv before installing openwhisk
new c03bb8b source setup.sh to propagate shell functions
new a03ff0f install openwhisk is travis build dir
new a4f2db6 fix typo
new f76f02f Fix ignore_certs assignment
new 39c86db Added deserialize and label
new e9e60a0 Several bug fixes in conductor.
new 3d56917 Use `in` operator instead of `hasattr`
new b8477e9 encode now uses python conductor. add support for python
function
new b9e79ab enable TestIf and TestLoop tests
new 5309c93 enable all combinator tests.
new 0450485 Fix the 3 failing tests. 100% success.
new 8b535df pycompose cli implemented
new 220bf46 travis: use generic language
new 6444dc9 try fully qualified apt source
new 7f7cc5c does not use apt addon to avoid whitelist check
new 9237cbe fix deadsnakes repo target
new 2fdbfa9 sudo pip install tox
new 75207a8 no need to deactivate venv anymore
new 42a3189 provide diags info for insecure connection
new 1bff7aa more ow client diags
new 669e3ed more diags
new 5b4cd40 add python3 to local openwhisk
new cc53b8a disable code coverage report
new d758b4a improve documentation + cleanup
new 763d637 cleanup
new 7438ea9 Add support for lambda
new 7d56883 Add documentation to install pycompose from github
new 4968f35 Support for pycompose as OpenWhisk action
new cd103f4 Merge pull request #1 from nickm/venv
new 8571074 remove unused serializer property
new 27e5910 added package.json, for consumption via npm
new 09e5558 Merge pull request #3 from nickm/package_json
new 7291df1 fixes for encode for the action form of pycompose
new f760d88 Merge pull request #2 from nickm/fix_action_encode
new 198c434 fix for exec:null
new f87f579 Merge pull request #8 from nickm/fix_7
new 0798886 fix for broken Entering composition logs
new eae22da Merge pull request #9 from nickm/fix_4
new 1a45e19 real fix for broken Entering logs
new d80730f Merge pull request #11 from nickm/fix_10
new 12224ed add support for non-expression, i.e. full program
compositions also stop renaming function definitions to `func`
new 4dff172 Merge pull request #12 from nickm/fix_5
new 226798e WIP: synchronize with composer master
new 85be6d9 WIP: porting tests (about 50% done)
new f2d14ec finished porting all tests
new 81225c8 synchronize with Apache composer
new fb53526 fix pycompose and remove debugging statements
new 971b88e fix pycompose and added pydeploy
new 00c8cf2 update documentation
new a8b4b89 fix typo
new 98f2e61 cleanup travis config
new be12d6e fix scancode errors
new 4f6074d chore: typos
new 77d0a87 chore: fix travis
The 75 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.