Adam Reese
6058cad0a1
feat(client): add timeout cli option
9 years ago
Adam Reese
8cf1f35059
chore(*): remove global debug variable
9 years ago
Adam Reese
927c084f63
feat(client): add helm user agent
9 years ago
Adam Reese
1e741afb58
feat(get): add get verb
9 years ago
Adam Reese
570083361d
feat(format): add yaml output format
9 years ago
Adam Reese
fccfcc8e38
Merge pull request #13 from adamreese/dm-tests
...
test(dm): add unit tests for dm client
9 years ago
Adam Reese
fd7e9b9624
feat(test): add test coverage to Makefile
9 years ago
Adam Reese
fe60ff17c1
feat(debug): add debug flag
9 years ago
Adam Reese
4fc6a7b6c0
test(dm): add unit tests for dm client
9 years ago
vaikas-google
e089b0bc4d
Merge pull request #231 from shawnps/patch-6
...
fix typo
9 years ago
Adam Reese
692a27bbed
Merge pull request #12 from adamreese/dm-client-refactor
...
ref(client): refactor url parsing
9 years ago
Shawn Smith
2c2b77c508
fix typo
9 years ago
Adam Reese
bb9c5fcad6
fix(glide): use master branch of deployment-manager
9 years ago
Adam Reese
6fd1680b9f
ref(client): refactor url parsing
9 years ago
jackgr
fdc16739f6
First set of changes for persistent repository.
9 years ago
Jack Greenfield
e1a76a409c
Merge pull request #226 from jackgr/master
...
Fix bug in Docker builds.
9 years ago
jackgr
8a6b3d7876
Fix bug in Docker builds.
9 years ago
Jack Greenfield
99ba3dd1f7
Merge pull request #224 from jackgr/vet-and-lint
...
Fixed go vet and golint errors.
9 years ago
jackgr
feb179bf66
Fixed go vet and golint errors.
9 years ago
Seth Goings
133dc30fcf
Merge pull request #10 from sgoings/travis-build
...
feat(travis): add travis build
9 years ago
Matt Butcher
361b4519b0
Merge pull request #11 from technosophos/feat/travis-badge
...
fix(travis): add badge
9 years ago
Matt Butcher
1ab3cd135f
fix(travis): add badge
9 years ago
Matt Butcher
03aff9bd47
Merge pull request #7 from deis/feat/create-pack
...
feat(create): add create and pack verbs.
9 years ago
Matt Butcher
e7445a4632
fix(vet): fix a number of lint/vet warnings
9 years ago
Matt Butcher
be2a09d612
fix(lint): correct several formatting issues
9 years ago
Matt Butcher
9b494f5546
feat(deploy): deploy charts instead of templates
9 years ago
Matt Butcher
9b9705e7a1
feat(create): add create and pack verbs.
...
This adds `helm create CHART` and `helm pack CHART`. Both are really
basic.
NOTE: This is running off of my fork of dm until they get the new chart
stuff merged.
9 years ago
Seth Goings
ade66d8313
feat(travis): add travis build
9 years ago
Jack Greenfield
b2f527d3fd
Merge pull request #207 from michelleN/make-test
...
add test targets in makefiles to run local tests
9 years ago
vaikas-google
93be549dc2
Merge pull request #221 from technosophos/fix/220-license-lorem
...
Replace license text with placeholder.
9 years ago
Matt Butcher
584eaf8352
Replace license text with placeholder.
...
This fixes #220 .
9 years ago
Michelle Noorali
92d8d4b587
implement go vet suggestions
9 years ago
Jack Greenfield
70b7d9c23d
Merge pull request #195 from technosophos/feat/chartfile
...
feat(chart): Add a chart/ package.
9 years ago
Jack Greenfield
b9def76bf7
Merge pull request #218 from sgoings/patch-1
...
Add Travis badge
9 years ago
Adam Reese
22c6b9b21c
Merge pull request #8 from adamreese/dm-uninstall
...
feat(dm-delete): add dm-delete command
9 years ago
Adam Reese
1e37113c39
feat(dm-delete): add dm-delete command
9 years ago
Jack Greenfield
5c462ba573
Merge pull request #219 from vaikas-google/master
...
use --registry flag consistently for getting templates / creating registries
9 years ago
Michelle Noorali
46588cd9dd
makefile consolidations
9 years ago
Michelle Noorali
ef665993dd
modify travis so it will install golint and govet
...
* before running tests
9 years ago
Michelle Noorali
14d75f4d21
add golint and go vet to test target
...
This commit adds a target called setup-gotools which will download and
install golint and go vet. A developer who wants to run tests for an
individual component (manager, resourcifier, expandybird) can run `make
test` to run golint, vet, and test and in that directory. On first run,
a developer will want to run `make setup-gotools` so that they have
golint and vet to use locally.
There is a `make test` command in each component because running tests
from the root directory will result in lots of output. Running tests in
individual components will help isolate the tests for the component that
is being modified and result in more clear output.
9 years ago
Seth Goings
43d838f280
remove duplicate test target @ root
...
add structure for [lint,vet,test-unit] all wrapped up
by the test target
9 years ago
Michelle Noorali
1af4b9ae77
add test targets in makefiles to run local tests
9 years ago
Ville Aikas
1a96666e55
use --registry flag consistently for getting templates / creating registries
9 years ago
Seth Goings
9010729826
Add Travis badge
9 years ago
Michelle Noorali
a3166a9cdc
Merge pull request #3 from michelleN/doctor
...
Doctor
9 years ago
Michelle Noorali
5884ff12a4
feat(*): add doctor cmd
9 years ago
Michelle Noorali
c2483f13c8
Merge pull request #6 from michelleN/registry-fixes
...
ref(deploy): adjusting to new dm registry interface
9 years ago
Jack Greenfield
8647270491
Merge pull request #214 from vaikas-google/gcs_repo
...
Add ObjectStorage (and GCS implementation) as a registry provider
9 years ago
Ville Aikas
07adf0f9d8
Add ability for the test github registry to handle Do methods. Fix the test to use this.
9 years ago
Ville Aikas
bd99ae82d1
address CR comments
9 years ago