James Strachan

Results 181 issues of James Strachan

So I've noodled the opencompose examples and I love their concise nature. What worries me is leaky abstractions and keeping in sync with all the detail in kubernetes and keeping...

extension-model

this kinda came up in various discussions https://github.com/redhat-developer/opencompose/issues/138#issuecomment-303726800 https://github.com/redhat-developer/opencompose/pull/149#issuecomment-306184475 https://github.com/redhat-developer/opencompose/issues/47#issuecomment-305821903 and is kinda a follow on from the `App` idea proposal: https://github.com/redhat-developer/opencompose/issues/138#issuecomment-303726800 what if we added a `secrets` property which...

stage/design
kind/proposal

it'd then be much easier to render in UIs and tools (e.g. web consoles) - as rendering asciidoc is not the most trivial of things?

so that folks can create empty projects and use them

forge

would be really handy for doing designers so that folks could make small changes & have it reflected immediately in the runtime in development

fission looks a great way to take functions in scripting languages like nodejs / ruby / python and turn them into HTTP services: http://fission.io/ it'd be nice to reuse funktion's...

the hawtio folks can help on this one as we've a similar UI already for installing stuff on kubernetes (using fabric8 app zips) which we can probably easily port into...

enhancement
feature

we've found its useful to have a few different modes when 'installing'. The default 'create' mode would let the user pick which things to install. The update modes would allow...

feature
future