Skip to content
Snippets Groups Projects
  1. Dec 20, 2018
  2. Aug 31, 2018
  3. Jul 09, 2018
  4. Jul 06, 2018
  5. May 30, 2018
  6. Mar 16, 2018
  7. Oct 09, 2017
  8. Sep 06, 2017
  9. Jun 20, 2017
  10. Apr 08, 2017
  11. Apr 03, 2017
    • rodric rabbah's avatar
      Enable tests for unicode for python, swift. (#2070) · 3a319df1
      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.
      3a319df1
  12. Mar 28, 2017
    • cclauss's avatar
      Add python:3 action support. · 415f5628
      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.
      415f5628
  13. Mar 11, 2017
  14. Mar 07, 2017
    • Markus Thömmes's avatar
      Clean up test project (#1960) · 00227ae0
      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
      00227ae0
  15. Mar 03, 2017
    • Rodric Rabbah's avatar
      Support python actions with zip files. · 5e394e20
      Rodric Rabbah authored
      Refactoring of init method into an init-from-source and init-from-zip.
      Support a zip file containing more than one python file.
      The zip file must contain a file called __main__.py that defines a "main" method.
      
      Log an error when python zip does not include required file.
      5e394e20
  16. Feb 13, 2017
  17. Jan 25, 2017
  18. Dec 07, 2016
  19. Dec 01, 2016
    • Rodric Rabbah's avatar
      Unify action container environments · b0d31185
      Rodric Rabbah authored
      Add npm openwhisk package to NodeJS images, and deprecation warning for uses of the 'whisk' context object.
      
      Make OpenWhisk related environment variables available in all container runtimes.
      b0d31185
  20. Oct 19, 2016
  21. Sep 06, 2016
  22. Aug 23, 2016
    • Markus Thoemmes's avatar
      Make image prefix configurable. · ef44b546
      Markus Thoemmes authored
      Adds a new parameter to docker.gradle `dockerImagePrefix` which specifies the PREFIX part in the following format: {REGISTRY}/{PREFIX}/{IMAGE}:{TAG}. This used to be hardcoded to "whisk", e.g. whisk/controller.
      
      Implements a parameter for ansible to pull an image prefixed by "docker_image_prefix" (PREFIX in the following format): {REGISTRY}/{PREFIX}/{IMAGE}:{TAG}. Was previously hardcoded as "whisk".
      
      Writes the parameter into whisk.properties and makes the invoker pick it up for spawning containers.
      
      Add different tag in travis to flesh out problems.
      ef44b546
  23. Aug 22, 2016
  24. Aug 21, 2016
    • Rodric Rabbah's avatar
      Add new tests for the common action proxy. Refactor tests so that standard... · 0bcfbd8d
      Rodric Rabbah authored
      Add new tests for the common action proxy. Refactor tests so that standard tests for actions not returning JSON, actions printing to stdout/stderr, and actions validating expected environment don't need to be repeated explicitly. Also tightened tests so that the runtimes conform to expected messages/errors and markers on stdout/stderr. As noted, new tests added to confirm action environment contains expected properties - namely auth key and edge host.
      0bcfbd8d
  25. Aug 17, 2016
  26. Aug 01, 2016
  27. May 05, 2016
  28. Apr 05, 2016
  29. Apr 04, 2016
  30. Feb 23, 2016
    • Philippe Suter's avatar
      Compile+run rather than interpret Swift actions. · 33295b20
      Philippe Suter authored
      Swift actions are now compiled at `init` time, then ran as a simple binary,
      rather than always be interpreted using `swift`. First invocation is only
      slighltly slower, all following are dramatically faster. Compile-time errors
      are reported as before. Note that if/when the container gets garbage-collected,
      the binary is not persisted so will be recompiled at following deployment.
      33295b20
  31. Feb 19, 2016
Loading