Matt Butcher
|
09ebdd361a
|
Merge pull request #429 from technosophos/fix/make-quicktest
fix(Makefile): add quicktest target
|
9 years ago |
Matt Butcher
|
cc6e5ee991
|
docs(workflow): update 'helm chart create' docs
|
9 years ago |
Dave Cunningham
|
7c73cd8879
|
chartify Expansion API & expandybird service
chartify create deployment API
modify CLI to match
|
9 years ago |
Dave Cunningham
|
d04691cb9a
|
Fix expandybird validation
|
9 years ago |
Matt Butcher
|
8e58edd446
|
feat(cli): add 'helm chart create'
Remove 'helm create'.
Closes #240
|
9 years ago |
Matt Butcher
|
354adf613b
|
fix(Makefile): add quicktest target
This is good for running a quick test during dev to check for failures
without having to read a gazillion lines of output.
|
9 years ago |
Matt Butcher
|
7601418ea1
|
Merge pull request #427 from technosophos/feat/helm-delete-deployment
feat(cli): Add 'helm deployment delete'
|
9 years ago |
Adam Reese
|
4a5272d504
|
Merge pull request #428 from adamreese/fix/local-start
fix(start-local): fix script exiting on pkill
|
9 years ago |
Adam Reese
|
78d50da72c
|
fix(start-local): fix script exiting on pkill
pkill will exit failed if process is not found
|
9 years ago |
Matt Butcher
|
0d281bc07c
|
fix(scripts): back-out accidental change
|
9 years ago |
Matt Butcher
|
64c7ab2091
|
feat(cli): Add 'helm deployment delete'
Closes #239
|
9 years ago |
Michelle Noorali
|
26999dca8c
|
Merge pull request #421 from michelleN/fix-comment
ref(chart): fix LoadDataFromReader comment
|
9 years ago |
Matt Butcher
|
37c27a97f6
|
doc(workflow): change 'helm deployment delete' command
Also fix a few typos.
|
9 years ago |
Matt Butcher
|
6d67947678
|
Merge pull request #424 from technosophos/feat/helm-list
feat(cli): implement helm deployment list
|
9 years ago |
Matt Butcher
|
faf624311c
|
Merge pull request #425 from technosophos/fix/ingore-logdir
fix(gitignore): ignore logs directory
|
9 years ago |
Matt Butcher
|
9a92f99dce
|
fix(cli): remove 'helm list'
Also, make the debug bool locally scoped.
|
9 years ago |
Matt Butcher
|
68f253472f
|
feat(cli): implement helm deployment list
Closes #243
|
9 years ago |
Jack Greenfield
|
686bb9ba35
|
Merge pull request #423 from jackgr/credential-provider
Fix race condition
|
9 years ago |
Jack Greenfield
|
fccd1ba5c0
|
Merge pull request #422 from jackgr/repo-service
Add locking and duplicate detection
|
9 years ago |
Matt Butcher
|
2061f420e2
|
fix(gitignore): ignore logs directory
The lolca-start.sh script creates a local logs directory. Ignore it.
|
9 years ago |
jackgr
|
216c8308d8
|
Fix race condition
|
9 years ago |
jackgr
|
7e96c27ed1
|
Add locking and duplicate detection
|
9 years ago |
Michelle Noorali
|
37d365c7ff
|
ref(chart): fix LoadDataFromReader comment
|
9 years ago |
Jack Greenfield
|
64f9fb66ca
|
Merge pull request #402 from jackgr/maintainers
Removed collaborator terminology
|
9 years ago |
Adam Reese
|
a7d755c4da
|
Merge pull request #420 from adamreese/fix/repo-client
fix(repository): remove hard coded host
|
9 years ago |
Adam Reese
|
807fb4f615
|
fix(repository): remove hard coded host
/cc @michelleN
|
9 years ago |
Michelle Noorali
|
513a18548a
|
Merge pull request #414 from michelleN/repo-cmds
feat(repo): add chart repo routes to manager
|
9 years ago |
Michelle Noorali
|
61dd66446f
|
ref(manager): add /healthz body/content-type test
|
9 years ago |
Michelle Noorali
|
8c55a6ef30
|
ref(repo): clean up cmd/helm repo vars
|
9 years ago |
Michelle Noorali
|
cc97c522a5
|
feat(repo): add new chart repo routes
|
9 years ago |
Michelle Noorali
|
bc90e18b2b
|
Merge pull request #417 from michelleN/fix-style-errors
Fix style errors
|
9 years ago |
Adam Reese
|
322a6de1c0
|
Merge pull request #419 from adamreese/ref/client-resp-gh
ref(client): add helper methods to client
|
9 years ago |
Michelle Noorali
|
88ca3b649a
|
ref(repo): add NewRepo comment
|
9 years ago |
Matt Butcher
|
1f40bd5682
|
Merge pull request #418 from technosophos/fix/ignore-ds_store
fix(gitignore): ignore .DS_Store files
|
9 years ago |
Michelle Noorali
|
e07fd606f4
|
ref(chart): ChartContent -> chartContent
* since it's not being used outside of this package
* also LoadContent -> loadContent for same reason
* This addresses some style issues from #401
|
9 years ago |
Adam Reese
|
96c21b02f6
|
ref(client): remove depreciated methods
|
9 years ago |
Adam Reese
|
adac4aa708
|
fix(client): set Content-Type header
|
9 years ago |
Adam Reese
|
13b93969d0
|
ref(repository): use new client methods
|
9 years ago |
Michelle Noorali
|
cc7bbd6d6d
|
ref(repo): remove punctuation from errors
|
9 years ago |
Michelle Noorali
|
d1285e80ef
|
ref(chart): fix comments
|
9 years ago |
Michelle Noorali
|
55525696c9
|
ref(chart): refactor ChartMember -> Member
* Fixes some style errors in #401
|
9 years ago |
Matt Butcher
|
f54de0159d
|
Merge pull request #415 from endocode/master_fix_text_alignment_in_help_output
Fix text alignment in dm help output.
|
9 years ago |
Michelle Noorali
|
2310bdc551
|
Merge pull request #416 from michelleN/example-chart
chore(examples): add example nginx chart
|
9 years ago |
Matt Butcher
|
1c01a8bf4f
|
fix(gitignore): ignore .DS_Store files
On OSX, a few things we have (notably, docs) cause OS X to generate
.DS_Store caches. These should not get checked into Git.
|
9 years ago |
Michelle Noorali
|
9702dffc33
|
ref(repo): change RepoService -> Service
* fixes style errors in #401
|
9 years ago |
Michelle Noorali
|
28d4624692
|
ref(*): fix comment style
|
9 years ago |
Michelle Noorali
|
ee61c3318d
|
Merge pull request #408 from jackgr/server-charts
Add chart configuration
|
9 years ago |
Michelle Noorali
|
6aeb948fb5
|
chore(examples): add example nginx chart
|
9 years ago |
Matthias Schmitz
|
f8d3136eae
|
Fix text alignment in dm help output.
* The explanation of 'manifest' was one tab to far intended.
|
9 years ago |
Adam Reese
|
bc49fe625e
|
ref(client): add a success helper function
|
9 years ago |