- Feb 04, 2021
-
-
Alex Ellis authored
-
Nitishkumar Singh authored
Signed-off-by:
Nitishkumar Singh <nitishkumarsingh71@gmail.com>
-
- Feb 03, 2021
-
-
Alex Ellis (OpenFaaS Ltd) authored
Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
- Jan 31, 2021
-
-
Alex Ellis authored
-
Alex Ellis authored
-
Alex Ellis authored
-
Alex Ellis (OpenFaaS Ltd) authored
Version alpine:3.13 is now available Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Alex Ellis (OpenFaaS Ltd) authored
This appears to have broken CI at least three times now and prevented us from shipping a release binary for a tag. Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
- Jan 30, 2021
-
-
Vivek Singh authored
This commits updates version endpoint to use ProviderInfo and VersionInfo structs from faas-provider.GatewayInfo now uses ProviderInfo and VersionInfo structs. GatewayInfo is left within gateway. Consumer of this endpoint should use typed struct GatewayInfo to parse response. Signed-off-by:
Vivek Singh <vivekkmr45@yahoo.in>
-
- Jan 29, 2021
-
-
Simon Emms authored
Signed-off-by:
Simon Emms <simon@simonemms.com>
-
- Jan 23, 2021
-
-
Alex Ellis authored
-
- Jan 21, 2021
-
-
Alex Ellis (OpenFaaS Ltd) authored
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>
-
- Jan 20, 2021
-
-
Alex Ellis (OpenFaaS Ltd) authored
The faas-cli throws an error because it always expects a commit_message for the gateway version, and if it's null - it will crash. This only affects local development. The code in faas-cli should be changed to use a struct instead of casting to an interface. Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
- Jan 13, 2021
-
-
Peter Thaleikis authored
Signed-off-by:
Peter Thaleikis <peter.thaleikis@gmail.com>
-
Peter Thaleikis authored
Signed-off-by:
Peter Thaleikis <peter.thaleikis@gmail.com>
-
- Jan 06, 2021
-
-
Alex Ellis (OpenFaaS Ltd) authored
Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
- Dec 16, 2020
-
-
Alex Ellis (OpenFaaS Ltd) authored
This makes functions/alpine:latest into a multi-arch image. Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Alex Ellis (OpenFaaS Ltd) authored
Unit tests will be covered through the faas-netes certifier and through the Docker build of the gateway. 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
Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Alex Ellis (OpenFaaS Ltd) authored
This is part of the following activity: https://github.com/openfaas/docs/pull/249 Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
- Dec 11, 2020
-
-
Alistair Hey authored
There was an instance of the git commit message not being passed correctly to the build, thus returning nil on the faas-cli version command. Tested on a failing commit by amending the commit (keeping message) and getting CI to run green Signed-off-by:
Alistair Hey <alistair@heyal.co.uk>
-
- Dec 10, 2020
-
-
Alistair Hey authored
This fixes the Github Actions CI to publish the correct auth container tag. Previously it was using latest-dev not the git tag Signed-off-by:
Alistair Hey <alistair@heyal.co.uk>
-
Alex Ellis (OpenFaaS Ltd) authored
Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Alistair Hey authored
Signed-off-by:
Alistair Hey <alistair@heyal.co.uk>
-
Alistair Hey authored
Signed-off-by:
Alistair Hey <alistair@heyal.co.uk>
-
Alistair Hey authored
Signed-off-by:
Alistair Hey <alistair@heyal.co.uk>
-
Alex Ellis (OpenFaaS Ltd) authored
Polls every 100 ms instead of every 50ms for use with a new faas-netes PR: https://github.com/openfaas/faas-netes/pull/726 The call is much faster now, so this request should me made at a lower frequency. Also adds error handling for URL building in the external service query code. Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
- Dec 09, 2020
-
-
Alex Ellis (OpenFaaS Ltd) authored
Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
- Dec 05, 2020
-
-
Alex Ellis (OpenFaaS Ltd) authored
This patch changes the code which looks up service and appends them to the Exporter's list. It previously would create an endless list and cause a memory leak. Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
- Dec 04, 2020
-
-
Alex Ellis (OpenFaaS Ltd) authored
This is now covered by GitHub sponsors. Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
- Nov 17, 2020
-
-
Alex Ellis (OpenFaaS Ltd) authored
Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Alex Ellis (OpenFaaS Ltd) authored
This component now lives at: https://github.com/openfaas/classic-watchdog/ Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Alistair Hey authored
Fixes https://github.com/openfaas/faas/issues/1413 Fixes https://github.com/openfaas/faas-netes/issues/707 This fixes the Gateway UI not updating the invocation count automatically without a page reload. Tested by deploying on a local cluster and making sure invocations go up with and without namespace suffix Signed-off-by:
Alistair Hey <alistair@heyal.co.uk>
-
Gene Liverman authored
Signed-off-by:
Gene Liverman <gene@technicalissues.us>
-
- Nov 11, 2020
-
-
kobayashi authored
Signed-off-by:
kobayashi <abok.1k@gmail.com>
-
- Nov 02, 2020
-
-
Vivek Singh authored
Signed-off-by:
Vivek Singh <vivekkmr45@yahoo.in>
-
Vivek Singh authored
Signed-off-by:
Vivek Singh <vivekkmr45@yahoo.in>
-
Vivek Singh authored
This commit adds namespace in function names while logging metrics to prometheus, irrespective of the function is invoked with namespace suffix or not. This is also required to add multiple namespace support to faas-idler https://github.com/openfaas-incubator/faas-idler/issues/37 which is part of https://github.com/openfaas/faas-netes/issues/511 Signed-off-by:
Vivek Singh <vivekkmr45@yahoo.in>
-