travis-api/lib/travis/api/app
Piotr Sarnacki e103b291ad Reset value when env var is changed from private to public
When env var is changed from private to public, we didn't nullify it, so
someone doing that could miss exposing it. To minimise the risk of
exposing any secure info we'll now nullify the value.
2014-09-10 10:46:29 +02:00
..
endpoint Reset value when env var is changed from private to public 2014-09-10 10:46:29 +02:00
extensions skylight: use Sinatra support from skylight gem 2014-04-09 14:30:04 -05:00
helpers Add Badge to available responders. 2014-03-19 15:01:23 +01:00
middleware Special case for settings in rewrite is not needed 2014-04-01 16:58:36 +02:00
responders Fix another variable. 2014-06-18 11:55:27 +02:00
access_token.rb Allow to pass extra params for tokens 2013-05-08 14:11:02 +02:00
base.rb Remove Skylight 2014-07-29 11:21:34 +02:00
cors.rb Run CORS middleware in development 2013-09-20 12:47:14 +02:00
endpoint.rb Add requests API 2014-03-06 19:36:55 +01:00
extensions.rb rewrite all the things 2012-07-27 15:55:57 +02:00
helpers.rb Remove PATCH logs/:job_id endpoint 2014-06-12 07:20:47 -04:00
middleware.rb rename Responder to Base (resembles Sinatra::Base and i can't come up with another name for a common base class of Middleware and Endpoint) 2012-10-09 18:31:51 +02:00
responders.rb Add responder for svg badges. 2014-03-19 14:31:38 +01:00