Drew De Ponte
Drew De Ponte
That way users are aware of its existance without having to dig through code and can understand a crucial component of being able to change functions that return Results with...
This is important in the case where octopusci-tentacles is restarted because of config changes but you don't want to have to restart apache and the web app for those changes...
Right now we can technically do this now that @jbaugh has added his git clone fix so that repos are cloned to reponame-owner instead of reponame. However, this doesn't help...
This view should probably reside at the following URI: http://octopusci.yourcompany.com/defcon This view should show you a listing of all of the repositories that Octopusci is managing and the status of...
The reason this is valuable is in the scenario where you have a lot of output and have had to scroll down a long ways, it is annoying to have...
This is basically a light weight API request that will return a JSON object which will provide the status of the most recent build of a specific branch name in...
It does this even if a warning is just output to the stderr. I think that the reasoning for this is because IO.popen() doesn't support stderr capturing and therefore when...
A plugin should be developed that sends notifications to Flowdock. https://www.flowdock.com/help/api_gem
It would be nice if pull requests for specific branches got updated by octopusci with info about those brranches builds and failures.