octopusci
octopusci copied to clipboard
A multi-branch continuous integration server
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
This might be a "someday" type of feature, but it would be cool if there is spare capacity to run my specs and cukes at the same time on two...
It would be nice if pull requests for specific branches got updated by octopusci with info about those brranches builds and failures.