Commit Graph

728 Commits

Author SHA1 Message Date
da222c5cb4 Update roadmap highlights 2017-07-26 19:20:13 +01:00
925cfc038a Update tech stack to include Kubernetes 2017-07-26 19:18:34 +01:00
4761361e63 Fix url in readme to cli repo
Signed-off-by: Steve Lacy <me@slacy.me>
2017-07-26 18:59:07 +01:00
1afa8fc6dc Update CONTRIBUTING.md 2017-07-26 18:57:13 +01:00
e29c2faf4e Update PULL_REQUEST_TEMPLATE.md 2017-07-26 18:56:01 +01:00
518d2f41a0 Add K8s specific files 2017-07-25 20:44:14 +01:00
ddc973c341 Watchdog - Write error / stack to caller. 2017-07-19 17:41:38 +01:00
cc3308a555 Relocate config_test to tests package and
Export struct members of GatewayConfig{}
2017-07-18 08:46:46 +01:00
457d0be78b Add GatewayConfig
Add env configurable readTimeout / writeTimeout
Add env-timeout test
Modify appropriate Dockerfiles

Signed-off-by: leigh schrandt <leigh@null.net>
2017-07-18 08:46:46 +01:00
a9774a9c2a Mention website 2017-07-17 21:51:59 +01:00
badd843719 Mention roadmap 2017-07-17 21:50:49 +01:00
b97bf9c48d Move star reference to TestDrive 2017-07-17 17:07:31 +01:00
a13736e5d2 Mention CLI 2017-07-17 17:06:16 +01:00
e1d03712c3 Update CONTRIBUTING.md 2017-07-17 10:11:44 +01:00
a36348ac13 Add OSS North America 2017-07-14 20:40:26 +01:00
567b8f0b35 Update ROADMAP.md 2017-07-14 15:55:47 +01:00
2ef1d9a557 Create CONTRIBUTING.md 2017-07-14 15:55:15 +01:00
317807d8a0 Comment out bind-mount 2017-07-13 13:00:49 +01:00
4cc299d4c8 Remove dependency on configuration files 2017-07-12 20:46:05 +01:00
283d311b08 Update vendoring via vndr 2017-07-12 20:30:56 +01:00
e1849a8f49 Update watchdog version 2017-07-12 17:11:04 +01:00
972fb16ca8 Update README.md 2017-07-12 13:52:03 +01:00
646ed468a7 Add walk-through comment to README 2017-07-11 13:27:31 +01:00
34ce182112 Add Git clone of faas-cli samples
RE: #105
2017-07-10 16:00:34 +01:00
a825bab6d6 Add Luke's blog 2017-07-10 12:48:40 +01:00
2a9eb68455 Update community.md 2017-07-10 12:31:10 +01:00
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
e4efd16086 Update ROADMAP 2017-07-09 21:55:11 +01:00
b77268c6cc Correct typo via pmuens 2017-07-07 08:49:11 +01:00
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
1edee09711 Add image name to README 2017-07-04 09:29:10 +00:00
32ac150832 Add sample scraping/automation example via Phantomjs
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-07-03 19:06:52 +01:00
12c12b1a47 Update ISSUE_TEMPLATE.md 2017-06-30 12:35:01 +01:00
2f0fce7a67 Add link to FaaS Figlet sample 2017-06-29 13:41:27 +01:00
f2f30ea21a Add newsletter and fusion meetup 2017-06-28 08:14:02 +01:00
db63962989 Add blog and event 2017-06-27 19:50:36 +01:00
79b13f685e Move to HA for gateway 2017-06-26 12:38:00 +01:00
8b593f348f Checkout a stable release for testing. 2017-06-26 10:42:38 +01:00
9a70a1b991 Add alertmanager Dockerfile for config 2017-06-22 16:22:45 +01:00
a38ce21a13 Merge branch 'master' of https://github.com/alexellis/faas 2017-06-22 16:15:07 +01:00
5becef76c7 Move Prometheus back to 1.5.2 2017-06-22 16:14:34 +01:00
bd3fe81cf9 Update docker-compose.yml 2017-06-22 15:52:07 +01:00
1dcab8874a Add Prometheus with config 2017-06-22 15:47:12 +01:00
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
0c2c757160 Add intro to managing images page. 2017-05-31 08:47:42 +01:00
7c32a20294 Move AlpineFunction to 0.5.6 2017-05-30 17:30:00 +01:00
f842e7f1f4 Move image to 0.5.6 2017-05-30 17:25:46 +01:00
eccf94295f Run unit tests before build
This modifies Dockerfile.build.* to run unit tests before build.
2017-05-30 17:10:34 +01:00
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
6f68b72c21 Update PULL_REQUEST_TEMPLATE.md 2017-05-27 10:16:56 +01:00