Reed Allman

Results 29 issues of Reed Allman

since we've accomplished #1055 now and the logs API is gone, there is no default logging story for functions for users that run `fn start`. this is kinda bad. there...

``` === RUN TestBasicConcurrentDetachedExecution fatal error: concurrent map read and map write goroutine 1182 [running]: runtime.throw(0x1006393, 0x21) /usr/local/go/src/runtime/panic.go:617 +0x72 fp=0xc00379f8b0 sp=0xc00379f880 pc=0x439e12 runtime.mapaccess1_faststr(0xef6880, 0xc001b3ea80, 0xff1dd1, 0xe, 0x0) /usr/local/go/src/runtime/map_faststr.go:21 +0x469 fp=0xc00379f920...

closes #1474 see linked issue above for some details of the saga. this patch does a number of things in order to accomplish the goal of sending user logs to...

if we send out versions of fdks, sdks and cli then we can track usage of these things over time from metrics, allowing us to deprecate older things easily in...

``` --- FAIL: TestPlainNoEvict (4.46s) agent_evict_test.go:200: submit should not error! Timed out - server too busy agent_evict_test.go:209: unexpected error ``` circle build: https://circleci.com/gh/fnproject/fn/5511 has happened a couple of times, it...

https://github.com/moby/moby/tree/master/client has most of what we need (have actually done this before, it's a little tedious). there are some weird things like attach which don't map perfectly. it would be...

it would be great if functions and triggers had a field such as: ``` status: disabled ``` which would allow a user to turn a function or trigger off. say,...

waiting

currently, deploying a function in another directory can be done in 2 ways: ``` $ cli deploy func-dir $ cli deploy --working-dir func-dir ``` can we reduce this to one...

posting to help/save anyone from trying this if they search beforehand, though it'd be great if there was an easy fix, this has potential anyway for an easy but solid...

With #988 and #1036 in place, we can have immutable function versions with just a little bit more work. We need to capture the sha of a docker image at...

waiting