1783 Commits

Author SHA1 Message Date
Alex Ellis (OpenFaaS Ltd)
b45e2a52a4 Bump alpine to 3.11
There's a new release which appears to have no apparent down-
sides or breakages.

https://www.alpinelinux.org/posts/Alpine-3.11.2-released.html

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-12-27 10:08:02 +00:00
Lucas Roesler
76e463a7a0 Always apply the function prefix trim for async functions
**What**
- Always apply the `FunctionPrefixTrimmingURLPathTransformer` when
  enqueueing async function requests. This ensures that the context
  information sent to the function is correct

Resolves #85

Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
2019-12-25 17:40:39 +00:00
Alex Ellis (OpenFaaS Ltd)
7445998092 Remove queue-worker from arm builds
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-12-24 13:59:46 +00:00
Alex Ellis (OpenFaaS Ltd)
b9a3476bca Add providers
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-12-19 16:26:00 +00:00
Alistair Hey
59b7839236 Change how and when we fetch and parse namespace info
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
2019-12-19 10:32:46 +00:00
Alex Ellis (OpenFaaS Ltd)
2fd7989d3f Update video links
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-12-17 11:43:35 +00:00
Alex Ellis
db47a8c3f5
Update ratehub logo for Chris 2019-12-17 08:22:00 +00:00
Alistair Hey
04fead5eab Hide the namespace selector when on swarm or <2 K8s ns
We now hide the new namespace dropdown selector when
there is only 1 namespace, or when we are on swarm
This is also hidden in the function create page and
the function detail page

Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
2019-12-15 17:06:20 +00:00
Utsav Anand
d90288143d Update travis link from .org to .com
Signed-off-by: Utsav Anand <utsavanand2@gmail.com>
2019-12-10 19:37:52 +00:00
Edward Wilde
509ea710e9 Update core OpenFaaS component in docker-compose
Signed-off-by: Edward Wilde <ewilde@gmail.com>
2019-12-10 11:16:27 +00:00
Bruno Miguel Custódio
03dc8824d2 Support customising the NATS Streaming channel.
Signed-off-by: Bruno Miguel Custódio <brunomcustodio@gmail.com>
2019-12-10 11:15:52 +00:00
Alex Ellis (OpenFaaS Ltd)
3422bdcce9 Update contributing
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-12-09 11:36:04 +00:00
Richard Gee
400398a8a4 Remove Richard from Core members list
Signed-off-by: Richard Gee <richard@technologee.co.uk>
2019-12-09 11:27:42 +00:00
Alex Ellis (OpenFaaS Ltd)
25a9f4aab7 Remove deprecated guides
The guides are either moved due to being out of date, or being
surpassed by the workshop or main documentation site.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-12-08 12:28:36 +00:00
Alistair Hey
5a4cc68a98 Fix Typo in readme
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
2019-12-04 09:37:59 +00:00
Alex Ellis
74bb257823 Update deprecated "faas" to "openfaas" in provider field
Needed due to CLI updates.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-12-01 08:48:27 +00:00
Martin Heinz
bbbeed2a25 Add link to blog post
I wrote blog post about OpenFaaS templates, which I'd like to add to
community page.

Signed-off-by: Martin Heinz <martin7.heinz@gmail.com>
2019-11-30 10:36:37 +00:00
Alex Ellis (OpenFaaS Ltd)
4d4ecc6bbf Add -run-healthcheck flag
This flag is useful for some users that prefer a scratch image
that cannot execute a bash healthcheck. Instead they can execute
the watchdog itself such as:

"watchdog -run-healthcheck"

