Skip to content
Snippets Groups Projects
  1. May 08, 2018
  2. May 02, 2018
  3. Apr 18, 2018
  4. Apr 17, 2018
  5. Apr 04, 2018
  6. Mar 28, 2018
  7. Mar 27, 2018
  8. Mar 16, 2018
  9. Mar 02, 2018
  10. Mar 01, 2018
  11. Feb 27, 2018
  12. Feb 26, 2018
  13. Feb 21, 2018
  14. Nov 22, 2017
  15. Nov 21, 2017
  16. Nov 16, 2017
  17. Oct 09, 2017
  18. 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
  19. Sep 25, 2017
  20. Sep 15, 2017
  21. Sep 12, 2017
  22. Sep 06, 2017
  23. Aug 31, 2017
    • Qaiser Abbasi's avatar
      676e2730
    • 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
  24. Aug 16, 2017
Loading