Commit Graph

817 Commits

Author SHA1 Message Date
faf7f31a58 add rudimentary readme w/ env vars
Signed-off-by: Elliott Beach <elliott2.71828@gmail.com>
2017-10-23 16:22:51 +01:00
7b1c5bb3c3 added a blog post related to CI/CD pipeline
Signed-off-by: Ken Fukuyama <kenfdev@gmail.com>
2017-10-23 16:21:23 +01:00
f696d3930d Label support for Update handler
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-23 16:19:49 +01:00
e4a1ef2d6b Add label support to Swarm
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-23 16:19:49 +01:00
6584b8225b Reword hacking instructions 2017-10-23 16:16:24 +01:00
567ce93c03 Update HACK.md 2017-10-23 16:10:29 +01:00
ee88d42a14 Removed extra log statement on error
Signed-off-by: Burton Rheutan <rheutan7@gmail.com>
2017-10-23 15:13:30 +01:00
7fa03cb7a1 Updated watchdog readme with write_debug environment variable
Signed-off-by: Burton Rheutan <rheutan7@gmail.com>
2017-10-23 15:13:30 +01:00
b9f59f5150 Fixes 251. Set debug_write to false by default. Added log output of byte count when debug is false. Updated tests to match new default
Signed-off-by: Burton Rheutan <rheutan7@gmail.com>
2017-10-23 15:13:30 +01:00
b308388bc2 Added optional body to function calls
The optional body parameter to be passed to STDIN wasn't part of the previous swagger spec.

Signed-off-by: Lewis Cowles <lewiscowles@me.com>
2017-10-23 15:03:30 +01:00
1f04764481 Port NodeInfo to ARM64
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-21 13:02:22 +02:00
350442ee2d Add functions/gateway:arm64-0.6.6-beta2
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-21 13:02:22 +02:00
48df815d2c Correct image
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-21 13:02:22 +02:00
a7de20c29d Add sample, stack and port to ARM64
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-21 13:02:22 +02:00
b04dffdc2f Updates for referral code, additional instructions 2017-10-21 11:56:37 +01:00
d91fd07257 Fix guide README links and remove DO section
This fixes links in the guide/README.md so that they don't point to
master, instead they point to the doc relative to the version of the
README.md you're looking at.

It also removes the section from the DigitalOcean guide on costs, to
avoid the maintainence overhead.

Signed-off-by: John McCabe <john@johnmccabe.net>
2017-10-21 12:43:09 +02:00
b822c71d48 Add guide for OpenFaaS on DigitalOcean (Swarm)
This commit adds a guide to getting started with OpenFaaS running on
DigitalOcean, it includes simple single node swarms up to multi-node
behind a DigitalOcean load balancer.

Signed-off-by: John McCabe <john@johnmccabe.net>
2017-10-21 12:43:09 +02:00
f6bbe7d310 Bump master versions to latest release
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-20 22:09:55 +01:00
5d04373ded Update as per Chanwit's change to the main file 2017-10-20 22:03:14 +01:00
bb01b6579b change to use 3.3 spec to allow attachable network
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
2017-10-20 23:02:18 +02:00
329c0fc110 Added blog post to community
Signed-off-by: Burton Rheutan <rheutan7@gmail.com>
2017-10-20 22:58:16 +02:00
520a6b05a1 Commit unit tests for content-type order
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-20 22:47:30 +02:00
4d4a09fa19 Implement header pass-through
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-20 22:47:30 +02:00
6d5ae1af5b Fix content type pass through
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-20 22:47:30 +02:00
2e6af2433c Update CONTRIBUTING.md 2017-10-17 16:14:23 +02:00
e4d494a80b Update README.md 2017-10-16 11:51:10 +02:00
b32a3f30ea Remove '--name' in faas-cli invoke
Doc can not execute. '--name' is removed.
see:e097301414 (diff-6e522d40e6848a6eeeb12b0ab50cb97d)

Signed-off-by: eiji.ienaga <eiji.ienaga@gmail.com>
2017-10-15 23:22:17 +01:00
7f2a35cd21 Update community.md with slides
Signed-off-by: Alex Young <alex.young@myunidays.com>
2017-10-15 23:20:20 +01:00
d9889779cf Update community.md 2017-10-15 23:17:19 +01:00
99f12f803a Add ftrigger as a community project
ucalgary/ftrigger provides label-based triggers for OpenFaaS functions.
There is currently a working implementation for Kafka topic messages.

Signed-off-by: King Chung Huang <kinghuang@mac.com>
2017-10-15 23:16:39 +01:00
1b2f6648d5 update docs
Signed-off-by: Elliott Beach <elliott2.71828@gmail.com>
2017-10-15 23:11:53 +01:00
bc3f6d1351 Delete build.sh 2017-10-15 23:00:48 +01:00
958de00f71 Update README.md 2017-10-15 23:00:08 +01:00
6dc9ffbfce Convert function names to lowercase
Converts the function names in samples.yml to lowercase

Signed-off-by: Grant Sheehan <gsheehan@gmail.com>
2017-10-15 09:54:25 +01:00
9af6ff61b4 Secrets in requests
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-12 21:22:15 +01:00
b194264225 Update for #286 2017-10-12 16:14:16 +01:00
dde98eb582 Forward path and query string through proxy
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-11 18:57:00 +01:00
8ae81dad01 Update twitter: open_faas => openfaas
Signed-off-by: Mark Peek <markpeek@vmware.com>
2017-10-11 11:18:31 +01:00
da7af4a8fa Update TNS article title and link
Signed-off-by: John McCabe <john@johnmccabe.net>
2017-10-10 18:49:37 +01:00
e737af438f Add New Stack piece on OpenFaaS
Signed-off-by: John McCabe <john@johnmccabe.net>
2017-10-09 17:57:45 +01:00
4ce82e6ed6 Update .travis.yml 2017-10-09 11:42:39 +01:00
a100e9df45 Update secure token for publishing 2017-10-09 11:31:20 +01:00
0774a56ee3 deploy binaries 2017-10-09 10:38:09 +01:00
00d0c21dfc Correct to DOCKER_NS for Travis auto-push 2017-10-09 08:54:26 +01:00
1b9affabb4 make build fail when need to run gofmt & remove docker pull in travis
use golang 1.8.3 for gateway

Signed-off-by: Minh-Quan TRAN <account@itscaro.me>
2017-10-09 08:42:30 +01:00
38e0a9956f Updated travis.yml to not push 'latest' tag
Signed-off-by: Burton Rheutan <rheutan7@gmail.com>
2017-10-09 08:27:24 +01:00
9bd10a6649 rename catservice
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-08 09:10:12 +01:00
b7fbdb9ba2 Update README.md 2017-10-07 22:13:58 +01:00
9386bf82c6 Add Dockercon EU 2017-10-07 14:45:09 +01:00
c562ad2228 Added link to initial debugging discussion to guide/README.md
Signed-off-by: austinfrey <aafrey85@gmail.com>
2017-10-07 14:31:17 +01:00