1803 Commits

Author SHA1 Message Date
John McCabe
e244e5ca74 Fix envvar handling in deploy_stack.ps1
Adds the missing $env:BASIC_AUTH and $env:AUTH_URL envvars to the
windows deploy_stack.ps1 script.

Signed-off-by: John McCabe <john@johnmccabe.net>
2020-01-25 08:21:55 +00:00
Vivek Singh
9fd8a59b89 Update logs to reudce verbosity and consistency
Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
2020-01-24 12:39:16 +00:00
Alex Ellis (OpenFaaS Ltd)
6c1784e7dc Add notes
Adds a note requested by Lucas.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-01-21 12:21:13 +00:00
Alex Ellis (OpenFaaS Ltd)
fec9bf3ae5 Add note on Go modules
Addinga note now that faas-netes, k3sup, and the operator have
been migrated.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-01-21 12:08:08 +00:00
Alistair Hey
b9c43d53cd Add blog to community.md Serverless made accessible
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
2020-01-20 10:19:46 +00:00
Alistair Hey
409a199e7c Update community.md with more blog posts
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
2020-01-17 14:36:32 +00:00
Alex Ellis
ad708d4f3d
Trim curators list and rename BurtonR to lowercase 2020-01-17 08:37:45 +00:00
Alex Ellis (OpenFaaS Ltd)
7c6098b91f Remove 2x bronze sponsors
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-01-16 15:32:33 +00:00
Matevz Mihalic
794b245653 Update ADOPTERS.md
Signed-off-by: Matevz Mihalic <matevz.mihalic@gmail.com>
2020-01-16 14:39:27 +00:00
Vivek Singh
1b12ea841f Update API docs for secret update
Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
2020-01-07 19:57:24 +00:00
Alex Ellis (OpenFaaS Ltd)
4873e08d73 Add test to show TransferEncoding being passed to function
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-01-06 21:41:05 +00:00
Alex Ellis (OpenFaaS Ltd)
6a30ce1e36 Add transfer-encoding to watchdog env-vars if present
The Content-Type header must be ignored when the Transfer
Encoding is set to "chunked" because the length is unknown

Go sets this to -1 and we pass that onto the user:
https://golang.org/src/net/http/transfer.go

The value of Content_Length is currently set to -1 in this
scenario, however it caused some confusion for at least one
user in issue: #1422.

The Http_Transfer_Encoding value was tested by running the
watchdog on Linux with "env" as the fprocess and an extra
header to "curl"

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-01-06 21:41:05 +00:00
Alistair Hey
09b867559d Change the node example in readme to node12
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
2020-01-06 21:36:01 +00:00
Alistair Hey
250b3fccda Add various posts to the community.md file
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
2020-01-06 21:12:07 +00:00
Alistair Hey
faa8c75018 Add contributing to OF to community.md
I have also added the 2020 sections for blogs & events!

Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
2020-01-06 19:54:14 +00:00
Alex Ellis
64cbc2272e
Update CONTRIBUTING.md 2020-01-01 15:30:23 +00:00
Alistair Hey
cf6e9ed6b2 Add Alistair Hey Blog to community.md
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
2019-12-31 09:52:30 +00:00
Alistair Hey
3220e1b88f Fix Typo in community.md file
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
2019-12-30 19:54:04 +00:00
Alistair Hey
54d2447975 Update compose stacks to latest gateway and basic-auth
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
2019-12-27 18:55:03 +00:00
Alex Ellis (OpenFaaS Ltd)
80b6976c10 Update Golang versions to 1.12
Tested with local Docker build for each component.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-12-27 17:53:19 +00:00
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