travis-api/lib/travis/api/v3
2015-07-08 13:38:55 +02:00
..
access_control v3: drastically reduce objects allocated by access control 2015-05-11 17:38:40 +02:00
extensions v3: reduce object allocations from polyorphic relations patch 2015-05-11 17:14:24 +02:00
models API v3: don't load all builds when eagerloading repository.last_build 2015-05-05 17:01:03 +02:00
permissions v3: add @permissions to user payload 2015-04-29 14:39:52 +02:00
queries Include token in requests/create payload 2015-07-08 13:38:55 +02:00
renderer API v3: remove n+1 query from owner page endpoint 2015-05-05 16:43:52 +02:00
routes API v3: add captures route dsl method 2015-05-21 14:57:16 +02:00
services Include token in requests/create payload 2015-07-08 13:38:55 +02:00
access_control.rb start working on API v3 2015-01-13 15:22:20 +01:00
constant_resolver.rb v3: add attributes to service index 2015-03-09 19:48:52 +01:00
error.rb v3: find repos for current user (used for dashboard) 2015-01-23 19:27:01 +01:00
features.rb v3: add subscription model 2015-04-17 12:16:11 +02:00
github.rb v3: add subscription model 2015-04-17 12:16:11 +02:00
model.rb v3: fix Model#=== 2015-04-22 16:24:26 +02:00
models.rb v3: use branches table for default_branch, eager load on /repos endpoint to avoid N+1 queries 2015-02-23 22:54:28 +01:00
opt_in.rb first actually working version of v3 2015-01-20 16:33:11 +01:00
permissions.rb v3: introduce permission objects 2015-04-29 10:50:34 +02:00
queries.rb v3: introduce query objects for DB interaction 2015-01-27 13:57:51 +01:00
query.rb API v3: remove n+1 query from owner page endpoint 2015-05-05 16:43:52 +02:00
renderer.rb v3: properly hand on options to nested render calls 2015-04-28 16:46:45 +02:00
result.rb API v3: allow eager loading owner repos 2015-04-28 14:58:21 +02:00
router.rb v3: don't fall back to v2 on 404 2015-04-30 16:05:58 +02:00
routes.rb API v3: add captures route dsl method 2015-05-21 14:57:16 +02:00
service_index.rb v3: remove include param from POST templates 2015-04-15 13:23:05 +02:00
service.rb API v3: allow eager loading owner repos 2015-04-28 14:58:21 +02:00
services.rb v3: add accounts api 2015-04-17 13:34:29 +02:00