1246 Commits

Author SHA1 Message Date
Michael Herman
024c1e1b7a fixed whitespace for the python example
Signed-off-by: Michael Herman <hermanmu@gmail.com>
2018-03-03 17:42:46 +00:00
Ken Fukuyama
4cc51adffb added missing return statement
Signed-off-by: Ken Fukuyama <kenfdev@gmail.com>
2018-03-03 17:41:56 +00:00
Ken Fukuyama
d96674468c fixed another missing closing tag.
Signed-off-by: Ken Fukuyama <kenfdev@gmail.com>
2018-03-03 17:41:56 +00:00
Ken Fukuyama
a6a657295f fixed ES6 syntax accidentally used in JavaScript.
fixed markup closing typo.

Signed-off-by: Ken Fukuyama <kenfdev@gmail.com>
2018-03-03 17:41:56 +00:00
Alex Ellis
76526b0be3 Bump LTS Go version
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2018-03-03 17:36:33 +00:00
Alex Ellis
fdc7f08ba2 Pass along status code
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2018-03-03 17:36:33 +00:00
Alex Ellis
7120e4c5f4 Apply comments and naming conventions to HTTP proxy
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2018-03-03 17:36:33 +00:00
Alex Ellis
26e0de3497 Remove Golang reverseproxy and use http Client
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2018-03-03 17:36:33 +00:00
Alex Ellis
67bda365cd
Update for non-function based deployments
Fixes #551
2018-03-03 10:58:34 +00:00
Alex Ellis (VMware)
1e4b0e3c0b Update swagger for function query
Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
2018-03-01 08:34:32 +00:00
Alex Ellis (VMware)
b67d0526ce Expose function endpoint from underlying provider
Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
2018-03-01 08:34:32 +00:00
Ivan Mikushin
8dd646cf5a Add AvailableReplicas field to requests.Function
Signed-off-by: Ivan Mikushin <imikushin@vmware.com>
2018-03-01 08:26:05 +00:00
Alex Ellis
e337b0df5b
Update performance_testing.md 2018-03-01 08:15:43 +00:00
Vivek Singh
62900cf46e added go duration support for read_timeout, write_timeout, exec_timeout in watchdog
Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>

updated testcases

applied go fmt to readconfig

Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>

added requested changes in code review

Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
2018-02-27 18:05:55 +00:00
Burton Rheutan
ed6a09f71f Added 2 blog posts and 1 repo by burtonr to community.md
Signed-off-by: Burton Rheutan <rheutan7@gmail.com>
2018-02-25 16:36:02 +00:00
Alex Ellis
8f8e337dcc Bump tags for Gateway / FaaS-Swarm
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2018-02-25 12:42:27 +00:00
Vivek Singh
368bd1680d update read/write timeout config in seconds
Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>

updated gateway image tag to new release version
2018-02-25 12:35:39 +00:00
Ken Fukuyama
365e348865 upgraded angularjs from 1.5.5 to 1.6.9
The $https service deprecated the `success` method, so changed `success`
to `then`.

This will fix #528

Signed-off-by: Ken Fukuyama <kenfdev@gmail.com>
2018-02-25 12:07:41 +00:00
Alex Ellis
29bb3aa7c6
Update HACK.md 2018-02-25 12:03:35 +00:00
Alex Ellis
0169eae9ee
Update HACK.md 2018-02-25 12:01:26 +00:00
Ken Fukuyama
ead18a3059 Fixed UI to use relative paths for ajax requests in order to work with kube proxy.
This fixes issue #519.

Signed-off-by: Ken Fukuyama <fukuyama@supersoftware.co.jp>
2018-02-25 11:55:54 +00:00
Alex Ellis
bcc74f5dc6
Update wrong tag - dev to latest 2018-02-25 11:54:52 +00:00
John McCabe
19e7f4639e Complete bump to 0.7.1 watchdog and repo.
Also bumps golang builder version to 1.9.4 for sample functions.

