Michelle Noorali
|
94944a66e2
|
ref(Makefile): Check for flake8
|
9 years ago |
Matt Butcher
|
7a3fd09c25
|
Merge pull request #405 from mattfarina/fix/Makefile
fix(Makefile): Install Glide with go get -u
|
9 years ago |
Matt Farina
|
2cb2021135
|
fix(Makefile): Install Glide with go get -u
go get -u is used to install and handle the other dependencies,
such as gox, golint, and vet. Use the same method for Glide.
|
9 years ago |
Matt Butcher
|
ab44ea2541
|
fix(Makefile): add flake8 to bootstrap
flake8 support was recently added, but the bootstrap didn't check or
install it.
|
9 years ago |
Matt Butcher
|
9e848d3603
|
fix(Makefile): run pip install on bootstrap
|
9 years ago |
Matt Butcher
|
c511f550aa
|
fix(Makefile): print error if pip is missing
Also, prompt the user to run pip install during bootstrap.
Closes #362.
|
9 years ago |
Matt Butcher
|
87d360afda
|
fix(manager): refactor REST API to make it modular
This modifies the startup and initial handling of the REST API to make
it modular, remove the init() methods, and remove reliance on global
vars.
|
9 years ago |
Adam Reese
|
c0a349b938
|
ref(test-style): add a script for linting tools
because you know, go vender n'stuff
|
9 years ago |
runseb
|
88b988a9fc
|
Add flake8 test and fix pep8 style in expansion scripts
|
9 years ago |
Dave Cunningham
|
aaf532bda0
|
Fix build on GNU make
|
9 years ago |
jackgr
|
250a2ddba5
|
Move push and container builds to rootfs directories
|
9 years ago |
Matt Butcher
|
0bb54fb8b7
|
fix(Makefile): make bootstrap smarter
Now bootstrap will only install deps that it is missing.
|
9 years ago |
Adam Reese
|
d3e4c4e052
|
fix(gofmt): fix test-style target in Makefile
|
9 years ago |
Adam Reese
|
f3525d9668
|
fix(build): create cross compile target in Makefile
|
9 years ago |
Adam Reese
|
bddebc9428
|
fix(Makefile): fix gofmt too many args error
|
9 years ago |
Adam Reese
|
8876c7e54b
|
Merge remote-tracking branch 'helm/master' into helm-merge
|
9 years ago |
Adam Reese
|
4017128389
|
fix(Makefile): update targets in Makefile
|
9 years ago |
Adam Reese
|
4dc58448a0
|
ref(*) move lib code into pkg
|
9 years ago |
Matt Butcher
|
7f87745dc7
|
feat(chart_upload): add chart_upload.go
Also removed the now unused deploy subpackage and fixed the makefile
accordingly.
|
9 years ago |
Matt Butcher
|
61b2e875cd
|
fix(Makefile): improve gofmt output on errors
|
9 years ago |
Adam Reese
|
fd7e9b9624
|
feat(test): add test coverage to Makefile
|
9 years ago |
Matt Butcher
|
be2a09d612
|
fix(lint): correct several formatting issues
|
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 |
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 |
Adam Reese
|
ba5500d600
|
fix(Makefile): fix make tagrets
|
9 years ago |
Matt Butcher
|
9cc3688e4c
|
feat(*): add DM client, fix makefile
|
9 years ago |
Matt Butcher
|
a7401137d0
|
Initial commit.
|
9 years ago |
runseb
|
bea172d705
|
Improve license headers
|
9 years ago |
goltermann
|
9ba4fedc73
|
Edit Makefile to actually return failure code on test failures.
|
9 years ago |
jackgr
|
fb94165b29
|
Rename client to dm, update README.md and fix more minor issues.
|
9 years ago |
jackgr
|
9e75c924a8
|
Minor clean ups before refactoring.
|
9 years ago |
Victor Agababov
|
6a27f268e6
|
Change the paths to be absolute.
|
9 years ago |
Victor Agababov
|
94db53d080
|
Initial commit for DeploymentManager on k8s.
|
9 years ago |