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
Ville Aikas
13a1fcc81c
remove my test repo
9 years ago
Ville Aikas
8465cb1a1b
Add GCS as a registry provider. Add a way to get a file using credentials from a registry to support private repos. Add ability to create / update a registry through manager
9 years ago
Matt Butcher
4fe37ea634
Add Save and Create functions.
9 years ago
Matt Butcher
cfaca7ffb5
Refactor Chart to be a struct, with more methods.
...
This refactors the Chart to be a struct that can have numerous
properties and methods. Now, a chartLoader implements the
loading and closing of charts.
9 years ago
Matt Butcher
57a562fb2b
Add vendor/ to gitignore.
9 years ago
Matt Butcher
31c3089609
Added Locator, added license blocks.
9 years ago
Adam Reese
a7b5be71f1
Merge pull request #5 from adamreese/dev-workflow
...
fix(Makefile): Fix Makefile targets
9 years ago
Jack Greenfield
3cbe6ea2d6
Merge pull request #210 from michelleN/make-info
...
add info target in makefiles
9 years ago
Matt Butcher
a293f94e86
Streamline local file handling, test Windows files
9 years ago
Matt Butcher
204f9872ee
Add short/long/local names according to new spec.
...
The url package adds short, long, and local URL parsing.
It also supports switching between short and long names.
9 years ago
Matt Butcher
ffe15f1585
Load chartfile into chart on chart file load.
...
Best commit message ever.
9 years ago
Matt Butcher
90f1d3d567
Add Chart tar reader, dir reader, tests.
9 years ago
Matt Butcher
84e61c0391
Add chart file support.
...
Also added a log abstraction.
9 years ago
Michelle Noorali
cef997ca3c
add info target in makefiles
9 years ago
Jack Greenfield
f3b0fb3cae
Merge pull request #208 from michelleN/resourcifier-health
...
add health check to resourcifier
9 years ago
Michelle Noorali
73e2f7bc8d
ref(deploy): adjusting to new dm registry interface
9 years ago
Michelle Noorali
750d7caf30
add health check to resourcifier
9 years ago
Adam Reese
ba5500d600
fix(Makefile): fix make tagrets
9 years ago
Adam Reese
defc31a782
chore(*): move /cmd to /cmd/helm
9 years ago
Jack Greenfield
2d75da6bc1
Merge pull request #203 from philips/cleanup-cli-ux
...
dm: cleanup CLI UX for people getting started
9 years ago
Adam Reese
ca43497cd3
Merge pull request #4 from adamreese/list-deployments
...
List deployments
9 years ago
vaikas-google
bd10aa21e8
Merge pull request #204 from jackgr/master
...
Fixed Dockerfile bugs.
9 years ago
jackgr
8ccfe3d5e8
Fixed Dockerfile bugs.
9 years ago
Adam Reese
f76a17acb4
feat(list): add list command
9 years ago
Adam Reese
db9ab4aa4d
(feat): http request logging
9 years ago
Adam Reese
145d5e0c11
(fix): broken registry api
9 years ago
vaikas-google
397bc6e9b0
Merge pull request #202 from shawnps/patch-5
...
pass err to Fatalf
9 years ago
vaikas-google
d9af42c97e
Merge pull request #201 from shawnps/patch-4
...
fix typo
9 years ago
vaikas-google
a15401ae7f
Merge pull request #200 from shawnps/patch-3
...
fix struct tag
9 years ago