Commit Graph

2075 Commits

Author SHA1 Message Date
1060526274 Update README
Deduplicate training links

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2022-01-25 15:55:42 +00:00
cdb6baddda Deference channel
The defer close statement was causing issues in CI

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2022-01-24 16:41:30 +00:00
a07ef4c194 Use the latest license-check binary
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2022-01-24 16:09:12 +00:00
6abf1a6510 Move GitHub Actions to use Go 1.17
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2022-01-24 16:07:36 +00:00
12de8f7e6a blogs: add new post for 2022
Signed-off-by: Johan Siebens <johan.siebens@gmail.com>
2022-01-24 16:02:46 +00:00
feb649be86 Turn off query for usage for invocations
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2022-01-24 14:38:12 +00:00
d85d5e7239 Export new metrics for OpenFaaS Pro scaling
* Add service target metric
* Add service min replicas metric
* Add scale type metric

These combined allow new auto-scaling modes and parameters
for OpenFaaS Pro customers.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2022-01-24 14:30:08 +00:00
34735d61d0 Add co-marketing to EULA
For purposes of showing trusted users on website.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2022-01-18 16:05:07 +00:00
8a87b57ce1 Remove Slack references
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-12-08 09:32:00 +00:00
fe152ba69c Add Breu to end-users
Thanks to @debuggerpk for this submission.

Closes: #1665

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-11-01 14:37:14 +00:00
698713d21a Add open-containers label
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-10-22 10:16:06 +01:00
b52b15d7ce Remove commit message from GitHub Actions
This is not being consumed anywhere, so can be removed.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-10-22 10:16:06 +01:00
f7002cb6df Update link on build status badge
Change link to Github Actions, not Travis which is not in use.

Signed-off-by: Brian Wagner <briwagner@outlook.com>
2021-10-22 08:56:38 +01:00
4ed3b49c78 Update build status label to show Github Actions
This replaces Travis-CI badge which is no longer in use.

Signed-off-by: Brian Wagner <briwagner@outlook.com>
2021-10-22 08:56:38 +01:00
b5db22b968 Update expectations in contributing guide
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-10-07 14:23:21 +01:00
88616b1488 Add Richard for Derek curation 2021-10-05 20:10:24 +01:00
a9a77f0eca Update to Alpine 3.14 for base images
3.13 has vulnerabilities

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-07-27 09:29:43 +01:00
539f0a2c94 Remove queue folder from Docker build
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-07-26 17:31:09 +01:00
58394bb1de Migrate away from queue type in faas project
The queue type now resides in the provider, so that there is
no risk of a circular reference.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-07-26 17:31:09 +01:00
06a51373e2 Upgrade NATS client
For compatibility with newer NATS streaming version

https://github.com/openfaas/faas-netes/pull/819

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-07-26 17:31:09 +01:00
33c07e1ae8 Update ADOPTERS.md 2021-07-19 16:46:51 +01:00
b40db81842 Update community.md
Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
2021-07-13 14:00:41 +01:00
42ef2949ea adopters smashHit.eu
Signed-off-by: Tek Raj Chhetri <tekrajchhetri@gmail.com>
2021-07-06 11:26:28 +01:00
36e9398309 Create EULA.md 2021-06-15 15:07:03 +01:00
f0780198d3 blogs: add new post for 2021
Signed-off-by: Johan Siebens <johan.siebens@gmail.com>
2021-06-09 10:22:08 +01:00
833be2947e blogs: add new posts for 2021
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2021-05-24 16:01:44 +01:00
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
8ee050985c Add Waylay to ADOPTERS.md
Signed-off-by: SanderVanhove <sandervhove@gmail.com>
2021-04-29 15:02:11 +01:00
52d0165c3f Update ISSUE_TEMPLATE.md 2021-04-12 16:47:43 +01:00
1e416969a9 Update ISSUE_TEMPLATE.md 2021-04-12 08:25:01 +01:00
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
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
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
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
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
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
7763fa5d6f Update ISSUE_TEMPLATE.md 2021-02-10 18:29:48 +00:00
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
17584aaf9c Add link to image 2021-02-08 18:01:09 +00:00
15bc6bb9c5 Update README.md 2021-02-08 18:00:29 +00:00
9a58143c01 Update README.md 2021-02-08 18:00:10 +00:00
be78064234 Update .DEREK.yml 2021-02-08 17:31:15 +00:00
b50e51ffc5 Update .DEREK.yml 2021-02-06 10:16:48 +00:00
0962f9145f Update .DEREK.yml 2021-02-06 09:51:38 +00:00
de4c1d7713 Update .DEREK.yml 2021-02-06 09:40:23 +00:00
5c2bc2e0c7 Update .DEREK.yml 2021-02-04 08:09:09 +00:00
5fdeb664fb Blog posts updated till January 2021
Signed-off-by: Nitishkumar Singh <nitishkumarsingh71@gmail.com>
2021-02-04 07:28:18 +00:00
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
6fe10767ec Update CONTRIBUTING.md 2021-01-31 09:53:48 +00:00
6b014c43e2 Update .DEREK.yml 2021-01-31 09:41:09 +00:00