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
Daniel Smith
3c31f77159
Merge pull request #90 from proppy/add-travis
...
travis: add irc notifications
2014-06-12 17:54:18 -07:00
Johan Euphrosine
58bda7616e
travis: add irc notifications
2014-06-12 17:36:39 -07:00
Daniel Smith
078451053b
gofmt -s && change gofmt reminder to specify -s in prepare-commit-msg
2014-06-12 17:25:46 -07:00
Daniel Smith
867daadbdb
Yaml parses json, too; no need to try both.
2014-06-12 17:23:28 -07:00
Daniel Smith
2abfd95d6b
Tests pass now.
2014-06-12 17:23:28 -07:00
Daniel Smith
601f6bb4ad
Add inline attribute
2014-06-12 17:23:28 -07:00
Daniel Smith
74fd0c1a58
Usability improvements
2014-06-12 17:23:28 -07:00
Daniel Smith
853a4e26a8
Call parsing code from cloudcfg
2014-06-12 17:23:28 -07:00
Daniel Smith
881613e3f5
First part of parsing settings client-side
2014-06-12 17:23:28 -07:00
Joe Beda
5b3c6f1965
Merge pull request #83 from proppy/add-travis
...
add travis integration
2014-06-12 17:07:32 -07:00
Joe Beda
e1a5c6268e
Merge pull request #77 from brendandburns/kublet
...
Expand unit tests, coverage now to 56.9%
2014-06-12 17:06:36 -07:00
Daniel Smith
5df9c5e770
Merge pull request #89 from jbeda/gcloud-fix
...
Switch from `gcloud compute` to `gcutil`.
2014-06-12 16:56:10 -07:00
Johan Euphrosine
afc3fe7edf
travis: explicit gopath
2014-06-12 16:07:44 -07:00
Johan Euphrosine
1b60c4d88f
travis: fix path for integration
2014-06-12 16:05:05 -07:00
Johan Euphrosine
0d9280e168
travis: remove e2e test and set GOPATH for integration
2014-06-12 15:44:27 -07:00
Joe Beda
110a390c97
Switch from `gcloud compute` to `gcutil`.
...
We'll switch back to the future once the interface has settled down.
2014-06-12 15:43:00 -07:00
Johan Euphrosine
0563f5d2b1
travis: fix integration test invocation
2014-06-12 15:40:08 -07:00
Johan Euphrosine
ac14b2b9dd
travis: add etcd and gcloud path
2014-06-12 15:24:00 -07:00
brendandburns
77cbfab1cd
Merge pull request #88 from ctso/master
...
Allow the use of a network other than default
2014-06-12 15:07:53 -07:00
Chris Soyars
76e0391ad3
Allow the use of a network other than default
2014-06-12 15:00:48 -07:00
Brendan Burns
b05bc22a62
Refactor the kubelet for testability.
...
Add unit tests. Test coverage to 56.9%
2014-06-12 14:44:46 -07:00
Johan Euphrosine
200fc2dd29
travis: add cloudsdk and cover tool
2014-06-12 14:35:11 -07:00
Daniel Smith
54d1e7e86d
Merge pull request #84 from proppy/gofmt
...
gofmt -s pkg/ cmd/
2014-06-12 14:20:12 -07:00
Johan Euphrosine
4f6bed03ae
gofmt -s pkg/ cmd/
2014-06-12 14:16:19 -07:00
Daniel Norberg
339623736d
cloudcfg: resize <name> <replicas> command
2014-06-12 17:07:06 -04:00
Johan Euphrosine
8bd747a904
add travis integration
2014-06-12 13:49:36 -07:00
brendandburns
c0f41e2a86
Merge pull request #82 from danielnorberg/dano/fix-cloudcfg-test-dorequest
...
cloudcfg: fix TestDoRequest
2014-06-12 13:37:04 -07:00
Daniel Norberg
75957dc5b9
cloudcfg: fix TestDoRequest
2014-06-12 16:35:00 -04:00
Daniel Smith
3e1e3d90a3
Merge pull request #81 from brendandburns/local
...
Fix localkube due to a bad merge.
2014-06-12 13:24:37 -07:00
Brendan Burns
8f8c31e5cf
Fix localkube due to a bad merge.
2014-06-12 13:20:16 -07:00
brendandburns
a722768d02
s/linux/Linux/
2014-06-12 11:49:42 -07:00
brendandburns
df3aa48f88
Merge pull request #78 from jbeda/gcloud-fix
...
Fix up version string for gcloud compute version.
2014-06-12 11:37:56 -07:00
Joe Beda
9d50a76922
Fix up version string for gcloud compute version.
...
This might break again as the version that this change will land isn't stable. I'm going to switch back to gcutil until we know we won't break again. That will come in a future PR.
2014-06-12 11:35:46 -07:00
Joe Beda
880059fb8a
Merge pull request #63 from brendandburns/examples
...
Added the example dockerfiles.
2014-06-12 11:34:12 -07:00