James Strachan

Results 181 issues of James Strachan

when running the console at fabric8.cheese.com when we hit `Run...` the DOMAIN template parameter defaults to .vagrant.f8. We maybe should strip 'fabric8` off the current domain for the console if...

be nice to have copy/paste too

I was watching Viktor's [review of pkl](https://www.youtube.com/watch?v=Nm1ioWPRRVQ) and the lack of syntax highlighting shouted me when running `pkl eval` on the command line. I'm so used to color based syntax...

we may want updatebot to merge PRs which pass CI jobs if the repo has automerge enabled we may want to enable auto merge for all repos in an org...

it might be nice to run updatebot on any github repos without needing write access. Right now UpdateBot generates PRs by creating a temporary branch on each downstream project. A...

as we wanna run npm commands in jenkins inside a different container; so need to run `npm` CLI tools inside the `npm` container rather than the same docker container as...

one common issue is that folks add new downstream repositories or find new downstream repositories after a release has been made when the `push` command was run. So it'd be...

right now we have to do an `npm install` then `npm list --json > foo.txt` to get the NPM dependency tree. it'd be nice to have some kind of caching...

npm

to show * which repos push which dependencies in a tree * which dependencies in each repo are not pushed * which dependencies conflict

it'd be nice if we had a simple convention over configuration way to find the `updatebot.yml` so we don't have to mention it explicitly inside the `Jenkinsfile` e.g. look in...