docs/client
Ying Li c9e91446a1 Builder interface cleanup and bugfixes:
- can never set an invalid repo, so we can remove the failed builder state
- once a builder is "finished", it's swapped out with one that has no state and cannot be modified
- add builder tests for the negative path cases where builder should error
- fix bug with GenerateSnapshot where we didn't check for a targets to be loaded when generating for the first time

This also adds some negative path tests (cases in which the builder errors due to invalid input or things not being loaded)

Signed-off-by: Ying Li <ying.li@docker.com>
2016-04-27 10:58:58 -07:00
..
changelist Change root cert rotation to be root key rotation instead 2016-04-13 22:12:53 -07:00
backwards_compatibility_test.go Update update logic to error out on corrupted previous root metadata 2016-04-26 16:59:22 -07:00
client.go Builder interface cleanup and bugfixes: 2016-04-27 10:58:58 -07:00
client_pkcs11_test.go "make lint" wasn't actually linting every file in the repo. golint ./... 2016-04-12 22:28:32 -07:00
client_test.go Update all the server validation and generation code to use the builder. 2016-04-27 10:58:58 -07:00
client_update_test.go Update the client to have an old builder and a new builder, and to only use 2016-04-27 10:58:58 -07:00
delegations.go NotaryRepository.Update now just returns an error, rather than a client 2016-04-06 14:08:08 -07:00
helpers.go Change root cert rotation to be root key rotation instead 2016-04-13 22:12:53 -07:00
helpers_test.go Removing key import and gun from cryptoservice 2016-03-18 11:31:03 -07:00
repo.go Change config to disable_tofu instead of tofu 2016-04-19 11:01:56 -07:00
repo_pkcs11.go Change config to disable_tofu instead of tofu 2016-04-19 11:01:56 -07:00