Skip to content
Snippets Groups Projects
  1. Oct 04, 2017
  2. Sep 27, 2017
    • John McCabe's avatar
      Implement Swarm update handler using PUT · 40e1fac1
      John McCabe authored
      
      This commit implements an update handler for Docker Swarm, it queries the
      current spec, updates values in-situ before calling ServiceUpdate.
      
      The UpdateConfig FailureAction is set to rollback, so in the event of
      supplying values to the update that would result in the service failing
      then the update will be rolled back.
      
      The UpdateConfig Parallelism param is set to an explicit value of 1 which
      will result in functions being updated 1 by 1 rather than all at once.
      
      It also moves the restartDelay declaration out of the create and update
      handlers and into the main server function alongside maxRestarts.
      
      And finally this commit uses the PUT HTTP verb for updates rather than
      the non-HTTP UPDATE verb which was being used initially (also adding it
      to the Swagger definition).
      
      Signed-off-by: default avatarJohn McCabe <john@johnmccabe.net>
      40e1fac1
  3. Sep 23, 2017
  4. Sep 19, 2017
  5. Sep 13, 2017
  6. Sep 07, 2017
  7. Aug 29, 2017
  8. Aug 27, 2017
  9. Aug 25, 2017
  10. Aug 16, 2017
  11. Aug 08, 2017
  12. Jul 18, 2017
  13. May 08, 2017
  14. Apr 27, 2017
  15. Apr 12, 2017
  16. Apr 05, 2017
  17. Mar 14, 2017
  18. Mar 12, 2017
  19. Feb 19, 2017
  20. Jan 28, 2017
  21. Jan 25, 2017
  22. Jan 23, 2017
  23. Jan 22, 2017
  24. Jan 21, 2017
  25. Jan 09, 2017
    • Alex Ellis's avatar
      Stack 1 (#4) · f944b088
      Alex Ellis authored
      * - Extend stack to include a test function
      * - Allow _ char in routes
      * - Let Dockerfile shrink by coming from alpine
      
      * Update build.sh
      
      * Document stack deploy
      
      * Update README.md
      
      * fix port in README (#3)
      f944b088
    • Alex Ellis's avatar
      - Extend stack to include a test function · ea488cf7
      Alex Ellis authored
      - Allow _ char in routes
      - Let Dockerfile shrink by coming from alpine
      ea488cf7
  26. Jan 04, 2017
Loading