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
vaikas-google
2075c39d64
Merge pull request #199 from shawnps/patch-2
...
fix string formatting verb
9 years ago
vaikas-google
ba700d6a9b
Merge pull request #198 from shawnps/patch-1
...
fix string formatting typo
9 years ago
vaikas-google
0b768a01fc
Merge pull request #197 from michelleN/healthcheck
...
add health check
9 years ago
Brandon Philips
a6aa46720a
dm: set flag.Usage to usage
...
Now when `--help` is called we get all of the subcommands listed too.
9 years ago
Brandon Philips
5d18c570ec
dm: cleanup CLI UX for people getting started
...
Before this patch dm would print out the wall of usage text that would
scroll off the screen in many error cases. This made learning dm hard.
Instead have more compact error output, like kubectl, and only return
non-zero on real errors.
```
$ dm foo ; echo $?
Error: unknown command 'foo' for 'dm'
Run 'dm --help' for usage
1
$ dm deployed-instances; echo $?
No type name supplied
1
$ dm 2> /dev/null; echo $?
0
```
There is more to do to make this tool friendlier but this was
low-hanging.
9 years ago
Shawn Smith
105fa8ef77
pass err to Fatalf
9 years ago
Shawn Smith
0461f77daf
fix typo
9 years ago
Shawn Smith
eca18ec09e
fix struct tag
9 years ago
Shawn Smith
afca35b5ec
fix string formatting verb
9 years ago
Shawn Smith
ff26fbc721
fix string formatting typo
9 years ago
Michelle Noorali
f897dc5b1d
add health check
...
This commit adds a liveness probe to the manager rc and
a healthz endpoint that returns 200 OK.
9 years ago
Brendan Melville
5343c35b7e
Merge pull request #194 from vaikas-google/master
...
Use the actual kubernetes object when deleting to ensure it absolutely
9 years ago
vaikas-google
ff9a7fe6e6
Use the actual kubernetes object when deleting to ensure it matches what is expected to delete
9 years ago
Brendan Melville
1331edbc8f
Merge pull request #193 from vaikas-google/kubectl_merge
...
Have configurator use the kubernetes_kubectl object
9 years ago
vaikas-google
2ac1a04987
Have configurator use the kubernetes_kubectl object instead of doing the kubectl commands directly
9 years ago
Brendan Melville
c16a1b438b
Merge pull request #192 from vaikas-google/master
...
Wire [gs]etcredential to backend
9 years ago
vaikas-google
ca5f7de9b5
Merge pull request #191 from adamreese/preserve-env-vars
...
Preserve environment variables executing expansion
9 years ago
vaikas-google
2c7aad5f63
Wire [gs]etcredential to backend
9 years ago
Adam Reese
1ce72d0e3d
preserve environment variables executing expansion
...
Running tests locally fail because $PATH is destroyed
9 years ago
Brendan Melville
b2ebb24c08
Merge pull request #189 from vaikas-google/master
...
Add support for k8s secrets backed credentials
9 years ago
vaikas-google
08dfc919d6
missed two comments from the CR
9 years ago