- Oct 23, 2017
-
-
Lewis Cowles authored
The optional body parameter to be passed to STDIN wasn't part of the previous swagger spec. Signed-off-by:
Lewis Cowles <lewiscowles@me.com>
-
- Oct 15, 2017
-
-
Elliott Beach authored
Signed-off-by:
Elliott Beach <elliott2.71828@gmail.com>
-
- Oct 04, 2017
-
-
John McCabe authored
Note, not all `alexellis/github` references should be changed, there are a number of repos which are not part of the openfaas org, this commit excludes those. Signed-off-by:
John McCabe <john@johnmccabe.net>
-
- Sep 27, 2017
-
-
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:
John McCabe <john@johnmccabe.net>
-
- Aug 25, 2017
-
-
Alex Ellis authored
-
Alex Ellis authored
-
Alex Ellis authored
-
- May 30, 2017
-
-
Sebastien Guilloux authored
This adds support for private docker registries, by adding an optional `registryAuth` field in the CreateFunctionRequest. Auth must be passed as base64-encoded basic auth, similar to how done in Docker file store credentials (~/.docker/config.json). Credentials are then passed to swarm at service creation.
-
- May 18, 2017
-
-
Alex Ellis authored
-
- May 01, 2017
-
-
Alex Ellis authored
-
Alex Ellis authored
-
Alex Ellis authored
-