- Apr 22, 2020
-
-
Alex Ellis (OpenFaaS Ltd) authored
Enables publishing to various topics according to annotations on the functions. The function cache is moved up one level so that it can be shared between the scale from zero code and the queue proxy. Unit tests added for new internal methods. Tested e2e with arkade and the newest queue-worker and RC gateway image with two queues and an annotation on one of the functions of com.openfaas.queue. It worked as expected including with multiple namespace support. Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Alex Ellis (OpenFaaS Ltd) authored
The queue's name will be consumed by the queue worker to publish to other topics / slow queues. Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Alex Ellis (OpenFaaS Ltd) authored
Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Alex Ellis (OpenFaaS Ltd) authored
NATS moved its primary library to: github.com/nats-io/stan.go This commit synchronises the library in the gateway to match the queue worker. Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Martin Dekov authored
Adding Data Pipelines with OpenFaaS on K3s blog post in the community.md Signed-off-by:
Martin Dekov <mvdekov@gmail.com>
-
- Apr 21, 2020
-
-
Vivek Singh authored
Signed-off-by:
Vivek Singh <vivekkmr45@yahoo.in>
-
- Apr 20, 2020
-
-
Alex Ellis authored
-
Alex Ellis authored
-
Vivek Singh authored
Signed-off-by:
Vivek Singh <vivekkmr45@yahoo.in>
-
- Apr 05, 2020
-
-
Alex Ellis (OpenFaaS Ltd) authored
Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Kyle Brennan authored
Signed-off-by:
Kyle Brennan <kylos101@gmail.com>
-
Alex Ellis (OpenFaaS Ltd) authored
Propagates the context to upstream requests so that cancellation can cascade. Closes: #1501 by @SpaWn2KiLl which was not signed-off. Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Mehdi Yedes authored
Tracking Stripe Payments with Slack and faasd: https://myedes.io/stripe-serverless-webhook-faasd/ Signed-off-by:
Mehdi Yedes <mehdi.yedes@gmail.com>
-
- Mar 29, 2020
-
-
Kyle Brennan authored
Simplified language and reduced long running lines. Signed-off-by:
Kyle Brennan <kylos101@gmail.com>
-
Kyle Brennan authored
Use it to do load testing and observe scaling. Signed-off-by:
Kyle Brennan <kylos101@gmail.com>
-
wingkwong authored
Signed-off-by:
Wing-Kam Wong <wingkwong.code@gmail.com>
-
- Mar 26, 2020
-
-
Martin Dekov authored
Adding blog post by Sean Duffy to the commynity file Signed-off-by:
Martin Dekov <mvdekov@gmail.com>
-
- Mar 25, 2020
-
-
Alex Ellis (OpenFaaS Ltd) authored
Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Amir Movahedi authored
Signed-off-by:
Amir Movahedi <amir.gholzam@live.com>
-
- Mar 19, 2020
-
-
Alex Ellis (OpenFaaS Ltd) authored
Fixes: #1487 Regression introduced by 690da5ed Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Amal Alkhamees authored
Signed-off-by:
Amal Alkhamees <amalkms5@gmail.com>
-
Alex Ellis (OpenFaaS Ltd) authored
Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Douglas Jones authored
Signed-off-by:
Douglas Jones <d.m.jones2@gmail.com>
-
Douglas Jones authored
Signed-off-by:
Douglas Jones <d.m.jones2@gmail.com>
-
- Mar 17, 2020
-
-
Alex Ellis (OpenFaaS Ltd) authored
Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
- Mar 16, 2020
-
-
Amir Movahedi authored
Signed-off-by:
Amir Movahedi <amir.gholzam@live.com>
-
- Mar 14, 2020
-
-
Utsav Anand authored
Signed-off-by:
Utsav Anand <utsavanand2@gmail.com>
-
- Mar 12, 2020
-
-
Alex Ellis (OpenFaaS Ltd) authored
Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Alex Ellis (OpenFaaS Ltd) authored
This should be a "no-harm" change to use the namespace/sub- system definition for CounterOpts. Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Alex Ellis (OpenFaaS Ltd) authored
Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Alex Ellis (OpenFaaS Ltd) authored
* This experimental patch records metrics as invocations start so that the metrics can be used to make better scale to zero decisions in faas-idler. Tested with Kubernetes on a single-node cluster, metrics reported as expected. Existing metrics still report. Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
- Mar 08, 2020
-
-
Markus Hartmann authored
Signed-off-by:
Markus Hartmann <markush1986@gmail.com>
-
Carlos Eduardo authored
Signed-off-by:
Carlos de Paula <me@carlosedp.com>
-
- Mar 07, 2020
-
-
Alex Ellis authored
-
- Mar 05, 2020
-
-
Martin Dekov authored
Bumping basic auth plugin to newest 0.18.11 on all images Signed-off-by:
Martin Dekov <mvdekov@gmail.com>
-
Martin Dekov authored
Bumping gateway of arm armhf and x86-64 images to 0.18.11 Signed-off-by:
Martin Dekov <mvdekov@gmail.com>
-
hasheddan authored
Updates community.md with Crossplane + OpenFaaS talk link for Serverless Practitioners Summit - Kubecon EU 2020 Signed-off-by:
hasheddan <georgedanielmangum@gmail.com>
-
Burton Rheutan authored
Signed-off-by:
Burton Rheutan <rheutan7@gmail.com>
-
Burton Rheutan authored
Signed-off-by:
Burton Rheutan <rheutan7@gmail.com>
-
Alistair Hey authored
There was a case where a deployment with a single namespace on faas-netes would show the namespace suffix for all functions. we didn't need to show this because the gateway will proxy to the default namespace for fns without the namespace siffix. This was tested on Swarm (no suffix), faas-netes (single namespace, no suffix) and faas-netes, multi-ns, suffix shown. Signed-off-by:
Alistair Hey <alistair@heyal.co.uk>
-