gfyoung
|
73322a0e55
|
Enable frozen string in app/controllers/**/*.rb
Enables frozen string for the following:
* app/controllers/*.rb
* app/controllers/admin/**/*.rb
* app/controllers/boards/**/*.rb
* app/controllers/ci/**/*.rb
* app/controllers/concerns/**/*.rb
Partially addresses #47424.
|
2018-09-18 21:22:45 -07:00 |
|
Pawel Chojnacki
|
18521584bd
|
Remove the need to use health check token
in favor of whitelist that will be used to
control the access to monitoring resources
|
2017-07-05 00:46:11 +02:00 |
|
Paweł Chojnacki
|
c3e43c9ba3
|
Add /-/readiness /-/liveness and /-/health_metrics endpoints to track application readiness
|
2017-04-07 10:27:15 +00:00 |
|
DJ Mountney
|
c8f23bd2ed
|
Support token header for health check token, and general cleanup of the health_check feature.
|
2016-05-11 17:27:08 -07:00 |
|
DJ Mountney
|
160ef66d1b
|
Add health_check access token, and enforce on the health_check endpoint
Also added a health check page to the admin section for resetting the token.
|
2016-05-10 08:46:02 -07:00 |
|