-
-
The test block probably just needs a minor update but I'm not sure what it should be.
Currently it runs
```
test do
require "socket"
assert_match version.to_s, shell_output("#{bin}/fn…
-
The flow service already de-couples node state from nodes internally using the blobstore abstraction.
We would like to separate the semantics of a flow from handling of any data from that flow - …
-
When a function prints to standard error, its output is definitely reflected in the Fn server logs (so it is not a problem with the function not flushing the streams), but it is not always stored wher…
hhexo updated
7 years ago
-
This issue changes the Fn CLI to use a [verb][noun] structure, resulting in a more intuitive, human-readable approach that would bring a consistent feel to the CLI. It is a common pattern among other …
-
I'm still seeing hot functions creating an unbounded number of docker containers this is using the latest fn from master as of 8/31/2017
```
~/g/s/g/f/fn ❯❯❯ git log -n3 …
-
## Enviroment Infos:
Kubernetes Version: v1.7.0
Minikube Version: v0.23.0
## Issue Description:
I followed the instruction given in the kubernetes [documentation](https://github.com/fnproject/fn…
-
Running fn (0.4.11) in a Virtual Box Ubuntu 16 VM with Docker 17.09 (created and managed through Vagrant on Windows 10).
When I either try to run fn directly:
`fn start`
or use the indirect way o…
-
Currently a JSON event looks as follows:
```
{
"call_id":"01C3E63BQH47WG600000000000"
,"content_type":"application/json"
,"body":"\"Foo\""
,"protocol":{"type":"sync"
,"request_url":"http://l…
-
Hi,
i tried to execute your PHP code, but it does not work for me, the GO and node example just works fine.
```
# Initialize your function creating a func.yaml file
fn init --name hello-php
…