- Apr 05, 2018
-
-
Alex Ellis authored
-
Alex Ellis authored
-
Alex Ellis authored
-
Alex Ellis authored
Keeping documentation up to date
-
Alex Ellis authored
-
- Apr 04, 2018
-
-
Alex Ellis authored
Closes #627 - thanks @dkozlov Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Apr 03, 2018
-
-
Alex Ellis authored
Mentions not terminating lines with punctuation Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
Routeless proxy allowed no HTTP path to be given when a Header X-Function: name was given. This has been deprecated - I am unaware of any usage of the feature. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
Get is a supported method so this test failed, I've now changed this to an unsupported method - i.e. HEAD to trigger the error and keep the test. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis authored
-
Vivek Singh authored
Update the NodeInfo sample function to use latest watchdog version (0.7.7) to support both GET and POST method. Signed-off-by:
Vivek Singh <vivekkmr45@yahoo.in>
-
- Apr 02, 2018
-
-
Alex Ellis authored
-
Alex Ellis authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Mar 31, 2018
-
-
Alex Ellis authored
-
Alex Ellis authored
-
Alex Ellis authored
-
Alex Ellis authored
-
Alex Ellis authored
Adds link to the under-construction docs site and the new workshop.
-
Michael Herman authored
Signed-off-by:
Michael Herman <hermanmu@gmail.com>
-
Michael Herman authored
Signed-off-by:
Michael Herman <hermanmu@gmail.com>
-
- Mar 29, 2018
-
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Ivana Yovcheva (VMware) authored
Update queue-worker version to latest 0.4.3 in docker compose Signed-off-by:
Ivana Yovcheva (VMware) <iyovcheva@vmware.com>
-
Marcos Lilljedahl authored
Signed-off-by:
Marcos Lilljedahl <marcosnils@gmail.com>
-
- Mar 28, 2018
-
-
rgee0 authored
Signed-off-by:
rgee0 <richard@technologee.co.uk>
-
- Mar 27, 2018
-
-
Alex Ellis (VMware) authored
Proxy body was being passed correctly due to placement of defer statement. This has been moved into outer scope to resolve issue. Tested with new e2e tests in certifier component. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
HTTP proxy was not passing query-string upstream. This change reinstates the behaviour through TDD - adding test coverage and automated regression testing. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Mar 26, 2018
-
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
Forwarded requests were being logged in the function metrics and I saw this when doing some testing on auto-scaling with K8s. This change removes the call to the Prometheus notifier for any calls which are forwarded to the provider and retains them for the functions. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis authored
Updated to show how to use namespaces with Kubernetes Also updates the timeouts for gateways newer than 0.7.7
-
- Mar 24, 2018
-
-
Alex Ellis (VMware) authored
If the watchdog is sent SIGTERM from an external process then it should stop accepting new connections and attempt to finish the work in progress. This change makes use of the new ability in Go 1.9 and onwards to cancel a HTTP server gracefully. The write_timeout duration is used as a grace period to allow all in-flight requests to complete. The pattern is taken directly from the offical example in the Golang documentation. [1] Further tuning and testing may be needed for Windows containers which have a different set of signals for closing work. This change aims to cover the majority use-case for Linux containers. The HTTP health-check is also invalidated by creating an and expression with the existing lock file. Tested with Kubernetes by deploying a custom watchdog and the fprocess of `env`. Log message was observed when scaling down and connections stopped being accepted on terminating replica. Also corrects some typos from previous PR. [1] https://golang.org/pkg/net/http/#Server.Shutdown Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis authored
0.7.7 allows direct function access bypassing the provider - this makes the throughput increase and skips a HTTP hop that is no longer required. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Eric Stoekl authored
Signed-off-by:
Eric Stoekl <ems5311@gmail.com>
-
- Mar 23, 2018
-
-
Marko Mudrinić authored
Signed-off-by:
Marko Mudrinić <mudrinic.mare@gmail.com>
-
Ken Fukuyama authored
Since IE doesn't work well with `.click()` (because of access denied) we can take advantage of the `navigator.msSaveOrOpenBlob`. https://stackoverflow.com/questions/46232980/click-giving-access-denied-in-ie11/46233123#46233123 Signed-off-by:
Ken Fukuyama <kenfdev@gmail.com>
-
Ivana Yovcheva authored
MouseEvent initialization was failing on IE11. Add a separate case for IE11 that fixes the issue. Signed-off-by:
Ivana Yovcheva <iyovcheva@vmware.com>
-
Ivana Yovcheva authored
window.crypto is throwing an error on IE11 which required a modification to use window.msCrypto instead in case of running on IE11 Signed-off-by:
Ivana Yovcheva <iyovcheva@vmware.com>
-
John Callaway authored
Added blog post, podcast episode, 3 speaking engagements, and author to a 2017 blog/podcast row to fix formatting. Signed-off-by:
John Callaway <john@1north.com>
-
David Muckle authored
This will replace the gateway URL showing up as the title. Signed-off-by:
David Muckle <dvdmuckle@dvdmuckle.xyz>
-