samson icon indicating copy to clipboard operation
samson copied to clipboard

Web interface for deployments, with plugin architecture and kubernetes support

Results 86 samson issues
Sort by recently updated
recently updated
newest added

Hi Team, We're using Samson (**v2488**) for our deployments for about 12 apps with 4-5 stages for each. For automated deploys, we trigger the **Generic** web-hook via a scheduled bash-script...

this fails because deployment deletion logic is very complicated and tests break when we do not fake a 404 to avoid rollback

When creating a stage you can choose kubernetes roles to ignore. If you select more than one (add row) it will auto check the ignore box. When you click save...

If I split my screen 50/50, the `New` button on https://samson.zende.sk/secrets no longer responds to clicks. ![image](https://user-images.githubusercontent.com/48660846/59572764-a2d71200-90f2-11e9-871d-82e7bc80259a.png) At full screen it works, but I wanted side by side with some...

I would like to restrict deployment access per stage or environment. An example use case is to allow junior developers to deploy to staging and senior developers to deploy to...

Looking at [/plugins/gcloud/app/controllers/gke_clusters_controller.rb#41](https://github.com/zendesk/samson/blob/935bb353ab9c2dc15bd8a1e119195b8226087bbb/plugins/gcloud/app/controllers/gke_clusters_controller.rb#L41), the `CLOUDSDK_CONTAINER_USE_CLIENT_CERTIFICATE` variable is hardcoded to `True` (ignoring any ENV currently set with the same name), which seems to be primarily be used for the P12 style...

As per https://github.com/zendesk/samson/issues/2744 the PATH variable leaks into our jobs and this can impact using rbenv. When samson is launched with `bundle exec puma`, it prepends the directory `/var/www/samson/releases/1/vendor/bundle/ruby/2.5.0/bin` to...

At the moment Samson relies heavily on Github. It would be great to see Bitbucket support added.

enhancement

![](https://cl.ly/c46bc7b7de05/Image%202018-09-05%20at%203.12.11%20PM.png) /cc @zendesk/samson ### Tasks - [ ] :+1: from team ### Risks - Level: Low

It could be great to be able to _define the stages_ and associated commands to run from a YML files like travis and co... ``` yml deploy: stages: demo: command:...

enhancement