Go to file
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
app Begin fetching Jenkins master related information to present in the Canary homepage 2017-09-03 12:43:49 -07:00
assets/images Add the basic Canary app structure 2017-09-03 12:17:45 -07:00
scripts Avoid ascking for a tty in Jenkins Pipeline 2017-09-03 15:14:41 -07:00
views Handle our URL root path when in production vs. local testing 2017-09-03 16:32:02 -07:00
.gitignore Add the basic Canary app structure 2017-09-03 12:17:45 -07:00
Dockerfile Revert "Switch Canary to use Puma for its webserver instead of WEBrick" 2017-09-03 16:51:55 -07:00
Gemfile Revert "Switch Canary to use Puma for its webserver instead of WEBrick" 2017-09-03 16:51:55 -07:00
Gemfile.lock Revert "Switch Canary to use Puma for its webserver instead of WEBrick" 2017-09-03 16:51:55 -07:00
Jenkinsfile Properly build the container and run it in CI 2017-09-03 12:47:13 -07:00
LICENSE
Makefile Revert "Switch Canary to use Puma for its webserver instead of WEBrick" 2017-09-03 16:51:55 -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 Begin fetching Jenkins master related information to present in the Canary homepage 2017-09-03 12:43:49 -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>