- Mar 27, 2019
-
-
Silva Song authored
* move global variables initialized to init * modify two test cases to initialize the return status * modifiy python3Action Dockerfile and Tests
-
- Feb 19, 2019
-
-
Michele Sciabarra authored
* helping python to find itself... * adding a test to ensure sys.executable is valid * fixed format
-
- Jan 30, 2019
-
-
Michele Sciabarra authored
-
- Jan 14, 2019
-
-
Carlos Santana authored
-
Michele Sciabarra authored
-
- Dec 20, 2018
-
-
Dragos Dascalita Haut authored
-
Dragos Dascalita Haut authored
-
- Aug 31, 2018
-
-
Dragos Dascalita Haut authored
-
Dragos Dascalita Haut authored
-
Dragos Dascalita Haut authored
-
Dragos Dascalita Haut authored
-
Dragos Dascalita Haut 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
-
-
Carlos Santana authored
-
- May 08, 2018
-
-
Matt Rutkowski authored
-
- Mar 16, 2018
-
-
Vincent authored
-
- Oct 09, 2017
-
-
Carlos Santana authored
-
- Sep 25, 2017
-
-
tysonnorris authored
-
- Sep 15, 2017
-
-
Carlos Santana authored
-
- Sep 06, 2017
-
-
Markus Thömmes authored
Formats all .scala files according to `scalafmt`'s (opinionated) style. Adds Travis checks for correctly formatted code.
-
- Aug 31, 2017
-
-
Markus Thömmes authored
Using `object`s instead of a hollow class as the "factory" for an Spi makes them being singleton by default, which reduces boilerplate to implement an Spi. The `Dependencies` object is not used anywhere and there might be better alternatives which we can decide on once the need of them comes up. For now, the Spi's interfaces are relatively tightly coupled to their current default implementations anyway. Also updated documentation.
-
- Aug 16, 2017
-
-
Markus Thömmes authored
- Refactoring the invoker for better encapsulation and separation of concerns in its packages. - Removing Dispatcher. - Remove unused properties from the deployment manifests. - Add error handling for terminal failures
-
- Aug 04, 2017
-
-
tysonnorris authored
Adds the ability to add pluggable implementations for defined Service Provider Interfaces (SPI). The implementation to load is chosen via configuration. First set of plug-points are: - ArtifactStoreProvider - MessagingProvider
-
- Jul 14, 2017
-
-
rodric rabbah authored
-
- Jun 28, 2017
-
-
Dominic Kim authored
* Add documentation for docker for mac (#1431) * Replace akka-http client to play-ws client (temporarily) * Introduce docker-machine environment
-
- Jun 26, 2017
-
-
Paul Castro authored
* Experimental branch for 2079, uses ibm swift ubuntu image for 3.1 * Fixes issue #2079, add Swift 3.1.1 runtime kind, update Swift dependencies for Watson SDK, KituraNet, SwiftyJson * add apache license * Fix swift311 location and catch docker brake The location of the swift binary for 311 is now in /usr/bin/swift Need to catch docker errors when building by usig && instead of ; * new zip for new swift311 runtime
-
- Jun 20, 2017
-
-
Matt Rutkowski authored
-
- Apr 19, 2017
-
-
Paul Castro authored
Also fixes bad redirect in build script.
-
- Apr 08, 2017
-
-
Robert Sulzmann authored
Also, change working directory for Python actions to allow relative path access to file system.
-
- Apr 03, 2017
-
-
rodric rabbah authored
Re-enable build swift/python containers (for tests to run). Add unicode unit test for swift action container. Allow for reinit with swift for use with invoke.py. Fix unicode regression for swift actions. Refactor unicode tests to add coverage - now also for base action container. Set string encoding to utf-8 for swift action proxy. Rewrite result extraction to avoid splitting and printing logs one line at a time. Skip decoding when process output is a string; already utf-8. Consolidate base64 encoding in CLI; remove Jar field in exec.
-
- 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.
-
- Mar 15, 2017
-
-
Jason Peterson authored
-
- Mar 11, 2017
-
-
cclauss authored
-
- Mar 07, 2017
-
-
Rodric Rabbah authored
Remove subtypes. Move exec utils for image construction to singleton. Rebase
-
Rodric Rabbah authored
-
Markus Thömmes authored
- Remove unused dependencies - Define dependencies as compile time to be able to include them from other projects - Standardize layout * Bumping restassured version * Update gitignore to include .cache-tests
-
- Mar 06, 2017
-
-
Rodric Rabbah authored
Add manifest schema. Add utilities to read Exec runtimes from manifest. Add runtimes manifest to ansible group vars. Write out manifest to whisk.properties and make available through WhiskConfig.
-
Justin Berstler authored
The change in #1946 introduced a regression such that it did not allow for Node.js zipped actions which contain an index.js but not a package.json. This is a valid configuration and should be supported.
-
- Mar 05, 2017
-
-
Justin Berstler authored
Using the Windows Explorer method of creating zip actions results in an incorrect zip structure. OW requires that package.json be found at the root of the zip, while the Explorer action insists on putting everything inside a top-level folder inside the zip. Return an explicit error when package.json is not found at the root of a zipped action.
-