docs/server
Miloslav Trmač da7c87f9dc Fix (make vet)
server/handlers/default_test.go:353: GetCurrent passes Lock by value: handlers.failStore contains github.com/docker/notary/server/storage.MemStorage contains sync.Mutex
tuf/store/httpstore_test.go:208: github.com/docker/notary/tuf/validation.ErrBadRoot composite literal uses unkeyed fields

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2015-12-11 19:59:16 +01:00
..
errors Move the notary errors HTTP errors into the server package. 2015-12-09 11:22:49 -08:00
handlers Fix (make vet) 2015-12-11 19:59:16 +01:00
snapshot fix roleExpired varname, it shadowed a func name 2015-12-07 14:44:11 -08:00
storage adding tests for server/snapshot/snapshot.go 2015-12-07 12:55:09 -08:00
timestamp adding tests for server/snapshot/snapshot.go 2015-12-07 12:55:09 -08:00
integration_test.go Ensure that the server produces errors the client can parse. 2015-12-09 16:48:09 -08:00
server.go Move the notary errors HTTP errors into the server package. 2015-12-09 11:22:49 -08:00
server_test.go Add the handler for GET-ting a snapshot key. 2015-12-07 15:13:58 -08:00