Jeff Hanke

Results 11 issues of Jeff Hanke

Ran into this with `app-authentication`. It has a `.bosco` dir from a while ago, so even when it's checked out as part of the `registration` team, bosco thinks `registration/app-authentication` is...

I ran into a problem where `bosco morning` didn't update one of the repos in my team folder because it had been removed from the github team. However, `bosco run...

When running a service that wants to use a missing version of node, bosco will hang, even if you tell it to install the version with `-i`. I think this...

Right now we just use `nodeVersion` from `bosco-service.json` and we aren't semver about what we use. We should allow `nodeVersion` to be semver and also fall back to `.nvmrc` when...

Expand the work on s3push to all bosco commands. Example from http://jenkins.tescloud.com/job/job-github/2724/console: ``` + bosco --configFile /.bosco/bosco.json repo-team tes 'Machine Users' '.*' [10:40:39] Bosco: Talk to me, talk sense so...

Use the callback version of exec instead of stream event callbacks for these use-cases, it should be a very short-running call. https://github.com/tes/bosco/commit/2b64f065c0ed57fb7e2c45a83d42725ae33efba3 https://github.com/tes/bosco/commit/bc9a09d6eb4317dfb8cee07e8f961f3d5366c4ab

The `bosco setup` command correctly links a directory to a team, but if you specify a directory you're not in, the subsequent `clone` command it tries to run fails. ```...

We need to wrap our `JSON.parse()` calls in `try`/`catch` so we can give helpful output when it fails.

Mainly to utilize `.dockerignore`. Using `tar` to bundle up the files and send them is fine and dandy, but we currently don't obey `.dockerignore` and we don't want to be...

New in docker 1.6, we can label images and containers I propose we use this so a bosco knows if it's the one that started a container, so it won't...