Go to file
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
app Timeouts out of Faraday are totally predictable. 2017-12-22 11:43:18 -08:00
assets Clean up the styling to be a bit more readable 2017-10-04 11:23:44 -07:00
scripts Add rubocop styling for funsies 2017-09-04 11:01:32 -07:00
spec Include OpenSSL::SSL::SSLError in the list of expected network related errors 2017-10-04 11:23:44 -07:00
views Adjust the templates to handle canary on its own domain 2017-12-15 07:54:34 -08:00
.gitignore Add rubocop styling for funsies 2017-09-04 11:01:32 -07:00
.rubocop.yml Add rubocop styling for funsies 2017-09-04 11:01:32 -07:00
Dockerfile Multi-stage builds, wheee 2018-02-20 14:08:37 -08:00
Gemfile Add rubocop styling for funsies 2017-09-04 11:01:32 -07:00
Gemfile.lock Update some Ruby dependencies to include Sinatra 2.0.1 2018-02-20 14:14:13 -08:00
Jenkinsfile always should always be in a post {} 🔥 2017-09-04 09:09:17 -07:00
LICENSE Initial commit 2017-08-26 11:37:12 -07:00
Makefile Update some Ruby dependencies to include Sinatra 2.0.1 2018-02-20 14:14:13 -08:00
README.adoc Correct the build badge 2017-12-19 08:53:33 -08:00
config.ru Clean up the styling to be a bit more readable 2017-10-04 11:23:44 -07:00

README.adoc

<html lang="en"> <head> </head>

Canary

Build Status
Grace

Canary is the service providing public status and information for Code Valet.

Goals

  1. Provide live-visibility for Jenkins developers into warnings/errors from Code Valet.

  2. Give Code Valet users insight into the status of the service.

  3. Provide Code Valet administrators with a centralized dashboard for service health.

Hacking

This application requires a Sentry API token to be defined in the environment as SENTRY_API_TOKEN or else it simply wont work properly.

Once that environment variable has been defined, executing make run on a Docker-capable machine should bring Canary online at localhost:9292.

</html>