1803 Commits

Author SHA1 Message Date
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
Alex Ellis (OpenFaaS Ltd)
e302926f7c Set expectations for those seeking free support
False expectations from commercial users has been a source of
contention in Open Source since the beginning. This is designed
to help bring some empathy and understanding, and set more
realistic expectations for commerical users.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-10-17 11:18:28 +01:00
Karthick Prabu
1c9e122370 Updated basic auth plugin faas provider
Signed-off-by: Karthick Prabu <karthikprabu.cs@gmail.com>
2019-10-15 22:25:26 +01:00
scott.eppler
4ac782e5a4 Update WebhookStash sample-function to run as non-root user
Signed-off-by: scott.eppler <scott.eppler@coda.global>
2019-10-15 10:43:34 +01:00
scott.eppler
e4da7de692 Update WebhookStash sample-function to use new approach
I used AlpineFunction as the example to follow as suggested by
    @alexellis

Signed-off-by: scott.eppler <scott.eppler@coda.global>
2019-10-15 10:43:34 +01:00
scott.eppler
57c98dc0be Update MarkdownRender sample-function to run as non-root user
Signed-off-by: scott.eppler <scott.eppler@coda.global>
2019-10-15 10:43:34 +01:00
scott.eppler
fbcec74fd4 Update MarkdownRender sample-function to use new approach
I used AlpineFunction as the example to follow as suggested by
    @alexellis

Signed-off-by: scott.eppler <scott.eppler@coda.global>
2019-10-15 10:43:34 +01:00
scott.eppler
932d4449cb Update nmap sample-function to run as non-root user
Signed-off-by: scott.eppler <scott.eppler@coda.global>
2019-10-15 10:43:34 +01:00
scott.eppler
929dfb172a Update nmap sample-function to use new approach
I used AlpineFunction as the example to follow as suggested by @alexellis

Signed-off-by: scott.eppler <scott.eppler@coda.global>
2019-10-15 10:43:34 +01:00
Ruan Bekker
787c8f7a16 Add migration blog post
Signed-off-by: Ruan Bekker <rbekker87@gmail.com>
2019-10-12 07:54:50 +01:00
Alex Ellis (OpenFaaS Ltd)
55d804e319 Add DX as sponsor
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-10-10 13:17:38 +01:00
Alex Ellis (OpenFaaS Ltd)
25cf3a078c Update sponsors
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-10-10 13:16:00 +01:00
Kumar Utsav Anand
b14f43bca6 Add link to The OpenFaas Communtiy Call
Add link to The OpenFaas Communtiy Call held in 02-August-2019

Signed-off-by: Utsav Anand <utsavanand2@gmail.com>
2019-10-09 09:09:59 +01:00
Burton Rheutan
a0c7d76e2c Add blog post from burtonr
Migrate from Lambda to OpenFaaS blog post on
openfaas.com

Signed-off-by: Burton Rheutan <rheutan7@gmail.com>
2019-10-08 20:15:13 +01:00
Alex Ellis (OpenFaaS Ltd)
b46be5a4d9 Add wait during gateway roll-out
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-10-08 17:22:37 +01:00
Alex Ellis (OpenFaaS Ltd)
0d5e78131d Add debug for gateway service
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-10-08 16:19:05 +01:00
Alex Ellis (OpenFaaS Ltd)
162aec7466 Add whitespace for CI build
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-10-08 16:17:39 +01:00
Alex Ellis (OpenFaaS Ltd)
d6cf72bb39 Update/delete vendor files
Refreshed / updated vendor dependencies

Tested with "make".

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-10-08 08:16:08 +01:00
Lucas Roesler
f62bcb0736 Add blog post about CICD with github actions
**What**
- Add blog post to lucasroesler.com about CI/CD with Github Actions

Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
2019-10-06 22:25:33 +01:00
Jonatas Baldin
22b15fb0a9 Remove duplicated Secret struct
Signed-off-by: Jonatas Baldin <jonatas.baldin@gmail.com>
2019-10-05 18:58:47 +01:00
Jonatas Baldin
1cc93860d4 Add Namespace to Secret type
Signed-off-by: Jonatas Baldin <jonatas.baldin@gmail.com>
2019-10-05 18:58:47 +01:00
Vivek Singh
496c513bea Add PyCon india workshop to community events
Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
2019-10-05 10:00:56 +01:00
Alex Ellis (OpenFaaS Ltd)
73371d8bb8 Add 2x resources to community.md
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-10-02 11:42:39 +01:00
Josh Michielsen
56b73006c2 More order fixes
Signed-off-by: Josh Michielsen <github@mickey.dev>
2019-09-30 15:39:54 +01:00
Josh Michielsen
6f503fd087 Fix event order
Signed-off-by: Josh Michielsen <github@mickey.dev>
2019-09-30 15:39:54 +01:00
Josh Michielsen
cd388b0009 Add my new blog post
Signed-off-by: Josh Michielsen <github@mickey.dev>
2019-09-30 13:22:08 +01:00
Alex Ellis (OpenFaaS Ltd)
bb9c5119d0 Update Go environment to 1.11 in Travis
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-09-28 19:22:01 +01:00
sergioarmgpl
61a7f10edd Add Oscon 2019 OpenFaaS slides
Add Unlocking your serverless functions with OpenFaaS for AI chatbot projects presentation to the .community.md

We need to add this presentation for #events-in-2019

Signed-off-by: Sergio Méndez <sergioarm.gpl@gmail.com>
2019-09-28 08:14:48 +01:00
Craig Gumbley
75dd99685e Add openfaas-powershell-polaris template
This PR adds an entry for the openfaas-powershell-polaris template to the Projects, Samples, and Use Cases section of this document.

Signed-off-by: Craig Gumbley <craiggumbley@gmail.com>
2019-09-27 22:13:06 +01:00
Alex Ellis (OpenFaaS Ltd)
4d77785fe5 Shorten code examples
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-09-26 10:06:04 +01:00
Alex Ellis (OpenFaaS Ltd)
15019f1dcb Update intro text
Review from Keiran and Lucas Roesler

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-09-26 09:58:25 +01:00