Commit Graph

8 Commits

Author SHA1 Message Date
R. Tyler Croy 671ed879b2
Update some Ruby dependencies to include Sinatra 2.0.1
Thanks github for the notice!
2018-02-20 14:14:13 -08:00
R. Tyler Croy 6c311bc93d
Switch the container name to the new org 2018-02-20 14:08:37 -08:00
R. Tyler Croy 2fca701288
Add rubocop styling for funsies
This should help others contribute correctly too, so I hear.
2017-09-04 11:01:32 -07:00
R. Tyler Croy 1ed83a6b72
Refactoring the access to the Jenkins services through a caching DAO layer
MiniCache is not thread-safe (derp) so smashing a Concurrent::Hash into it
should solve that problem

RUBY AMIRITE
2017-09-04 09:05:53 -07:00
R. Tyler Croy ce0ba7e520
Properly build Puma, and other native gems, inside the container
This doesn't end up as big as I feared, so I'm rather pleased.

Fixes #3
2017-09-03 17:27:18 -07:00
R. Tyler Croy 9e8a768e11
Revert "Switch Canary to use Puma for its webserver instead of WEBrick"
This reverts commit c8a8d2c1b5.
2017-09-03 16:51:55 -07:00
R. Tyler Croy c8a8d2c1b5
Switch Canary to use Puma for its webserver instead of WEBrick 2017-09-03 16:26:00 -07:00
R. Tyler Croy 78719b0fce
Add the basic Canary app structure
This is derped along without any tests hard enough because I don't feel like
spending the time right now to come up with API shims for Sentry, whose data
types are nested AF.
2017-09-03 12:17:45 -07:00