Canary is the service providing public status/information for Code Valet
Go to file
R. Tyler Croy a6f2ead218
Remove the Jenkinsfile for demo purposes
2017-10-23 20:10:53 -07:00
app Include OpenSSL::SSL::SSLError in the list of expected network related errors 2017-10-04 11:23:44 -07: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 parens! 2017-10-04 11:24:47 -07: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 Add rubocop styling for funsies 2017-09-04 11:01:32 -07:00
Gemfile Add rubocop styling for funsies 2017-09-04 11:01:32 -07:00
Gemfile.lock Add rubocop styling for funsies 2017-09-04 11:01:32 -07:00
LICENSE Initial commit 2017-08-26 11:37:12 -07:00
Makefile Add rubocop styling for funsies 2017-09-04 11:01:32 -07:00
README.adoc Begin fetching Jenkins master related information to present in the Canary homepage 2017-09-03 12:43:49 -07: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>