052cfe1640 
								
							
								 
							
						 
						
							
							
								
								fix(ci): do not push canary image on release  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								aca9f86df6 
								
									
								
							
								 
							
						 
						
							
							
								
								feat(helm): add command to generate documentation  
							
							... 
							
							
 
							
							This adds a hidden 'helm doc' command that generates documentation out
of the Helm help text.
Currently it can create:
- man pages for HELM(1)
- Markdown documentation
- bash autocompletions
Those are the three built-ins for Cobra.
The command is hidden so that it doesn't show up to the regular user,
since this is really a specialized task. It has the advantage of making
it trivially easy to install man pages and bash completion at installation time. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								2c0af5fffd 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1550  from mattfarina/feat/gometalinter-versioned  
							
							... 
							
							
 
							
							feat(gometalinter): Move to versioned releases 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								48c1ba5355 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1545  from mattfarina/feat/1543-charts-domain-change  
							
							... 
							
							
 
							
							feat(charts): Move bucket to domain from path 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								1f17788d8e 
								
							
								 
							
						 
						
							
							
								
								use openssl instead of shasum  
							
							... 
							
							
 
							
							shasum is not on many platforms (like centos), use openssl instead. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								d2fa03969c 
								
									
								
							
								 
							
						 
						
							
							
								
								feat(gometalinter): Move to versioned releases  
							
							... 
							
							
 
							
							gometalinter has moved to versioned releases. The latest of the v1
major versioned releases can be retrieved through pkg.in. This
change moves gometalinter use to the latest v1 release. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								da73150ce9 
								
									
								
							
								 
							
						 
						
							
							
								
								fix(tls): download helm and charts over https  
							
							... 
							
							
 
							
							Downloading of charts and helm itself happened over http. This
change moves to use https as that is available with valid certs. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								7a79661f0e 
								
									
								
							
								 
							
						 
						
							
							
								
								feat(charts): Move bucket to domain from path  
							
							... 
							
							
 
							
							A bucket name in the path can be migrated to a custom k8s domain
name. This is in preperation for that. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								cf965e2426 
								
							
								 
							
						 
						
							
							
								
								fix(scripts): increase deadline for linter  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								7f4fd4efbb 
								
							
								 
							
						 
						
							
							
								
								ref(ci): cleanup ci deploy  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								8934eb5dc6 
								
									
								
							
								 
							
						 
						
							
							
								
								feat(scripts): add 'get' script to download and install  
							
							... 
							
							
 
							
							This adds 'scripts/get`, which is a bash script for fetching and
installing the Helm client. It has the following features:
- It uses the GitHub API to discover the latest release
- It downloads the SHA256 checksum and verifies the binary using it
- It does basic tests on the installation 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								e11fb39f6d 
								
							
								 
							
						 
						
							
							
								
								fix(ci): ensure go packages are compiled before testing  
							
							... 
							
							
 
							
							Attempt for build speed record 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								72dd427d07 
								
							
								 
							
						 
						
							
							
								
								ref(scripts): use gometalinter for linters  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								7ef5751529 
								
							
								 
							
						 
						
							
							
								
								fix(ci): disable running coverage in parallel  
							
							... 
							
							
 
							
							Running in parallel will crash a circle ci node. Disabling until we can
build in some safeguards. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f44f6780fc 
								
							
								 
							
						 
						
							
							
								
								feat(ci): validate license block in source files  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								870918d1e5 
								
							
								 
							
						 
						
							
							
								
								feat(ci): run test coverage in parallel  
							
							... 
							
							
 
							
							```
./scripts/coverage.sh  37.25s user 4.15s system 144% cpu 28.615 total
```
```
./scripts/coverage.sh  47.96s user 6.77s system 567% cpu 9.647 total
``` 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								e64223664f 
								
							
								 
							
						 
						
							
							
								
								fix(ci): ensure godir is installed for coverage  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								ebffaadba7 
								
							
								 
							
						 
						
							
							
								
								feat(ci): setup test coverage reports with coveralls.io  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								c5682803cf 
								
							
								 
							
						 
						
							
							
								
								fix(ci): move docker-build out of parallel step  
							
							... 
							
							
 
							
							circle ci can't seem to find the image when it is build in a parallel
container. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								7223e33deb 
								
							
								 
							
						 
						
							
							
								
								fix(ci): add docker-build to the parallel builds  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								8cb940a7f4 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #929  from adamreese/fix/local-cluster  
							
							... 
							
							
 
							
							fix(scripts): update local-cluster.sh to work with v1.3 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								eba297714f 
								
							
								 
							
						 
						
							
							
								
								fix(scripts): update local-cluster.sh to work with v1.3  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f89b6ce761 
								
							
								 
							
						 
						
							
							
								
								feat(ci): setup parallel testing  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								e757b24aed 
								
							
								 
							
						 
						
							
							
								
								fix(*): add license header  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								522af15903 
								
							
								 
							
						 
						
							
							
								
								feat(scripts): add script to sync repo  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								a6d675db49 
								
							
								 
							
						 
						
							
							
								
								fix(local-cluster): fix missing namespace issue  
							
							... 
							
							
 
							
							hyperkube tries to create the components in a namespace that does not
exist. 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								a4b73c208e 
								
							
								 
							
						 
						
							
							
								
								feat(local-cluster): add option to use alpha releases  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								1a8e9cd46f 
								
							
								 
							
						 
						
							
							
								
								fix(local-cluster): check to see if kubelet is running  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								86301081be 
								
							
								 
							
						 
						
							
							
								
								fix(local-cluster): use correct dns ip addr  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								bd61e3ab86 
								
							
								 
							
						 
						
							
							
								
								fix(golint): fix printing blank lines  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								b5aebe41e9 
								
							
								 
							
						 
						
							
							
								
								fix(Makefile): skip gofmt on proto gen code  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								9e24283235 
								
							
								 
							
						 
						
							
							
								
								feat(local-cluster): add kubernetes startup script  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								5207186ee9 
								
							
								 
							
						 
						
							
							
								
								fix(scripts): go vet is built into go  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								6092f01fac 
								
							
								 
							
						 
						
							
							
								
								feat(Makefile): add Makefile  
							
							
 
							
						 
						
							10 years ago