travis-api/lib/travis/api/app
Piotr Sarnacki 17fd6201b8 Don't error out on settings
We didn't have scope: :private specified on settings endpoint which
resulted in errors (services check permissions of current user anyway,
but it will error out if there is no user available).
2014-04-15 10:58:08 +02:00
..
endpoint Don't error out on settings 2014-04-15 10:58:08 +02:00
extensions Merge branch 'master' into rkh-metrics 2013-05-09 13:37:28 +02: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 Allow to handle settings collections 2014-04-01 12:00:06 +02:00
access_token.rb Allow to pass extra params for tokens 2013-05-08 14:11:02 +02:00
base.rb Handle JSON parsing errors 2013-10-26 08:39:31 -05: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 rewrite all the things 2012-07-27 15:55:57 +02: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