Michelle Noorali
|
27678bcb09
|
Merge pull request #463 from michelleN/helm-describe
feat(deployment): add describe command to helm cli
|
9 years ago |
Matt Butcher
|
30142ba67a
|
fix(manager): add test for getDeployments*
|
9 years ago |
Michelle Noorali
|
5aedea16c5
|
feat(deployment): add describe command to helm cli
|
9 years ago |
Matt Butcher
|
29b466cfe6
|
Merge pull request #460 from technosophos/fix/validate-go
fix(validate-go): show the errors gofmt found
|
9 years ago |
Jack Greenfield
|
00ad7d1cad
|
Merge pull request #461 from jackgr/manager
Repo name routes, tests and cleanups
|
9 years ago |
jackgr
|
73ff6768f2
|
Fix merge bug
|
9 years ago |
jackgr
|
403720516d
|
Make repo routes name based
|
9 years ago |
jackgr
|
541fe062c6
|
Clean up manager test utility
|
9 years ago |
jackgr
|
103145cc9d
|
Make all repo methods name based.
|
9 years ago |
jackgr
|
acfc605480
|
Disambiguate method names
|
9 years ago |
jackgr
|
04dc670522
|
Chart repo route tests
|
9 years ago |
Jack Greenfield
|
e7119a9296
|
Merge pull request #457 from sparkprime/expansion_service
Factor expansion service logic as an auxiliary library
|
9 years ago |
Matt Butcher
|
6985048298
|
Merge pull request #459 from technosophos/fix/test-list-deployments
fix(manager): add test for listDeploymentsRequestHandler
|
9 years ago |
Matt Butcher
|
dde036dece
|
fix(manager): simplify code
|
9 years ago |
Matt Butcher
|
e1dfb1a416
|
fix(validate-go): show the errors gofmt found
Rather than just listing files that have errors, this now shows
the diff of what gofmt things should be the case, and what is
the case.
|
9 years ago |
Matt Butcher
|
e1efff4b34
|
fix(manager): add test for listDeploymentsRequestHandler
|
9 years ago |
Matt Butcher
|
c225ab8ebe
|
Merge pull request #453 from technosophos/doc/cli-help
doc(cli): improve help output
|
9 years ago |
Dave Cunningham
|
a07dbf8752
|
Factor expansion service logic as an auxiliary library
|
9 years ago |
Matt Butcher
|
d3975520e3
|
Merge pull request #456 from mattfarina/feat/glide-versions
feat(glide.yaml): Add versions to dependencies
|
9 years ago |
Matt Butcher
|
a07a0f7c98
|
doc(cli): improve help output
|
9 years ago |
Matt Farina
|
06973788a5
|
feat(glide.yaml): Add versions to dependencies
Additionally:
- corrected the appengine import name
- Added the license field
|
9 years ago |
Matt Butcher
|
56125b94f6
|
Merge pull request #454 from technosophos/fix/helm-deployment-delete-rm
fix(cli): change deployment delete to remove
|
9 years ago |
Michelle Noorali
|
f7e66da9ee
|
Merge pull request #448 from michelleN/helm-repo-ref
feat(repo): remove repo by name + refactors
|
9 years ago |
Matt Butcher
|
b3315a3fb4
|
fix(cli): change deployment delete to remove
This is for consistency. Other commands use 'remove,rm' as removal
verbs. Example: 'helm repo rm'
|
9 years ago |
Matt Butcher
|
1d3b93ef05
|
Merge pull request #449 from technosophos/feat/245-helm-dm-commands
feat(cli): move 'helm dm' to 'helm server'
|
9 years ago |
Matt Butcher
|
719c3bdb30
|
fix(cli): improve errors for kubectl failures
|
9 years ago |
Matt Butcher
|
204fe7d8a1
|
Merge pull request #452 from technosophos/fix/license-headers
fix(*): fix license headers
|
9 years ago |
Matt Butcher
|
d9fddfef3b
|
Merge pull request #451 from technosophos/doc/workflow-dm-to-server
doc(workflow): fix references to 'dm' commands
|
9 years ago |
Michelle Noorali
|
4df486e3fb
|
feat(repo): add GetRepoURLByName test
* + fix old repo tests for Name addition
|
9 years ago |
Matt Butcher
|
444044a17b
|
fix(*): fix license headers
|
9 years ago |
Matt Butcher
|
5b3dd26577
|
Merge pull request #450 from technosophos/doc/fix-charts-proposal
doc(chart_format): fix title and intro
|
9 years ago |
Matt Butcher
|
2ad2cee4dd
|
doc(workflow): fix references to 'dm' commands
|
9 years ago |
Matt Butcher
|
d27e452aa5
|
doc(chart_format): fix title and intro
This is no longer a proposal, so the intro now reflects that.
|
9 years ago |
Matt Butcher
|
14efdee05d
|
fix(cli): switched `server` actions to use `run()`
|
9 years ago |
Michelle Noorali
|
29fbcba5b6
|
Merge pull request #447 from timstclair/patch-1
Fix backwards link markdown in README
|
9 years ago |
Michelle Noorali
|
6e96c33356
|
feat(repo): prevent from adding duplicate repos
|
9 years ago |
Tim St. Clair
|
da079bcbfe
|
Fix backwards link markdown in README
|
9 years ago |
Michelle Noorali
|
e86b8db694
|
feat(repo): remove repo by name
|
9 years ago |
Matt Butcher
|
084c0da59a
|
feat(cli): move 'helm dm' to 'helm server'
|
9 years ago |
Michelle Noorali
|
174961ab6a
|
feat(repo): list repo name and url
* + fix addRepo
|
9 years ago |
Michelle Noorali
|
efe317791b
|
feat(repo): add Name to Repo struct
* also added name as arg in helm repo add cmd
|
9 years ago |
Jack Greenfield
|
3fe151a45f
|
Merge pull request #446 from jackgr/manager
Third round of refactoring for Manager
|
9 years ago |
Michelle Noorali
|
0ccb8d755f
|
feat(repo): update addChartRepo reponse
|
9 years ago |
Michelle Noorali
|
45c4eb9655
|
feat(repo): update repo path
|
9 years ago |
Michelle Noorali
|
75ca24ac90
|
ref(repos): clean up repo commands
|
9 years ago |
Michelle Noorali
|
162e93413e
|
ref(repo): modify cli repo text
|
9 years ago |
Michelle Noorali
|
911dc0a088
|
ref(repo:) handle zero chart repos gracefully
|
9 years ago |
Michelle Noorali
|
179f521640
|
ref(repo): client uses public repo.Repo struct
|
9 years ago |
jackgr
|
f2180cea92
|
Fix style errors
|
9 years ago |
jackgr
|
b61ff1a655
|
Wire up routes to chart repo methods
|
9 years ago |