2004 Commits

Author SHA1 Message Date
Vivek Singh
b40db81842 Update community.md
Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
2021-07-13 14:00:41 +01:00
Tek Raj Chhetri
42ef2949ea adopters smashHit.eu
Signed-off-by: Tek Raj Chhetri <tekrajchhetri@gmail.com>
2021-07-06 11:26:28 +01:00
Alex Ellis
36e9398309
Create EULA.md 2021-06-15 15:07:03 +01:00
Johan Siebens
f0780198d3 blogs: add new post for 2021
Signed-off-by: Johan Siebens <johan.siebens@gmail.com>
2021-06-09 10:22:08 +01:00
Carlos Tadeu Panato Junior
833be2947e blogs: add new posts for 2021
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2021-05-24 16:01:44 +01:00
Alex Ellis
b767995195
Update on assertion frameworks
Add clearer notes on assertion frameworks not being accepted 
into the codebase.

Ref: https://github.com/openfaas/certifier/pull/72
2021-05-12 17:54:48 +01:00
Sander Vanhove
8ee050985c Add Waylay to ADOPTERS.md
Signed-off-by: SanderVanhove <sandervhove@gmail.com>
2021-04-29 15:02:11 +01:00
Alex Ellis
52d0165c3f
Update ISSUE_TEMPLATE.md 2021-04-12 16:47:43 +01:00
Alex Ellis
1e416969a9
Update ISSUE_TEMPLATE.md 2021-04-12 08:25:01 +01:00
Alex Ellis (OpenFaaS Ltd)
767eb2f050 Remove commit message line
This isn't required as it's no longer injected into the
build of the gateway.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-04-11 19:15:08 +01:00
Alex Ellis (OpenFaaS Ltd)
a6dbb4cd02 Update faas-provider to include new field
Includes CreatedAt

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-03-11 21:06:33 +00:00
Alex Ellis (OpenFaaS Ltd)
f8576d5b5d Return error from upstream when calling list functions
This is currently being hidden and needs to be bubbled up
into the logs to show an issue with calling list functions
during a deletion in faasd.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-02-27 20:18:34 +00:00
Lucas Roesler
089cd332b8 Add explicit test for the logging notifier middleware
**What**
- Add unit test that verifies the behavior of the logging middleware in
  various reponse cases

Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
2021-02-27 09:53:31 +00:00
Alex Ellis (OpenFaaS Ltd)
048a90a150 Reduce cache expiry
Reduce cache expiry to help support issues where a function
may be scaled down by a user, when it is still in use.

The 5s cache meant that all requests would fail until the
expiry. The 250ms setting is a 20x reduction.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-02-26 12:24:55 +00:00
Alex Ellis (OpenFaaS Ltd)
4bdb580ae7 Update provider to v0.17.0
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-02-26 08:53:26 +00:00
Alex Ellis
7763fa5d6f
Update ISSUE_TEMPLATE.md 2021-02-10 18:29:48 +00:00
Alex Ellis (OpenFaaS Ltd)
d5b98a7078 Restore the X-Call-Id for synchronous calls
This appears to have been removed inadvertently whilst
adding scale from zero logic into the gateway.

