Skip to content
Snippets Groups Projects
  1. Oct 05, 2017
  2. Oct 04, 2017
  3. Oct 02, 2017
  4. Oct 01, 2017
  5. Sep 27, 2017
    • Alex Ellis's avatar
      Update CONTRIBUTING.md · 296b173c
      Alex Ellis authored
      296b173c
    • Alex Ellis's avatar
      Build the easy way · 950077d2
      Alex Ellis authored
      950077d2
    • Alex Ellis's avatar
      Sample YML · d2204b55
      Alex Ellis authored
      
      Signed-off-by: default avatarAlex Ellis <alexellis2@gmail.com>
      d2204b55
    • 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
  6. Sep 26, 2017
  7. Sep 25, 2017
Loading