Sign in
apache
/
openwhisk-composer-python
/
HEAD
5098dec
Update .asf.yaml - fix spelling (#24)
by John Bampton
· 1 year, 5 months ago
master
948d299
Feature #19: a user can now create a new composition with fine-grained limits (#22)
by Pedro Escaleira
· 2 years, 4 months ago
09d480d
Fixed issue #18: the conductor's synthesize function is now able to process the pydeploy's annotations (#21)
by Pedro Escaleira
· 2 years, 4 months ago
12b2fa9
Fixed issue #17: now, both annotation and annotation-file flags work properly on pydeploy (#20)
by Pedro Escaleira
· 2 years, 4 months ago
cc0824a
remove travis from required checks for merging PRs (#16)
by David Grove
· 3 years, 2 months ago
471c2a5
configure more github properties via asf.yaml (#14)
by David Grove
· 5 years ago
b415d39
update for migration to travis-ci.com (#13)
by David Grove
· 5 years ago
2f14db9
Synthetize provide-api-key annotation (#9)
by Lionel Villard
· 5 years ago
8b8cff7
Updated documentation to reflect new output from wsk activation list (#7)
by Lars Andersson
· 5 years ago
cc2555f
chore: fix grammar and spelling (#12)
by John Bampton
· 5 years ago
8f4d698
add .asf.yaml for configuring github metadata (#11)
by David Grove
· 6 years ago
ce92f43
tlp: remove incubator references and disclaimer (#10)
by David Grove
· 6 years ago
8c3b496
update end year in copyright notice (#6)
by David Grove
· 7 years ago
973b287
Rename $resume parameter to $composer (#5)
by Lionel Villard
· 7 years ago
e7829f9
Fix typo (#4)
by Hyunwoo Jung
· 7 years ago
227735b
add encoded URL for travis2slack webhook (#3)
by David Grove
· 7 years ago
5ac92d4
Merge pull request #2 from dgrove-oss/disclaimer
by Ying Chun Guo
· 7 years ago
f93edff
add incubation disclaimer
by David Grove
· 7 years ago
67a3377
Merge pull request #1 from dgrove-oss/cleanup-import
by David Grove
· 7 years ago
a3af57b
reflect move from ibm-functions to apache/openwhisk-incubating
by David Grove
· 7 years ago
77d0a87
chore: fix travis
by Lionel Villard
· 7 years ago
4f6074d
chore: typos
by Lionel Villard
· 7 years ago
be12d6e
fix scancode errors
by Lionel Villard
· 7 years ago
98f2e61
cleanup travis config
by Lionel Villard
· 7 years ago
a8b4b89
fix typo
by Lionel Villard
· 7 years ago
00c8cf2
update documentation
by Lionel Villard
· 7 years ago
971b88e
fix pycompose and added pydeploy
by Lionel Villard
· 7 years ago
fb53526
fix pycompose and remove debugging statements
by Lionel Villard
· 7 years ago
81225c8
synchronize with Apache composer
by Lionel Villard
· 7 years ago
f2d14ec
finished porting all tests
by Lionel Villard
· 7 years ago
85be6d9
WIP: porting tests (about 50% done)
by Lionel Villard
· 7 years ago
226798e
WIP: synchronize with composer master
by Lionel Villard
· 7 years ago
4dff172
Merge pull request #12 from nickm/fix_5
by Lionel Villard
· 8 years ago
12224ed
add support for non-expression, i.e. full program compositions
by Nick Mitchell
· 8 years ago
d80730f
Merge pull request #11 from nickm/fix_10
by Lionel Villard
· 8 years ago
1a45e19
real fix for broken Entering logs
by Nick Mitchell
· 8 years ago
eae22da
Merge pull request #9 from nickm/fix_4
by Lionel Villard
· 8 years ago
0798886
fix for broken Entering composition logs
by Nick Mitchell
· 8 years ago
f87f579
Merge pull request #8 from nickm/fix_7
by Lionel Villard
· 8 years ago
198c434
fix for exec:null
by Nick Mitchell
· 8 years ago
f760d88
Merge pull request #2 from nickm/fix_action_encode
by Lionel Villard
· 8 years ago
7291df1
fixes for encode for the action form of pycompose
by Nick Mitchell
· 8 years ago
09e5558
Merge pull request #3 from nickm/package_json
by Lionel Villard
· 8 years ago
27e5910
added package.json, for consumption via npm
by Nick Mitchell
· 8 years ago
8571074
remove unused serializer property
by Lionel Villard
· 8 years ago
cd103f4
Merge pull request #1 from nickm/venv
by Lionel Villard
· 8 years ago
4968f35
Support for pycompose as OpenWhisk action
by Nick Mitchell
· 8 years ago
7d56883
Add documentation to install pycompose from github
by Lionel Villard
· 8 years ago
7438ea9
Add support for lambda
by Lionel Villard
· 8 years ago
763d637
cleanup
by Lionel Villard
· 8 years ago
d758b4a
improve documentation + cleanup
by Lionel Villard
· 8 years ago
cc53b8a
disable code coverage report
by Lionel Villard
· 8 years ago
5b4cd40
add python3 to local openwhisk
by Lionel Villard
· 8 years ago
669e3ed
more diags
by Lionel Villard
· 8 years ago
1bff7aa
more ow client diags
by Lionel Villard
· 8 years ago
42a3189
provide diags info for insecure connection
by Lionel Villard
· 8 years ago
75207a8
no need to deactivate venv anymore
by Lionel Villard
· 8 years ago
2fdbfa9
sudo pip install tox
by Lionel Villard
· 8 years ago
9237cbe
fix deadsnakes repo target
by Lionel Villard
· 8 years ago
7f7cc5c
does not use apt addon to avoid whitelist check
by Lionel Villard
· 8 years ago
6444dc9
try fully qualified apt source
by Lionel Villard
· 8 years ago
220bf46
travis: use generic language
by Lionel Villard
· 8 years ago
8b535df
pycompose cli implemented
by Lionel Villard
· 8 years ago
0450485
Fix the 3 failing tests. 100% success.
by Lionel Villard
· 8 years ago
5309c93
enable all combinator tests.
by Lionel Villard
· 8 years ago
b9e79ab
enable TestIf and TestLoop tests
by Lionel Villard
· 8 years ago
b8477e9
encode now uses python conductor. add support for python function
by Lionel Villard
· 8 years ago
3d56917
Use `in` operator instead of `hasattr`
by Lionel Villard
· 8 years ago
e9e60a0
Several bug fixes in conductor.
by Lionel Villard
· 8 years ago
39c86db
Added deserialize and label
by Lionel Villard
· 8 years ago
f76f02f
Fix ignore_certs assignment
by Lionel Villard
· 8 years ago
a4f2db6
fix typo
by Lionel Villard
· 8 years ago
a03ff0f
install openwhisk is travis build dir
by Lionel Villard
· 8 years ago
c03bb8b
source setup.sh to propagate shell functions
by Lionel Villard
· 8 years ago
b76c56a
deactivate virtualenv before installing openwhisk
by Lionel Villard
· 8 years ago
b98df95
run openwhisk installation in new shell
by Lionel Villard
· 8 years ago
3225942
tell tox not to download virtualenv
by Lionel Villard
· 8 years ago
d921311
Fix openwhisk client creation
by Lionel Villard
· 8 years ago
e7b8e19
first shot at conductor written in Python
by Lionel Villard
· 8 years ago
d1fd1ea
WIP: documentation
by Lionel Villard
· 8 years ago
278ff3f
explicitly set sudo mode (travis)
by Lionel Villard
· 8 years ago
f3eb6b1
run travis in sudo mode
by Lionel Villard
· 8 years ago
859b19e
Add docker service
by Lionel Villard
· 8 years ago
b8bdbf6
Update travis badge
by Lionel Villard
· 8 years ago
4329b72
setup travis
by Lionel Villard
· 8 years ago
889cb54
added all remaining combinators except function
by Lionel Villard
· 8 years ago
1a7f526
Added composer.when
by Lionel Villard
· 8 years ago
3480965
add sequence and seq
by Lionel Villard
· 8 years ago
755601d
Add composer.action
by Lionel Villard
· 8 years ago
be86646
Add composer.task
by Lionel Villard
· 8 years ago
b5eab9e
Add function combinator. Not working yet
by Lionel Villard
· 8 years ago
350cfe7
Implement basic OpenWhisk Client for Python. Add property literal test
by Lionel Villard
· 8 years ago
95f6a1a
Added composer.literal
by Lionel Villard
· 8 years ago
d31e04a
Added parseActionName
by Lionel Villard
· 8 years ago
90df5d2
init commit
by Lionel Villard
· 8 years ago