woodpecker/datastore/bolt
Daniel Oliveira d13c1caebf About this commit:
1. server/builds.go:92 uses SetStatus().
2. The other APIs we talked about: Status(), StatusList(), we were able to move out.
3. The repo_del_test.go code merge into repo_test.go
4. Unit tests for the other build APIs added.
   - We are facing a crash in: github.com/drone/drone/datastore/bolt.(*DB).SetBuildTask(0xc208056080, 0x5e15d0, 0x15, 0x1, 0xc208036940, 0x0, 0x0)
     which seems to be related to the note in: build.go:207 (// TODO check index to prevent nil pointer / panic)
5. With these new tests we get over 86% plus test cover for bolt package.
2015-04-22 19:49:16 -06:00
..
bolt.go REST cleanup. Idiomatic naming of datastore funcs 2015-04-14 22:04:38 -07:00
build.go About this commit: 2015-04-22 19:49:16 -06:00
build_test.go About this commit: 2015-04-22 19:49:16 -06:00
repo.go Working on drone/drone#959 2015-04-20 16:48:44 -06:00
repo_test.go About this commit: 2015-04-22 19:49:16 -06:00
task.go Code changes related to PR #986 and Issue #984. Comments deleted 2015-04-20 19:57:50 -06:00
task_test.go Code changes related to PR #986 and Issue #984. Comments deleted 2015-04-20 19:57:50 -06:00
token.go REST cleanup. Idiomatic naming of datastore funcs 2015-04-14 22:04:38 -07:00
token_test.go REST cleanup. Idiomatic naming of datastore funcs 2015-04-14 22:04:38 -07:00
user.go added terminal highlight code 2015-04-16 22:16:32 -07:00
user_test.go REST cleanup. Idiomatic naming of datastore funcs 2015-04-14 22:04:38 -07:00
util.go Working on drone/drone#959 2015-04-20 16:48:44 -06:00