Signed-off-by: John McCabe <john@johnmccabe.net>
2018-02-25 11:54:21 +00:00
John McCabe
4e9d999554 Bump gateway and watchdog tags/versions
This commit bumps the non-arm gateway from 0.7.0 to 0.7.1 and the arm
variants from 0.6.9 to 0.7.0.

It also updates all watchdog versions to the 0.7.1 release.

Signed-off-by: John McCabe <john@johnmccabe.net>
2018-02-25 11:54:21 +00:00
Stefan Prodan
1c2b5c4ceb Scaleway bare-metal blog post:
- Installing OpenFaaS on top of Kubernetes on bare-metal with Terraform Scaleway provider and kubeadm

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2018-02-24 15:03:24 +00:00
Alex Ellis
d012c46162
Update README.md 2018-02-23 08:23:29 +00:00
Alex Ellis
a96bf1de94
Update README.md 2018-02-23 08:22:57 +00:00
HeroC
c118e691f8 flag should be '-g' or '--gateway'
Signed-off-by: cc <herochinese.cc@gmail.com>
2018-02-22 11:40:15 +00:00
Ivana Yovcheva
f17fa618cb Add iyovcheva to list of maintainers
Signed-off-by: Ivana Yovcheva <iyovcheva@vmware.com>
2018-02-21 12:42:26 +00:00
Alex Ellis
bbb21894af
Update community.md 2018-02-19 08:57:11 +00:00
Alex Ellis
8f8209c9a0
Add my new full-time OF blog post 2018-02-19 08:47:29 +00:00
Laurent Grangeau
5ebaf25054 Add conferences around France
Signed-off-by: Laurent Grangeau <laurent.grangeau@gmail.com>
2018-02-15 18:53:14 +00:00
Alex Ellis
140cee66af
Clarify timeouts 2018-02-15 17:04:27 +00:00
Alex Ellis
35a9dbebe1
Update deployment_swarm.md 2018-02-15 16:57:45 +00:00
Alex Ellis
6fe9d22658
Update deployment_k8s.md 2018-02-15 16:57:44 +00:00
Alex Ellis
763f485679
Update ISSUE_TEMPLATE.md 2018-02-14 10:26:58 +00:00
Alex Ellis
4b9c7639c4
Update to latest GW 2018-02-14 10:23:01 +00:00
Vivek Singh
b12a4d0bf2 adds Go durations for timeout configs
Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>

applied go fmt on config_test file

Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>

removes extra line in config_test

Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
2018-02-10 18:46:23 +00:00
Frank Pommerening
c601a6761f Add community activities
Signed-off-by: Frank Pommerening <frank@pommerening-online.de>
2018-02-10 16:09:38 +00:00
Alex Ellis
6eca86f31e
Update README.md 2018-02-07 09:13:48 +00:00
Alex Ellis
bf91f3f0a7 Move samples.yml to default name of stack.yml, upgrade to 0.7.0 in all samples
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2018-02-06 22:00:24 +00:00
Alex Ellis
7e7442e8d3 Move Dockerfile to dockerfile
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2018-02-06 21:42:54 +00:00
Alex Ellis
3e4ebcc315
Update community.md 2018-02-06 16:36:08 +00:00
Alex Ellis
0dc5581da2
Add Perl blog 2018-02-06 16:34:07 +00:00
Alex Ellis
065f6744e2
Update TestDrive.md 2018-02-06 09:09:43 +00:00
rgee0
1ee0d31f28 Moved supported Docker version to 17.06 to enable 3.3 of compose
Signed-off-by: rgee0 <richard@technologee.co.uk>
2018-02-05 17:27:12 +00:00
Eric Stoekl
a6ab248ffb Add Deploying OpenFaaS On Azure AKS Blog Post
Signed-off-by: Eric Stoekl <ems5311@gmail.com>
2018-02-05 17:26:40 +00:00
Alex Ellis
cb1f76a51f Inject arm64 store at build time
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2018-02-05 08:42:13 +00:00
Alex Ellis
6bf605789a Rename arm contrib files
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2018-02-05 08:23:49 +00:00
Alex Ellis
b79d11d07f Update arm64 Dockerfile
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2018-02-04 21:48:25 +00:00