Going forward, synchronous and asynchronous calls will have a
header populated.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-02-10 09:47:09 +00:00
Alex Ellis
17584aaf9c
Add link to image 2021-02-08 18:01:09 +00:00
Alex Ellis
15bc6bb9c5
Update README.md 2021-02-08 18:00:29 +00:00
Alex Ellis
9a58143c01
Update README.md 2021-02-08 18:00:10 +00:00
Alex Ellis
be78064234
Update .DEREK.yml 2021-02-08 17:31:15 +00:00
Alex Ellis
b50e51ffc5
Update .DEREK.yml 2021-02-06 10:16:48 +00:00
Alex Ellis
0962f9145f
Update .DEREK.yml 2021-02-06 09:51:38 +00:00
Alex Ellis
de4c1d7713
Update .DEREK.yml 2021-02-06 09:40:23 +00:00
Alex Ellis
5c2bc2e0c7
Update .DEREK.yml 2021-02-04 08:09:09 +00:00
Nitishkumar Singh
5fdeb664fb Blog posts updated till January 2021
Signed-off-by: Nitishkumar Singh <nitishkumarsingh71@gmail.com>
2021-02-04 07:28:18 +00:00
Alex Ellis (OpenFaaS Ltd)
e017ead0c5 First impressions - introducing yourself and your use-case
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-02-03 11:35:44 +00:00
Alex Ellis
6fe10767ec
Update CONTRIBUTING.md 2021-01-31 09:53:48 +00:00
Alex Ellis
6b014c43e2
Update .DEREK.yml 2021-01-31 09:41:09 +00:00
Alex Ellis
5f6ddbc311
Add enduser message for Derek 2021-01-31 09:35:53 +00:00
Alex Ellis (OpenFaaS Ltd)
77be2f3403 Update to latest Alpine base image
Version alpine:3.13 is now available

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-01-31 09:23:55 +00:00
Alex Ellis (OpenFaaS Ltd)
f98213a428 Remove git commit message from binary
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>
2021-01-31 09:23:55 +00:00
Vivek Singh
82cd46ef2a Update version info endpoint
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>
2021-01-30 14:53:57 +00:00
Simon Emms
11d28b14cc Add HM Planning Inspectorate to Adopters
Signed-off-by: Simon Emms <simon@simonemms.com>
2021-01-29 12:32:04 +00:00
Alex Ellis
66ccea614c
Update README order, add book 2021-01-23 15:28:39 +00:00
Alex Ellis (OpenFaaS Ltd)
949e218758 Update GitHub Actions to Go 1.15 runtime
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-01-21 19:04:22 +00:00
Alex Ellis (OpenFaaS Ltd)
7ce266adc0 Migrate to Go modules
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-01-21 19:04:22 +00:00
Alex Ellis (OpenFaaS Ltd)
2e2250afe8 Use a placeholder commit message for development
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>
2021-01-20 12:02:15 +00:00
Peter Thaleikis
87d563664a Update title
Signed-off-by: Peter Thaleikis <peter.thaleikis@gmail.com>
2021-01-13 14:05:21 +00:00
Peter Thaleikis
98bf5e8f7e Adding blog article
Signed-off-by: Peter Thaleikis <peter.thaleikis@gmail.com>
2021-01-13 14:05:21 +00:00
Alex Ellis (OpenFaaS Ltd)
680d536dc3 Update README
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-01-06 21:56:47 +00:00
Alex Ellis (OpenFaaS Ltd)
83d3a1ef87 Publish multi-arch alpine base
This makes functions/alpine:latest into a multi-arch image.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-12-16 22:34:57 +00:00
Alex Ellis (OpenFaaS Ltd)
27f5c34389 Remove CI tests for Swarm
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>
2020-12-16 10:03:19 +00:00
Alex Ellis (OpenFaaS Ltd)
e341cbeb76 Revise use of term "docker"
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-12-16 10:02:34 +00:00
Alex Ellis (OpenFaaS Ltd)
3f98c856e5 Remove Swarm references
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-12-16 10:01:21 +00:00
Alex Ellis (OpenFaaS Ltd)
8a5b3123e0 Remove Swarm resources from faas repo
This is part of the following activity:

https://github.com/openfaas/docs/pull/249

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-12-16 09:58:26 +00:00
Alistair Hey
a2bdc94f00 Fix parsing github commit status to container
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>
2020-12-11 21:30:22 +00:00
Alistair Hey
272ae94b50 Use correct tag on publishing basic-auth container
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>
2020-12-10 15:58:54 +00:00
Alex Ellis (OpenFaaS Ltd)
f1ad13bfa6 Correct typo in GitHub Action
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-12-10 14:55:42 +00:00
Alistair Hey
ca3d53c0a5 Add publish step to github actions
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
2020-12-10 14:54:38 +00:00