- Jan 14, 2019
-
-
Michele Sciabarra authored
-
- Oct 05, 2018
-
-
Carlos Santana authored
pickup changes for actionproxy action current directory /action
-
- Sep 17, 2018
-
-
Carlos Santana authored
-
- Aug 14, 2018
-
-
Carlos Santana authored
-
- Jul 09, 2018
-
-
rodric rabbah authored
Update base images to openwhisk/dockerskeleton:1.3.2. and adjust tests for upstream changes.
-
- Jul 06, 2018
-
-
Rodric Rabbah authored
-
- May 30, 2018
-
-
Matt Rutkowski authored
-
- Apr 17, 2018
-
-
Ying Chun Guo authored
-
- Oct 09, 2017
-
-
Carlos Santana authored
-
- Aug 15, 2017
-
-
Justin Berstler authored
This version contains important fixes to limit the number of connections made during bootstrapping
-
- Apr 08, 2017
-
-
Robert Sulzmann authored
Also, change working directory for Python actions to allow relative path access to file system.
-
- Mar 28, 2017
-
-
cclauss authored
Update tests to work in both Python 2 and Python 3. Rename pythonaction to python3action for container image name for clarity. Add tests for python:2 and python:3. Add image names for all the actions. Rename javaaction to java8action for consistency.
-
- Feb 13, 2017
-
-
Justin Berstler authored
* Add kafka_python library to the Python action runtime * Update doc and Python package sniff test Please squash into previous commit
-
- Sep 06, 2016
-
-
Rodric Rabbah authored
Additionally: - pinned versions - tests - added to reference doc
-
Markus Thoemmes authored
- Add the requests module to the python container - Add tests to assert that module installation for the python container works as expected. Solves #1190
-
- Aug 27, 2016
-
-
Rodric Rabbah authored
Reduce image size for docker actions skeleton from 619.8MB to 86.78MB. This makes the example docker image size equally smaller. Use the base image for python actions but not Swift since the latter not yet ready for a diet.
-
- Aug 25, 2016
-
-
Markus Thoemmes authored
Adjust docker sdk deployment to reference image from Docker Hub.
-
- Aug 21, 2016
-
-
Rodric Rabbah authored
Rebase swift(3) actions using new action proxy and override epilogue, buil and env method to properly build binary and serialize input as required by swift actions. Rebase python action using new action proxy. Rename runner files to {lang/runtime}runner.py.
-
- May 09, 2016
-
-
Markus Thoemmes authored
- whisk/scala: installing jre instead of jdk and nuke scala - better base images: buildpack-deps - drop maven from kafka and use wget instead - install nodejs binary directly instead of apt-get it - @rabbah consolidated common python build steps to elevate docker caching
-
- May 06, 2016
-
-
Philippe Suter authored
`pip install gevent` compiles it locally, which takes forever
-
perryibm authored
Python action taking so long that builds are timing out including Travis where it times out from global timeout which is out of our control.
-
- May 05, 2016
-
-
Rodric Rabbah authored
Bump docker timeout to 420 seconds.
-
Ioana Baldini authored
Fix hello python sample action to fit the same pattern as the js and swift actions.
-