Skip to content
Snippets Groups Projects
  1. Jun 20, 2017
  2. Jun 01, 2017
  3. May 29, 2017
    • Carlos Santana's avatar
      Make travis fast again (#2308) · 470c27df
      Carlos Santana authored
      * make travis fast again
      
      * Refactor Unicode test to be able to exclude python and swift
      
      * color term expect gradlew
      
      * do apache license header
      
      * Use abstract class
      
      * exclude Java
      
      * remove initializer from abstract class
      470c27df
  4. May 15, 2017
  5. May 04, 2017
    • Markus Thömmes's avatar
      Implement a proxy for a container to implement concurrent behavior (#2107) · 60d991bc
      Markus Thömmes authored
      A proxy that wraps a Container. It is used to keep track of the lifecycle
      of a container and to guarantee a contract between the client of the container
      and the container itself.
      
      The contract is as follows:
      1. Only one job is to be sent to the ContainerProxy at one time. ContainerProxy
         will delay all further jobs until the first job is finished for defensiveness
         reasons.
      2. The next job can be sent to the ContainerProxy after it indicated capacity by
         sending NeedWork to its parent.
      3. A Remove message can be sent at any point in time. Like multiple jobs though,
         it will be delayed until the currently running job has finished.
      60d991bc
  6. Apr 25, 2017
  7. Apr 19, 2017
  8. Apr 13, 2017
    • Mark Deuser's avatar
      API GW V2 - Add 'wsk api` command (#2068) · be8d8aff
      Mark Deuser authored
      * API GW V2 CLI - Add 'wsk api' command
      - Support both 'wsk api-experimental' and 'wsk api' commands (separate PR wil deprecate `api-experimental`)
      - 'wsk api' command requires that the target action exist and that it's a web action
      
      * API GW V2 CLI - 'wsk api' tests
      * Add "COMING SOON" label to 'wsk api' help
      * API update needs additional param
      * Reduce travis test execution time
      be8d8aff
  9. Apr 08, 2017
  10. Apr 07, 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 16, 2017
  14. Mar 15, 2017
  15. Mar 11, 2017
  16. Mar 10, 2017
  17. Mar 07, 2017
  18. Mar 06, 2017
  19. Mar 05, 2017
  20. Mar 03, 2017
  21. Mar 02, 2017
  22. Mar 01, 2017
  23. Feb 27, 2017
Loading