Commit graph

9 commits

Author SHA1 Message Date
Adam Reese
818c878700 chore(*): use k8s.io as the import path 2016-06-06 17:17:04 -07:00
Matt Butcher
1412a88cda fix(tiller): stop returning deleted releases for list 2016-05-20 11:26:30 -06:00
Matt Butcher
938dbf095a feat(tiller): stub in release history
This provides the basics for the release history feature that
ReleaseStorage needs to support. The implementation for Memory storage
is only partial.
2016-05-10 17:47:53 -06:00
Matt Butcher
f098cb6fb6 fix(*): rewrite import paths 2016-04-27 21:50:15 -06:00
Matt Butcher
627a0e24e8 fix(storage): add mutex to in-memory
This adds a RW Mutex on the in-memory storage.
2016-04-22 16:51:51 -06:00
Matt Butcher
c4b2926ce6 fix(*): fix misc style issues 2016-04-21 10:14:11 -06:00
Matt Butcher
dcfd1a4284 fix(storage): use new HAPI for storage 2016-04-20 13:02:49 -06:00
Matt Butcher
0ad4803aa3 fix(storage): Use a CRUD interface
Fixes #23
2016-04-15 09:56:24 -06:00
Matt Butcher
fa6a33c349 feat(storage): add basic implementation of storage
This is an in-memory storage layer for storing releases. This will be
superseded by the Kubernetes ConfigMap implementtion.
2016-04-13 15:53:51 -06:00