repositories/list requires:

{
  id: 1
  name: 'svenfuchs/minimal',
  duration: 10,
  started_at: '...',
  finished_at: '...'
  last_build: { id: 1, number: 2, status: 0 }
}

build/show requires:

{
  id
  repository_id
  number
  started_at
  finished_at
  duration
  commit
  committer_name
  committer_emai
  author_name
  author_email
  message
  log
}

# <= currently also includes the repository data, which is required for looping through the worker (should go away with "everything goes through the server")
