Skip to content
Snippets Groups Projects
  1. Feb 19, 2019
  2. Jan 30, 2019
  3. Jan 14, 2019
  4. Dec 20, 2018
  5. Aug 31, 2018
  6. Jul 09, 2018
  7. Jul 06, 2018
  8. May 30, 2018
  9. May 23, 2018
  10. May 08, 2018
  11. Mar 16, 2018
  12. Mar 01, 2018
  13. Oct 09, 2017
  14. Sep 29, 2017
    • Vadim Raskin's avatar
      Share bookkeeping data across controllers (#2531) · 504877fc
      Vadim Raskin authored
      * Use akka distributed map to store the shared state
      
      * Join seed nodes in the load balancer service
      
      * Add optional auto-down-unreachable-after
      
      * Local bookkeeping is used by default
      
      * Update documentation
      504877fc
  15. Sep 25, 2017
  16. Sep 15, 2017
  17. Sep 12, 2017
  18. Sep 06, 2017
  19. Aug 31, 2017
    • Markus Thömmes's avatar
      Simplify Spi implementations. (#2663) · f9450364
      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.
      f9450364
  20. Aug 16, 2017
  21. Aug 12, 2017
  22. Aug 04, 2017
    • tysonnorris's avatar
      SPI approach for pluggable implementations. (#2414) · 1e02bc67
      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
      1e02bc67
  23. Jul 14, 2017
  24. Jun 28, 2017
  25. Jun 26, 2017
    • Paul Castro's avatar
      Add Swift 3.1.1 as a kind (#2120) · 9d37b3f9
      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
      9d37b3f9
  26. Jun 20, 2017
  27. 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
  28. 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
  29. Apr 19, 2017
  30. 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
  31. Apr 08, 2017
Loading