deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 41 forks source link

Enhance builder software design #333

Closed smothiki closed 8 years ago

smothiki commented 8 years ago

Make server struct configurable add more details like functions to configure healthchecks and buildhooks and git receive handlers

server { port[s], healthcheck (), Runserver(s), gitreceive hook handler(), buildhook.handler(), } Just ideas and more ideas are welcome before next builder refactor.