samson
samson copied to clipboard
Web interface for deployments, with plugin architecture and kubernetes support
would be nice to deploy with imagePullPolicy Never and then rely on local images, to avoid the whole registry upload/download dance
If you misconfigure authentication, say by mis-spelling "GITHUB_ORGANIZATION" or failing to provide this environment variable, then the default is for Samson to allow all Github users to authenticate to it....
While investigating an issue where git clones failed I found no command output was being logged. There's two different classes involved in running commands via the `ensure_tag_in_git_repository` code path where...
just a few ideas on the topic in case anyone is interested - check last deploy and not cancelled - serial ... Pipeline + PipelineExecution + PipelineStep - only modify...
The @channel is not desired in our use-case. Sometimes we're just deploying a branch to staging that doesn't have any PRs in it because we are just directly pushing to...
app/decorators seem to be a problem with that ... so need some workaround like removing it from autoload_paths ... ideally never adding it in the first place with some rails...
we need to do discover once per cluster and api version and then reuse that for parallel clients so for example dup a cached+discovered client and replace it's connection ......
I realize this is probably not possible right now because of https://github.com/zendesk/samson/issues/51, but it would be nice if the GitHub create deployment API would show up with the actual deployer...
I was looking through a pull request this morning and noticed the following  Turns out this is a part of [GitHub's Deployment API](https://developer.github.com/v3/repos/deployments/) and it's pretty nifty. It would...
Hey, I can't figure out how to add a release branch to a project from my local samson instance, I keep getting:  When logging in, samson asked for read...