- Oct 04, 2018
-
-
Vivek Singh authored
Signed-off-by:
Vivek Singh <vivekkmr45@yahoo.in>
-
- Oct 03, 2018
-
-
Alex Ellis authored
- Removes use of "our" from CONTRIBUTING guide - Updates/adds README.md files - Commnents and typo fix in watchdog - Adds good/bad examples of commit messages Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis authored
- updates comments and adds where missing - updates locks so that unlock is done via defer instead of at the end of the statement - extracts timeout variable in two places - remove makeClient() unused method from metrics package No-harm changes tested via go build. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Oct 02, 2018
-
-
Alex Ellis authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Sep 30, 2018
-
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Burton Rheutan authored
Signed-off-by:
Burton Rheutan <rheutan7@gmail.com>
-
- Sep 28, 2018
-
-
Alex Ellis authored
-
Burton Rheutan authored
Signed-off-by:
Burton Rheutan <rheutan7@gmail.com>
-
Burton Rheutan authored
This commit adds a line to the issue template to request the faas-cli version and provider information to the issue template to help diagnose issues faster Signed-off-by:
Burton Rheutan <rheutan7@gmail.com>
-
- Sep 26, 2018
-
-
Frank Pommerening authored
Signed-off-by:
Frank Pommerening <frank@pommerening-online.de>
-
- Sep 25, 2018
-
-
Radoslav Dimitrov authored
Proceed with building the image only if it's not already available. Signed-off-by:
Radoslav Dimitrov <rdimitrow@gmail.com>
-
- Sep 23, 2018
-
-
Richard Gee authored
Signed-off-by:
Richard Gee <richard@technologee.co.uk>
-
Richard Gee authored
Within MakeScalingHandler() there is a call to GetReplicas() which was not returning an error when a non-200 http response was received from /system/function/. The call would also return a populated struct, so the perception was that a function existed an had been scaled to zero. This meant that the function would be added to the function cache and the code would continue into SetReplicas() where an attempt would be made to scale up a non-existent function. This change amends GetReplicas() so that it will return an error if the gateway returns anything other than a 200 reponse code from the /system/function/ endpoint. This causes MakeScalingHandler() to return earlier with an error indicating that the function could not be found. The cache.Set call is also moved to after the error check so that the cache is only updated to include existent functions. During investigations as to the cause of #876 tests were added to function_cache to check that Get() is behaving as intended when function exists and when not. Tests are also added to plugin/external to test that GetReplicas() and SetReplicas() are following their intended modes of operation when 200 and non-200 responses are received from the gateway. Signed-off-by:
Richard Gee <richard@technologee.co.uk>
-
- Sep 20, 2018
-
-
Alex Ellis authored
-
Alex Ellis authored
-
Marko Mudrinić authored
Signed-off-by:
Marko Mudrinić <mudrinic.mare@gmail.com>
-
Alex Ellis authored
-
- Sep 19, 2018
-
-
Alex Ellis (VMware) authored
- the path was converted to lowercase which meant the samples would not build, this fixes that error. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Martin Dekov (VMware) authored
Bumping the watchdog to 0.9.4 in mentioned places Signed-off-by:
Martin Dekov (VMware) <mdekov@vmware.com>
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
- this is a blocking issue for auth with Docker Swarm fixes #879 Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Sep 18, 2018
-
-
Alex Ellis authored
-
Alex Ellis authored
-
- Sep 17, 2018
-
-
Alex Ellis (VMware) authored
- the shutdown sequence meant that the kubelet was still passing work to the watchdog after the HTTP socket was closed. This change means that the kubelet has a chance to run its check before we finally stop accepting new connections. It will require some basic co-ordination between the kubelet's checking period and the "write_timeout" value in the container. Tested with Kubernetes on GKE - before the change some Pods were giving a connection refused error due to them being not detected as unhealthy. Now I receive 0% error rate even with 20 qps. Issue was shown by scaling to 20 replicas, starting a test with hey and then scaling to 1 replica while tailing the logs from the gateway. Before I saw some 502, now I see just 200s. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Sep 16, 2018
-
-
Burton Rheutan authored
This change adds link to the table of contents on the community.md file as well as adding links to return to top from the headers. Signed-off-by:
Burton Rheutan <rheutan7@gmail.com>
-
- Sep 15, 2018
-
-
Alex Ellis (VMware) authored
- The path clipping / transforming behaviour must be turned-off when we are not using direct_functions as is used in faas-nomad and faas-ecs. This will need a change in each provider to strip paths, but fixes a 404 error these users will see if they upgrade to 0.9.2 or newer. 0.9.3 will have a this fix meaning the whole un-edited path is passed to the provider when direct_functions is set to false. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Sep 14, 2018
-
-
Paulo Lopes authored
Signed-off-by:
Paulo Lopes <paulo@mlopes.net>
-
- Sep 12, 2018
-
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
- Sep 10, 2018
-
-
Alex Ellis (VMware) authored
- This commit moves us to faas-swarm 0.4.2 which uses basic auth (when enabled) to prevent functions or other services from accessing the administrative API endpoints. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Martin Dekov (VMware) authored
Bumping gateway to latest 0.9.2 release for docker-compose.yml and docker-compose-armhf.yml files Signed-off-by:
Martin Dekov (VMware) <mdekov@vmware.com>
-
Alex Ellis authored
This means any repos which redirect here will pick up the standard openfaas/faas guide instead of pointing to their local variant. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
- remove http client host override fix #847 - X-Forwarded-For and X-Forwarded-Host are usually handled by the ingress controller, if those headers are not set then the gateway will create them Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
- Sep 08, 2018
-
-
Burton Rheutan authored
Also, adjusted the previously added Chinese video to retain the Chinese title and placed it in order Signed-off-by:
Burton Rheutan <rheutan7@gmail.com>
-
Alex Ellis (VMware) authored
Also removes legacy MAINTAINERS file - this data is in .DEREK.yml Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
Adds distributed-copyright Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Vivek Singh authored
This commit adds basic authentication for `/system/async-report` endpoint. It also adds basic-auth secrets to `queue-worker` service which will be used for gateway calls to `/system/async-report`. Signed-off-by:
Vivek Singh <vivekkmr45@yahoo.in>
-
Alex Ellis (VMware) authored
Added video link Removed sample-functions link Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
Move Python example to use "return" and to use string formatting. Tested example on Docker Swarm. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-