travis-api/lib/travis/api/v3
2015-04-29 10:50:34 +02:00
..
access_control v3: introduce permission objects 2015-04-29 10:50:34 +02:00
extensions API v3: better eager loading and recursion detection for denormalized relations 2015-04-28 18:30:53 +02:00
models v3: add accounts api 2015-04-17 13:34:29 +02:00
permissions v3: introduce permission objects 2015-04-29 10:50:34 +02:00
queries v3: avoid n+1 query for last_build on the default branch when loading a list of repositories 2015-04-28 22:08:27 +02:00
renderer v3: avoid fetching the same repo owner over and over again when rendering a repo list 2015-04-28 22:28:45 +02:00
routes 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
services v3: introduce permission objects 2015-04-29 10:50:34 +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 v3: use query object for include logic to avoid n+1 queries 2015-04-28 22:02:03 +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 API v3: allow eager loading owner repos 2015-04-28 14:58:21 +02:00
routes.rb start working on repos by owner endpoint 2015-04-27 17:01:41 +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