James Strachan
James Strachan
Note this might already be fixed - just adding it as a note to be sure its done... If you have N OpenShift templates and/or Kubernetes JSON files, we'll need...
## 🚀 Feature `protobuf` prefers composition of messages instead of inheritance. Its very common for HTTP GET requests to take common nested filter messages which then leads to a verbose...
to reproduce: * create a `microservice` app on minishift + fabric8 * update the source code to trigger a second build * the 2nd system test now fails It seems...
ideally we'd be able to add the builder functions inside the JUnit test case - maybe with some kind of annotated method? ``` @RunWith(Arquillian.class) public class MySysTest { @ArquillianResource KubernetesClient...
so it'd be awesome to add the behaviour of fabric8-arquillian to [Kubernetes Workflow](https://github.com/fabric8io/kubernetes-workflow) so that folks can get the same kind of ability in the Jenkinsfile but using any language...
seems to be regression since the new kubernetes client. Only tested on kubernetes so far. Normally when you run 'mvn fabric8:apply' or 'mvn fabric8:recreate' then after an RC is recreated/updated...
it'd be awesome to get a visual clue of tests running in an environment (maybe status of running/failed/succeeded/aborted and a count of tests pass/fail maybe?) then maybe a blob of...
so gogs can be configured to use http or https; we've code that would like to use whichever flavour is being used. https://github.com/fabric8io/fabric8/blob/master/forge/fabric8-forge-core/src/main/java/io/fabric8/forge/rest/main/GitUserHelper.java#L44-44 I added @Protocol("http") as otherwise this results...
its gonna be handy to run a local docker build as if it were part of a kubernetes cluster; but without having to push the image onto kubernetes and create...
if the C header file uses C enums then we can generate go code of the form `C.enum_` which doesn't compile; so using something simpler like `uint32` fixes it this...