First merge. Basic additions to get the ball rolling:
start the web application via, vagrant up webapp, it is accessible via port 9000
/webhooks end point receives GitHub commit events
/rabbitmq is basic end point that proxies packets to rabbitmq
models.py contains a basic outline of the type of information we wish to store, where a unique input is commit + application, ie., adsws commit 234343 on staging
First merge. Basic additions to get the ball rolling:
vagrant up webapp
, it is accessible via port 9000/webhooks
end point receives GitHub commit events/rabbitmq
is basic end point that proxies packets to rabbitmqmodels.py
contains a basic outline of the type of information we wish to store, where a unique input iscommit
+application
, ie., adsws commit 234343 on staging