samson
samson copied to clipboard
Web interface for deployments, with plugin architecture and kubernetes support
When I navigate to http://localhost:9080/deploys/recent it says: **_Failed to load more entries**_. When this page is navigated, an ajax call is made for **_http://localhost:9080/deploys/recent.json?page=1**_ and it returns 500 status code....
When deploying, the setup stage waits for a project lock and clones the repo. In cases where the project doesn't have the lock, [Samson will wait 10 minutes](https://github.com/zendesk/samson/blob/master/app/models/job_execution.rb#L186-L189) to try...
NPM install doesn't look nice. We should switch to using https://github.com/buildbox/terminal cc @zz85
It seems that the most recent version available on Docker Hub is [`v3346`](https://hub.docker.com/layers/zendesk/samson/v3346/images/sha256-1e1ae2cdf364dd7f665cc8632045d02bd0801adec9d17c6324a9a7cec3c00522?context=explore) but the most recent GitHub release is [`v3362`](https://github.com/zendesk/samson/releases/tag/v3362) I cannot see any builds more recent than `v3346`...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `rubygems` dependencies of...
Hi everyone, As i saw in the readme that Samson is currently under maintenance mode. So was wondering if you guys have any tools that is similar in functionality. There...