358 Commits

Author SHA1 Message Date
Alex Ellis
e1849a8f49 Update watchdog version 2017-07-12 17:11:04 +01:00
Alex Ellis
972fb16ca8 Update README.md 2017-07-12 13:52:03 +01:00
Alex Ellis
646ed468a7 Add walk-through comment to README 2017-07-11 13:27:31 +01:00
Alex Ellis
34ce182112 Add Git clone of faas-cli samples
RE: #105
2017-07-10 16:00:34 +01:00
Alex Ellis
a825bab6d6 Add Luke's blog 2017-07-10 12:48:40 +01:00
Alex Ellis
2a9eb68455 Update community.md 2017-07-10 12:31:10 +01:00
Alex Ellis
2188dbb43c Refresh README (#104)
* Refresh README
- Remove links out to Tweets / earlier development
- Feature CLI usage on front page
2017-07-10 08:51:52 +01:00
Alex Ellis
e4efd16086 Update ROADMAP 2017-07-09 21:55:11 +01:00
Alex
b77268c6cc Correct typo via pmuens 2017-07-07 08:49:11 +01:00
Alex Ellis
4d05896798 Watchdog refurbishments
- Watchdog - allow new methods with and without body.
- Enforce hard-timeout via exec_timeout variable.
- Correct bug in timeouts for read/write of HTTP.
- Documentation for new verbs and hard timeout.

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-07-07 08:49:11 +01:00
Alex Ellis
1edee09711 Add image name to README 2017-07-04 09:29:10 +00:00
Alex Ellis
32ac150832 Add sample scraping/automation example via Phantomjs
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-07-03 19:06:52 +01:00
Alex Ellis
12c12b1a47 Update ISSUE_TEMPLATE.md 2017-06-30 12:35:01 +01:00
Johnny Mkhael
2f0fce7a67 Add link to FaaS Figlet sample 2017-06-29 13:41:27 +01:00
Alex Ellis
f2f30ea21a Add newsletter and fusion meetup 2017-06-28 08:14:02 +01:00
Alex Ellis
db63962989 Add blog and event 2017-06-27 19:50:36 +01:00
Alex Ellis
79b13f685e Move to HA for gateway 2017-06-26 12:38:00 +01:00
Alex Ellis
8b593f348f Checkout a stable release for testing. 2017-06-26 10:42:38 +01:00
Alex Ellis
9a70a1b991 Add alertmanager Dockerfile for config 2017-06-22 16:22:45 +01:00
Alex Ellis
a38ce21a13 Merge branch 'master' of https://github.com/alexellis/faas 2017-06-22 16:15:07 +01:00
Alex Ellis
5becef76c7 Move Prometheus back to 1.5.2 2017-06-22 16:14:34 +01:00
Alex Ellis
bd3fe81cf9 Update docker-compose.yml 2017-06-22 15:52:07 +01:00
Alex Ellis
1dcab8874a Add Prometheus with config 2017-06-22 15:47:12 +01:00
Alex Ellis
7a88b9beec Temporarily removing PWD button
Is not working as expected - does not add config files into alertmanager/prometheus.
2017-06-22 15:38:46 +01:00
Alex Ellis
0c2c757160 Add intro to managing images page. 2017-05-31 08:47:42 +01:00
Alex Ellis
7c32a20294 Move AlpineFunction to 0.5.6 2017-05-30 17:30:00 +01:00
Alex Ellis
f842e7f1f4 Move image to 0.5.6 2017-05-30 17:25:46 +01:00
Sebastien Guilloux
eccf94295f Run unit tests before build
This modifies Dockerfile.build.* to run unit tests before build.
2017-05-30 17:10:34 +01:00
Sebastien Guilloux
9e711b3b5d Handle private docker registry auth
This adds support for private docker registries, by adding
an optional `registryAuth` field in the CreateFunctionRequest.
Auth must be passed as base64-encoded basic auth, similar to
how done in Docker file store credentials (~/.docker/config.json).
Credentials are then passed to swarm at service creation.
2017-05-30 17:10:34 +01:00
Alex Ellis
6f68b72c21 Update PULL_REQUEST_TEMPLATE.md 2017-05-27 10:16:56 +01:00
Amir Chaudhry
81f42607ae add link to slide deck for GlueCon talk 2017-05-25 19:12:38 +01:00
Richard Gee
a28e33d335 Adding the domain to Johnny's serverless link 2017-05-24 10:10:57 +01:00
Alex Ellis
b5ebe07d7f Update community.md 2017-05-24 08:47:06 +01:00
Alex Ellis
72f98a6a42 Update community.md 2017-05-24 08:44:30 +01:00
Alex Ellis
f9d75dd7c1 Update community.md 2017-05-24 08:39:44 +01:00
Alex Ellis
f2a1b74324 Add 2x by Johnny 2017-05-24 08:35:22 +01:00
Marcos Nils
e6b4c051d8 Add try in pwd button. (#84)
* Add try in pwd button.
2017-05-23 20:51:23 +01:00
Alex Ellis
aa2e5d525b Document envVars to create method 2017-05-18 09:16:54 +01:00
Alex Ellis
cbbdbca12d Correct for typo - found by sebgl 2017-05-16 09:43:15 +01:00
Alex Ellis
235a5799b0 PWD only works with DNS-RR 2017-05-11 08:34:35 +01:00
Alex Ellis
1ab2576bf6 Move to functions/gateway:0.5.5 2017-05-11 08:33:00 +01:00
Alex Ellis
9a70973e00 Update DEV.md 2017-05-11 08:18:13 +01:00
Alex Ellis
c7cd074a68 Document cgi_headers 2017-05-11 08:15:00 +01:00
Alex
cc0d351e69 Watchdog - enable forwarding of HTTP headers via CGI-like env vars. 2017-05-09 09:13:42 +01:00
Alex
201d2c20de Requests update 2017-05-08 13:42:14 +01:00
Alex Ellis
9e3eaea754 Pass env-vars to functions via API gateway 2017-05-08 13:42:14 +01:00
Alex Ellis
024bd5419b Format and add multi-stage Dockerfile 2017-05-08 13:42:14 +01:00
Alex Ellis
968002c15f Extract magic variables for server 2017-05-08 13:42:14 +01:00
Alex Ellis
0b2d3ea6c0 Move static files to ui folder 2017-05-08 13:42:14 +01:00
Alex Ellis
9417044870 Update with Windows function. 2017-05-08 10:26:11 +01:00