Commit Graph

105211 Commits

Author SHA1 Message Date
Brian Dorsey
fe31617454 Add hack/build-go.sh to step zero
(needed when working from a completely clean install)
2014-06-15 15:36:56 -07:00
Daniel Smith
a047dc4930 No underscores in variable names. Add option to set hostname at command line. 2014-06-15 10:24:36 -07:00
Daniel Smith
229ccb0fa3 Merge pull request #110 from jbeda/test-fix
Stable comparison of stuff that transits through map.
2014-06-14 16:05:30 -07:00
Joe Beda
c9e5a0ab0c Merge pull request #112 from brendanburns/master
Further error handling when gcloud isn't set up correctly.
2014-06-14 16:05:06 -07:00
Daniel Smith
c7a307ceb2 Merge pull request #105 from lavalamp/improve_e2e
Add a new e2e test; fix some bugs/usability problems
2014-06-14 16:03:56 -07:00
Brendan Burns
87afb5fd5e Further error handling when gcloud isn't set up correctly. 2014-06-14 15:37:39 -07:00
Joe Beda
860ed8cd4c Merge pull request #111 from brendanburns/master
Update release config file to check for gcloud.
2014-06-14 15:13:48 -07:00
Brendan Burns
b78e32b1ba Updated release config file to check for gcloud. 2014-06-14 15:12:29 -07:00
Joe Beda
c6dd6cb410 Stable comparison of stuff that transits through map.
There are probably more of these in the codebase.  Looks like this happens with the go tip via travis.
2014-06-14 14:42:00 -07:00
Daniel Smith
f02c27312b Fix --allowed syntax 2014-06-14 09:52:29 -07:00
Joe Beda
c746dd8df5 Merge pull request #107 from lavalamp/master
Fix error recovery.
2014-06-14 07:39:56 -07:00
Daniel Smith
50b9c34cf1 Fix error recovery. 2014-06-13 18:11:32 -07:00
Daniel Smith
e43624e096 Merge pull request #106 from jbeda/third-party-move
Move third_party code under third_party/src so it can be used in $GOPATH
2014-06-13 17:33:02 -07:00
Daniel Smith
cba453d72b Fix basic test the other way. 2014-06-13 17:31:57 -07:00
Daniel Smith
74ea18209a Add mac instructions 2014-06-13 17:27:01 -07:00
Daniel Smith
2d0b111ba8 Fix basic e2e test 2014-06-13 17:24:12 -07:00
Joe Beda
d230625e1a Move third_party code under third_party/src so it can be used in $GOPATH. 2014-06-13 17:15:49 -07:00
Daniel Smith
5626703634 Add a new e2e test; fix some bugs/usability problems 2014-06-13 16:30:26 -07:00
Daniel Smith
a40529b379 Merge pull request #104 from jbeda/proxy-test-fix
The Mac is picky about the syntax for listening on ephemeral ports.
2014-06-13 16:14:32 -07:00
Joe Beda
239e1273cf The Mac is picky about the syntax for listening on ephemeral ports. 2014-06-13 16:04:17 -07:00
Daniel Smith
2324dc1510 Merge pull request #102 from brendandburns/errors
Make all error strings lower case, for readability.
2014-06-13 15:56:40 -07:00
brendandburns
d62d2ffdef Merge pull request #76 from gleamglom/api_docs
Add more help messages to cloudcfg utility
2014-06-13 15:48:31 -07:00
brendandburns
7b45878bed Merge pull request #99 from lavalamp/improve_e2e
Improve e2e (improve #3)
2014-06-13 15:47:23 -07:00
brendandburns
7342b6cee9 Merge pull request #100 from lavalamp/fix_panic
Add nice(r) error message on api server panic. Fix nil ptr derefs.
2014-06-13 15:46:52 -07:00
Brendan Burns
482a360f9e Make all error strings lower case, for readability. 2014-06-13 15:45:19 -07:00
Daniel Smith
505f01a7ca Merge pull request #101 from blynch/patch-1
Update guestbook.md
2014-06-13 15:14:54 -07:00
Brian Lynch
79eb0688cb Update guestbook.md
The previous gcutil command fails to connect:

lynchb-macbookpro2:kubernetes lynchb$ gcutil ssh kubernetes-minion-3 --zone us-central1-b
INFO: Zone for kubernetes-minion-3 detected as us-central1-b.
INFO: Running command line: ssh -o UserKnownHostsFile=/dev/null -o CheckHostIP=no -o StrictHostKeyChecking=no -i /Users/lynchb/.ssh/google_compute_engine -A -p 22 lynchb@23.236.61.38 -- --zone us-central1-b
Warning: Permanently added '23.236.61.38' (RSA) to the list of known hosts.
bash: --: invalid option
Usage:	bash [GNU long option] [option] ...
	bash [GNU long option] [option] script-file ...
GNU long options:
	--debug
	--debugger
	--dump-po-strings
	--dump-strings
	--help
	--init-file
	--login
	--noediting
	--noprofile
	--norc
	--posix
	--protected
	--rcfile
	--restricted
	--verbose
	--version
Shell options:
	-irsD or -c command or -O shopt_option		(invocation only)
	-abefhkmnptuvxBCHP or -o option
2014-06-13 15:03:17 -07:00
Daniel Smith
b95eef522b Add nice(r) error message on api server panic. Fix nil ptr derefs. 2014-06-13 14:59:36 -07:00
gleamglom
dd045544b0 Add more help messages to cloudcfg utility 2014-06-13 13:16:27 -07:00
Daniel Smith
de3ae061ee Split up e2e test code. More e2e tests on the way. 2014-06-13 12:35:03 -07:00
Daniel Smith
6d4e1632b3 Merge pull request #98 from brendandburns/container_info
Only manage containers with '--' in the name.  Addresses #4
2014-06-13 12:24:49 -07:00
Brendan Burns
d393838dfd Only manage containers with '--' in the name. 2014-06-13 12:09:48 -07:00
Daniel Smith
d937f6f776 working on a better e2e test 2014-06-13 11:26:55 -07:00
Daniel Smith
9cd9754693 Merge pull request #92 from brendandburns/container_info
Add status message population.
2014-06-13 10:49:32 -07:00
Brendan Burns
c2c6055d70 Add status message population. 2014-06-13 09:42:04 -07:00
brendandburns
fc36ae2759 Merge pull request #94 from lavalamp/change_port
Fix flaky test in proxier.
2014-06-12 22:10:34 -07:00
brendandburns
97caf8f428 Merge pull request #95 from lavalamp/master
Forgot to actually add -s to the gofmt call in the hook.
2014-06-12 22:10:19 -07:00
Daniel Smith
701c34f701 Forgot to actually add -s to the gofmt call in the hook. 2014-06-12 22:03:00 -07:00
Daniel Smith
e1bc4d2eba Port 2223 is in use on my machine sometimes, so this test was flaky. 2014-06-12 21:55:55 -07:00
brendandburns
da92ba3246 Merge pull request #93 from lavalamp/improve_hooks
Improved commit hook
2014-06-12 21:26:23 -07:00
Daniel Smith
2328cad18b Improved commit hook 2014-06-12 21:23:04 -07:00
Daniel Smith
f9a5fadf45 Merge pull request #86 from brendandburns/dot
Remove dot import syntax from registry package.
2014-06-12 20:58:13 -07:00
Daniel Smith
1d303febb4 Merge pull request #80 from brendandburns/readability
Address package level comments for readability.
2014-06-12 20:57:24 -07:00
Brendan Burns
164160adef Address package level comments for readability. 2014-06-12 20:26:12 -07:00
brendandburns
f053a49988 Merge pull request #71 from brendandburns/container_info
Fix some problems in container info handling if the container's no present.
2014-06-12 20:17:05 -07:00
brendandburns
4a8c53e7bd Merge pull request #74 from danielnorberg/dano/cloudcfg-start
cloudcfg: resize <name> <replicas> command
2014-06-12 20:16:31 -07:00
Brendan Burns
0c3b9f2b69 fix dot import. 2014-06-12 20:14:41 -07:00
Joe Beda
1524ed7624 Merge pull request #79 from lavalamp/syntax_check
Parse settings client-side (addresses #67)
2014-06-12 18:49:02 -07:00
Joe Beda
772c7f4d58 Merge pull request #91 from jbeda/gofmt
gofmt -s -w cmd/ pkg/
2014-06-12 18:35:40 -07:00
Joe Beda
353698558d gofmt -s -w cmd/ pkg/ 2014-06-12 18:34:47 -07:00