Commit Graph

700 Commits

Author SHA1 Message Date
bed3ca97fa Minify example
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-28 18:38:39 +01:00
b4c5be54a9 Add Nginx config with docker secrets
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-28 18:38:39 +01:00
6f005d2240 Update README.md 2017-10-28 09:50:00 +01:00
1e54a6d289 Update README.md 2017-10-28 09:47:46 +01:00
9a9d556773 Update deployment_digitalocean.md 2017-10-28 09:47:16 +01:00
e6e92c0514 Update deployment_k8s.md 2017-10-28 09:47:09 +01:00
4e253b98c6 Update deployment_swarm.md 2017-10-28 09:47:06 +01:00
8e8bdcee5c Mention Go 2017-10-27 20:42:09 +01:00
30adb4fc0b Update contributor info 2017-10-27 20:39:49 +01:00
28d3e330c2 Support NATS.io streaming on ARMHF
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-27 15:41:21 +00:00
0248a5ea1d Return 500 if GET /system/functions fails
Signed-off-by: Alex Young <alex@heuris.io>
2017-10-27 15:38:03 +01:00
12a0c75e91 Add unit tests to build. Pin to specific Alpine tag.
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-26 21:02:50 +01:00
dce748e2a1 Re-order 2017-10-26 16:26:49 +01:00
fb8334c927 Update deployment_k8s.md 2017-10-26 16:15:28 +01:00
7e0162d615 Update README.md 2017-10-26 16:12:40 +01:00
eba20b53df Update asynchronous.md 2017-10-26 16:11:57 +01:00
601a1ae972 Add UI screenshot 2017-10-26 15:00:05 +01:00
997b0b744b Update deployment_k8s.md 2017-10-26 14:57:58 +01:00
ba8cc50ca4 Update README.md 2017-10-26 14:37:00 +01:00
065d676ead Mention command override 2017-10-26 14:29:37 +01:00
bd3ee3f1f4 Separate ARM64/ARM32 2017-10-26 09:49:08 +01:00
0e73bda6b6 Draft Quick guide for ARMHF / ARM64 fixes #307
Signed-off-by: rgee0 richard@technologee.co.uk

Adaptation of the swarm deployment and the morning coffee blog with changes made to address the differences required to enable the sample function to build and invoke correctly on an ARM.  Further work required to accommodate ARM64
2017-10-26 09:38:13 +01:00
acfcc73ddb Update items completed. 2017-10-25 20:33:13 +01:00
ec60d97518 Report async execution duration
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-25 19:40:33 +01:00
377520120c Update CONTRIBUTING.md 2017-10-25 08:32:50 +01:00
561e447133 Update MAINTAINERS 2017-10-25 08:30:20 +01:00
be4eea92a1 Add spinner during funciton invoke in the web ui
**What**
- Add a simple sinner when the function is invoked
- Disable the invoke button until the request returns

Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
2017-10-24 18:17:26 +01:00
fdbffa1e84 Update MAINTAINERS 2017-10-24 16:07:34 +01:00
73e702d908 Push to latest gateway version
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-23 19:05:27 +01:00
c92b462f36 Target blank for Logo / Link in Gateway UI 2017-10-23 17:38:03 +01:00
533118adbb Add link to www.openfaas.com on OpenFaaS Icon.
Signed-off-by: Thom Toogood <thomtoogood@gmail.com>
2017-10-23 17:35:02 +01:00
4d8ec68d0e Mention MIT headers. 2017-10-23 17:17:08 +01:00
06f0a2c953 add docs for GatewayConfig like WatchdogConfig
Signed-off-by: Elliott Beach <elliott2.71828@gmail.com>
2017-10-23 16:22:51 +01:00
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