James Rawlings

Results 53 issues of James Rawlings

either as a git provider or a review system on top of another git provider.

kind/enhancement
priority/important-longterm
area/git-providers

After upgrading to the Jenkins 2.0 base image and updating a bunch of plugins [with this commit](https://github.com/fabric8io/jenkins-docker/commit/dc4dfd3e729ad63a0d603cdc5f2c37f007cc7dd8) I've started getting errors during the pipeline, I'm testing a nodejs project and...

After creating a new cluster on AWS using [stackpoint](https://stackpoint.io) we're seeing an error during pipelines, this log is from a new nodejs app when the pipeline uses Kubernetes client to...

CD (Continuous Delivery)

Using CR5 I created a simple container on a vagrant host using the autoscaler. After 20 seconds of being created I loose the fabric scope CLI commands. Stacktrace below. For...

fabric
bug
V1

Looks like PR builds are being triggered unexpectedly.

We can install by default the jenkins embeddable build status plugin https://wiki.jenkins.io/display/JENKINS/Embeddable+Build+Status+Plugin. So when we generate projects via our UI wizard we could update the readme to have the build...

openshift uses s2i which handles pushing and pulling from a docker registry however we ship a docker registry in fabric8 4.x to use when running on plain Kubernetes. I wonder...

When we deploy to Azure we should have an option to use the Azure IDM as an oauth provider.

The default nginx config [unsets the Authorization header](https://github.com/kubernetes/ingress/blob/cf732e8/controllers/nginx/rootfs/etc/nginx/template/nginx.tmpl#L403) which means forge fails to find it here https://github.com/fabric8io/fabric8-generator/blob/82ce81a/src/main/java/io/fabric8/forge/generator/keycloak/TokenHelper.java#L32-L39 For now we are overriding the unset and passing the Authorization header through...