Matt Butcher
|
ffa38d168d
|
Merge pull request #14 from technosophos/feat/release-storage
feat(storage): add basic implementation of storage
|
9 years ago |
Michelle Noorali
|
5f1803fe63
|
Merge pull request #17 from michelleN/helm-init
feat(init): add helm init
|
9 years ago |
Michelle Noorali
|
40cbc9007c
|
ref(init): add desc, rm cmd/tiller/Dockerfile
|
9 years ago |
Michelle Noorali
|
306aca6aec
|
feat(init): add init logic
+ -i flag to override tiller image
|
9 years ago |
Michelle Noorali
|
72acb82e50
|
feat(init): add tiller installer logic
|
9 years ago |
Michelle Noorali
|
274067a2b4
|
ref(Makefile): add default registry + "/"s
|
9 years ago |
Matt Butcher
|
44dc0de71f
|
fix(server): add tests for in-memory storage
This adds a higher level set of tests for storage.
|
9 years ago |
Michelle Noorali
|
338dc6d4fe
|
feat(init): add Dockerfile for tiller
|
9 years ago |
Michelle Noorali
|
9281012d3c
|
feat(helm): add init cmd and test
|
9 years ago |
Adam Reese
|
fdede38769
|
Merge pull request #15 from adamreese/feat/docker-build
feat(Makefile): add docker build tooling
|
9 years ago |
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.
|
9 years ago |
Adam Reese
|
df78765bf9
|
feat(Makefile): add a placeholder Dockerfile
|
9 years ago |
Adam Reese
|
efdf5cd4ec
|
feat(Makefile): add docker build tooling
Still needs a dockerfile
/cc @michelleN
|
9 years ago |
Matt Butcher
|
a4a0c79fc4
|
Merge pull request #13 from technosophos/fix/kubeclient-iface
fix(environment): make KubeClient take multiple files
|
9 years ago |
Matt Butcher
|
50951d87d7
|
Merge pull request #12 from technosophos/fix/test-dependencies
fix(tiller): set up Tiller environment correctly
|
9 years ago |
Matt Butcher
|
b8bf4db347
|
fix(environment): make KubeClient take multiple files
Rather than just taking a []byte for Install, take a map of
filenames->contents.
|
9 years ago |
Matt Butcher
|
b647e9a94d
|
fix(tiller): add server test
|
9 years ago |
Matt Butcher
|
b04a1cc7d4
|
fix(tiller): set up Tiller environment correctly
And structure the tests better.
|
9 years ago |
Matt Butcher
|
6563f55cfb
|
Merge pull request #9 from technosophos/feat/template-engine
feat(engine): add template engine
|
9 years ago |
Matt Butcher
|
913905a54f
|
fix(tiller): change environment.Engine signature
|
9 years ago |
Matt Butcher
|
fa387494fb
|
feat(engine): add template engine
|
9 years ago |
Adam Reese
|
e1321bb86f
|
Merge pull request #10 from adamreese/fix/validate-go
fix(scripts): go vet is built into go
|
9 years ago |
Adam Reese
|
5207186ee9
|
fix(scripts): go vet is built into go
|
9 years ago |
Adam Reese
|
32697fa226
|
Merge pull request #8 from adamreese/feat/makefile
feat(Makefile): add Makefile
|
9 years ago |
Adam Reese
|
17c0ed972c
|
feat(ci): add circleci build configuration
|
9 years ago |
Adam Reese
|
6092f01fac
|
feat(Makefile): add Makefile
|
9 years ago |
Matt Butcher
|
a5ef8a22cf
|
Merge pull request #6 from technosophos/feat/env-tests
fix(environment): add tests for Environment
|
9 years ago |
Matt Butcher
|
5455218278
|
Merge pull request #7 from technosophos/feat/chartfile-proto
feat(proto): stub out a Chartfile message
|
9 years ago |
Matt Butcher
|
b7b48ff72b
|
feat(proto): stub out a Chartfile message
|
9 years ago |
Matt Butcher
|
b86a1cb94e
|
ifeat(tiller): add environment to server struct
|
9 years ago |
Matt Butcher
|
610c6ced09
|
fix(environment): add tests for Environment
|
9 years ago |
Matt Butcher
|
c5b82110d7
|
Merge pull request #5 from technosophos/feat/first-protos
feat(proto): first protos for helm
|
9 years ago |
Matt Butcher
|
d081e39d17
|
Merge pull request #2 from technosophos/feat/grpc
feat(helm): add initial helm client
|
9 years ago |
Matt Butcher
|
548dc31fc5
|
feat(proto): first protos for helm
|
9 years ago |
Matt Butcher
|
ce1185faa8
|
feat(helm): add initial helm client
|
9 years ago |
Matt Butcher
|
8948bf74ec
|
Merge pull request #1 from technosophos/feat/grpc
feat(cmd): add grpc client and server
|
9 years ago |
Matt Butcher
|
456ddeaa73
|
fix(glide): update to non-broken glide.lock.
|
9 years ago |
Matt Butcher
|
7a0413344e
|
feat(tiller): stub out environment
|
9 years ago |
Matt Butcher
|
0868355d3e
|
feat(cmd): add grpc client and server
So far, they just have basic readiness checks.
|
9 years ago |
Michelle Noorali
|
336386b621
|
Initial commit
|
9 years ago |