harness-drone/server
Daniel Oliveira ba159976a0 Fixing TODO comments in code /cc @oliveiradan
1. server/login.go:49 (// TODO(bradrydzewski) return an error message instead). Added error message if authorization fails.
2. server/repos.go:178 (TODO(bradrydzewski) verify repo not exists). Added a checking for the repo and return an error in case it does not exist.
3. server/queue.go:170:  // TODO (bradrydzewski) change this interface to accept an io.Reader. All references to the API change been in question SetLogs() have been modified.
4. remote/github/github.go:106  // Fixed a crash in case *repo_.Language is nil , when de-referencing it. This could happen when a repo only has a readme, so github hasn't set the language yet.
5. ./server/queue.go:170:  // TODO (bradrydzewski) change this interface to accept an io.Reader. All references to the API change been in question SetLogs() have been modified.
6. .remote/github/github.go:106  // Fixed a crash in case *repo_.Language is nil , when de-referencing it. This could happen when a repo only has a readme, so github hasn't set the language yet.
2015-05-08 10:47:40 -06:00
..
recorder table-driven tests for badge permutations 2015-04-30 22:18:39 -07:00
session hooks are protected with signed sha 2015-04-30 14:23:46 -07:00
static ability to stream builds 2015-05-06 00:56:06 -07:00
agent.go agent endpoints now protected 2015-04-30 14:57:53 -07:00
badge.go REST cleanup. Idiomatic naming of datastore funcs 2015-04-14 22:04:38 -07:00
badge_test.go more mock examples 2015-04-30 22:48:15 -07:00
builds.go initial work on build cancellation 2015-05-06 01:24:55 -07:00
hooks.go fixed some race conditions and cpu locking 2015-05-05 20:59:07 -07:00
login.go Fixing TODO comments in code /cc @oliveiradan 2015-05-08 10:47:40 -06:00
queue.go Fixing TODO comments in code /cc @oliveiradan 2015-05-08 10:47:40 -06:00
repos.go Fixing TODO comments in code /cc @oliveiradan 2015-05-08 10:47:40 -06:00
server.go ability to stream builds 2015-05-06 00:56:06 -07:00
token.go REST cleanup. Idiomatic naming of datastore funcs 2015-04-14 22:04:38 -07:00
user.go using gravatar library instead of our own built-in func 2015-04-16 00:31:17 -07:00
user_test.go more mock examples 2015-04-30 22:48:15 -07:00
users.go using gravatar library instead of our own built-in func 2015-04-16 00:31:17 -07:00
ws.go ability to stream builds 2015-05-06 00:56:06 -07:00