Skip to content
Snippets Groups Projects
  1. Apr 08, 2017
  2. Apr 07, 2017
  3. 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
  4. 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
  5. Mar 16, 2017
  6. Mar 15, 2017
  7. Mar 11, 2017
  8. Mar 10, 2017
  9. Mar 07, 2017
  10. Mar 06, 2017
  11. Mar 05, 2017
  12. Mar 03, 2017
  13. Mar 02, 2017
  14. Mar 01, 2017
  15. Feb 27, 2017
  16. Feb 24, 2017
    • Justin Berstler's avatar
      GC container after a failed unpause · 1c040469
      Justin Berstler authored
      1c040469
    • Justin Berstler's avatar
      Do not retry /run on action containers · 48367750
      Justin Berstler authored
      It should be assumed that /run only happens after /init which should itself ensure that the container is running and ready. With that in mind, it does not make sense to attempt to retry posting to the /run endpoint on connection failures. Such a failure is an indication that something catastrophic has happened to the container, and no attempt at recovery should be made.
      
      This is accomplished by adding a "retry" flag to the appropriate HTTP utilities to control whether or not a retry should be attempted.
      48367750
  17. Feb 22, 2017
  18. Feb 21, 2017
  19. Feb 20, 2017
  20. Feb 17, 2017
  21. Feb 16, 2017
Loading