James Strachan

Results 134 comments of James Strachan

this looks interesting https://dependabot.com though it doesn't support Java yet - and supporting Java is actually quite complex (handling maven BOMs, maven properties and so forth plus handling maven dependencies...

note that if we did include the subscription configuration inside the git repository, we'd need to make sure we list the github org + branch(s) for the subscription to avoid...

@sathishvj I wonder if you could try create a fresh branch from master and cherry pick the changes you want (maybe squashing too) into the new branch and submitting a...

Another idea would be a little microservice to watch elasticsearch logs for common errors and if we see the UnknownHostException we show an alert/warning to the user that there may...

how did you install fabric8? Looks like a permission issue on the Persistent Volume for jenkins

I guess we could even use a `ThirdPartyResource` for the Approval so apps could watch its status; though I worry about it being too easy for some bad app to...

maybe the REST API should just be you POST some YAML/JSON key/value to the service URL and get back a Location header of the URL to GET to find the...

that was running minishift via `minishift start --vm-driver=xhyve --memory=9000 --cpus=5 --disk-size=50g` too btw

Triggering the DeploymentConfig's by hand in the openshift console seemed to fix it. I guess we should ditch DeploymentConfigs for the jenkins tenant!

Is the Jenkins app running? Can you use the console to open the Jenkins console - did the project get created & does the build work? It looks like for...