Commit Graph

14 Commits

Author SHA1 Message Date
R. Tyler Croy 352f13c5cd
Timeouts out of Faraday are totally predictable.
Fixes #16
2017-12-22 11:43:18 -08:00
R. Tyler Croy f6d2c9b389
Quietly handle connection failures
Fixes #10
2017-12-19 16:02:03 -08:00
R. Tyler Croy 71a807b958
Use the jruby environment as the indicator of the General Available channel
I've been using my own instance as a secondary alpha channel.
2017-12-19 16:02:03 -08:00
R. Tyler Croy 2c2303a700
Prevent predictable response errors from Sentry from re-raising as errors
Fixes #11, #8
2017-12-19 08:46:43 -08:00
R. Tyler Croy 945c8003a4
Update the Jenkins DAO to reflect the new subdomains for Code Valet 2017-12-18 13:45:31 -08:00
R. Tyler Croy a156dc3288
Capture not found exceptions and avoid hitting sentry
Address #11 somewhat
2017-11-10 18:30:22 -08:00
R. Tyler Croy ae45baa18f
Include OpenSSL::SSL::SSLError in the list of expected network related errors
Fixes #2
2017-10-04 11:23:44 -07: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 3419d199e9
Catch invalid responses from Sentry's API and treat them as expected errors
Fixes #5
2017-09-04 10:30:57 -07:00
R. Tyler Croy 6e1a1ef172
Add the remainder of the Sentry DAO calls needed 2017-09-04 10:28:17 -07:00
R. Tyler Croy d67a9086c1
Add the Sentry DAO which presently covers the home page
Fixes #1, #2
2017-09-04 10:09:08 -07:00
R. Tyler Croy e0a67300fe
Ensure that the DAO::Jenkins calls properly ignore network errors but not others
Fixes #1
2017-09-04 09:35:23 -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 638ea446a9
Begin fetching Jenkins master related information to present in the Canary homepage
This app is obvs. still janky AF
2017-09-03 12:43:49 -07:00