It will return a non-zero exit code for when the lock file is not
found.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-11-28 20:26:28 +00:00
Alex Ellis
ba9ece8a86
Add Bronze GitHub Sponsor 2019-11-28 16:43:54 +00:00
Alex Ellis (OpenFaaS Ltd)
1ba9756770 Update backers file
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-11-28 14:09:02 +00:00
Alex Ellis
c41b664090
Update BACKERS.md 2019-11-28 13:48:29 +00:00
Alistair Hey
2f683ba236 Add Namespace indicator on Function page part of #1379
This is a precursor to adding a dropdown for namespaces
selection (#1379)

Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
2019-11-25 13:58:33 +00:00
Goncalo Oliveira
d4d832db4c Update ADOPTERS.md
Include Fonix Telematics in the list of OpenFaaS adopters.

Signed-off-by: Goncalo Oliveira <goncalo.oliveira@fonixtelematics.com>
2019-11-25 11:12:17 +00:00
Alistair Hey
7e1af57921 Allow users to create functions in a non-default NS from ui
This allows a uswer to select a non-standard (not openfaas-fn)
namespace from the UI to deploy a function into.

Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
2019-11-25 11:11:48 +00:00
Alistair Hey
dd0608d36c Add Namespace Dropdown to Gateway UI
This PR adds a namespace dropdown for the openfaas
namespaces. If a user has non-default namespaces
installed then a user can select that namespace,
view functions in that namespace, invoke them from
the UI and delete them from that namespace.

Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
2019-11-25 11:11:48 +00:00
Bruno Miguel Custódio
365f459b3f Allow for customizing the name of the target NATS Streaming cluster.
Signed-off-by: Bruno Miguel Custódio <brunomcustodio@gmail.com>
2019-11-25 10:52:39 +00:00
Burton Rheutan
ff5ec39e4d Add 2 blog posts from November
Signed-off-by: Burton Rheutan <rheutan7@gmail.com>
2019-11-24 15:54:32 +00:00
Alex Ellis
c7b53955cf
Update .DEREK.yml 2019-11-21 05:45:11 -08:00
Alex Ellis (OpenFaaS Ltd)
d22720865d Add guidlines for Slack
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-11-17 08:00:23 -08:00
Michael Gasch
92bf7f37c8 Add vCenter Event Broker Appliance to projects
The vCenter Event Broker Appliance (VMware Fling) uses OpenFaaS to
trigger functions based on vSphere events.

Signed-off-by: Michael Gasch <mgasch@vmware.com>
2019-11-15 11:53:02 +00:00
Mitul Golakiya
a82dc39ce4 Added Emerging Technology Meetup Surat event
Signed-off-by: Mitul Golakiya <mtl.golakiya@gmail.com>
2019-11-13 20:34:04 +00:00
Lucas Roesler
2bd6383dc8 Update swam provider version in compose to 0.8.2
**What**
- Bump faas-swarm vesion to latest, 0.8.2
- Bump arm64 and armhf sevices to their latest versions
- The docker-compose files were invalid when deployed directly because
  the auth url was not configured.  Set the default for basic auth to
  false to make this a valid configuration

Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
2019-11-09 11:49:31 +00:00
Pablo Chico de Guzman
4822e4141b Add painless development by ramiro at serverless summit 2019
Signed-off-by: Pablo Chico de Guzman <pchico83@gmail.com>
2019-11-05 12:03:54 +00:00
Alex Ellis (OpenFaaS Ltd)
aedd1ffa04 Add Derek badge
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-11-03 13:11:06 +00:00
Alex Ellis (OpenFaaS Ltd)
90560ce4b8 Fix markdown for community.md
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-11-03 11:10:52 +00:00
Alex Ellis
d3785016e9
Enable release notes feature for Derek
This feature enables notes to be collected from all merged/closed
PRs since the last release. The notes are then set/saved on the
release body field.
2019-11-01 15:05:09 +00:00
Alex Ellis (OpenFaaS Ltd)
49e21258fd Add interviews
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-11-01 08:53:42 +00:00
Alex Ellis (OpenFaaS Ltd)
a39ed5534b Add CTOAdvisor as BACKER
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-10-31 19:31:16 +00:00
chrisrichard
f89d6c7c56 Update ADOPTERS.md
Include Ratehub in the list of OpenFaaS adopters.

Signed-off-by: Chris Richard <chris.richard@ratehub.ca>
2019-10-30 16:48:25 +00:00
Alex Ellis (OpenFaaS Ltd)
3d228f716d Add link for Rejekts
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-10-29 08:33:30 +00:00
Alex Ellis (OpenFaaS Ltd)
108d59cf61 Update events for November
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-10-28 09:03:47 +00:00
Alex Ellis
60afb7d210
Add utsavanand2 2019-10-27 09:03:54 +00:00
Alex Ellis
4383c3319e
Add some users to Derek 2019-10-27 09:01:58 +00:00
Alex Ellis
7104cb433d
Enable hacktoberfest filtering 2019-10-25 11:43:33 +02:00
Alistair Hey
9855e2f92c ISSUE-1360: change to looking for lower-case reponse from dockerhub when tag isnt present.
The response for an image tag that has not been found is inside a JSON elemnt of "message" not the stated "details", it has also been lower-cased.

Signed-off-by: Alistair Hey <alistair.hey@gmail.com>
2019-10-21 11:50:25 +01:00
Alex Ellis (OpenFaaS Ltd)
672b7c48b7 Add tiers
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-10-20 16:37:18 +01:00
Alex Ellis (OpenFaaS Ltd)
040819b41c Bump faas-provider to 0.12.0
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-10-19 10:51:24 +01:00
Burton Rheutan
d58d37dd1f Add 2 events in Oct to community file
Signed-off-by: Burton Rheutan <rheutan7@gmail.com>
2019-10-17 12:26:15 +01:00
Alex Ellis (OpenFaaS Ltd)
aba6806fcd Update wording for contributing
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-10-17 11:23:03 +01:00
Alex Ellis (OpenFaaS Ltd)
336e7b6e21 Is Open Source free?
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-10-17 11:20:56 +01:00