Commit Graph

739 Commits (c9babe619e46b76a08d9d98fe0cdb84268043d6c)

Author SHA1 Message Date
Brendan Burns d5516e4cdc Activate gce minion list. 2014-07-01 11:33:58 -07:00
Brendan Burns 13d7a5959a Add sync behavior to the pod registry. Expand tests. 2014-07-01 11:31:21 -07:00
Brendan Burns e5f36b8ec1 Disable gofmt for non go1.2 or go1.3 2014-07-01 11:25:59 -07:00
Nan Deng 44935c2f94 comment 2014-07-01 11:21:17 -07:00
Nan Deng 7f9d66525a remove lock for broadcast 2014-07-01 11:13:05 -07:00
Brendan Burns 7999983311 Added async behavior. 2014-07-01 11:11:10 -07:00
Daniel Smith d75bd790d3 Merge pull request #319 from brendandburns/kubecfg
Initial add of an environment variable for the kubernetes master.
2014-07-01 11:07:31 -07:00
Daniel Smith 51fd88bfc2 Merge pull request #323 from proppy/master
travis: add go 1.3 target
2014-07-01 11:03:51 -07:00
Johan Euphrosine 74bc515172 travis: temporary disable tip
workaround gofmt failure, until #322 is in
2014-07-01 11:01:17 -07:00
Johan Euphrosine d7b1562b45 travis: add go 1.3 target 2014-07-01 10:45:53 -07:00
brendandburns 0d8d38d442 Merge pull request #321 from smarterclayton/use_capital_id
Use ID instead of Id (go style) everywhere
2014-07-01 10:33:06 -07:00
Clayton Coleman 15c96508a9 Use ID instead of Id (go style) everywhere
Fixes #278
2014-07-01 13:16:47 -04:00
Brendan Burns 4d6a783e5f Initial add of an environment variable for the kubernetes master. 2014-07-01 10:12:38 -07:00
Nan Deng f68446fed9 comment 2014-06-30 20:51:38 -07:00
brendandburns d53c56dd29 Merge pull request #314 from thockin/valid2
Fix examples to set manifest ID and version
2014-06-30 20:21:32 -07:00
brendandburns 65a62278b1 Merge pull request #286 from lavalamp/exampleEtcd
Separate scheduler from registry
2014-06-30 20:17:07 -07:00
brendandburns 2b8ccbf9e9 Merge pull request #316 from thockin/docs
Add a review/commit hysteresis.
2014-06-30 20:12:31 -07:00
Nan Deng 101806cb5e do not recreate 2014-06-30 18:27:41 -07:00
Nan Deng 7b432eac5c gofmt -r "condChannelsReady->condWatchCompleted" 2014-06-30 18:05:01 -07:00
Daniel Smith 53618f5db7 Merge pull request #311 from thockin/valid3
Add validation primitives to util
2014-06-30 17:13:24 -07:00
Tim Hockin 6e9c0a6f95 Add a review/commit hysteresis. 2014-06-30 16:53:27 -07:00
Daniel Smith 45d998d411 Merge pull request #313 from dchen1107/fileserver
Fileserver
2014-06-30 16:53:22 -07:00
Daniel Smith 6ed50b46e4 Merge pull request #315 from thockin/docs
Clarify and lighten the LGTM policy.
2014-06-30 16:52:50 -07:00
Tim Hockin d43de2b7b0 Clarify and lighten the LGTM policy. 2014-06-30 16:48:21 -07:00
Dawn Chen 85152fc137 Add a FileServer for master's logs 2014-06-30 16:33:54 -07:00
Tim Hockin 9affd6d260 Fix examples to set manifest ID and version
Part 4 in a series of changes towards data validation.
2014-06-30 16:16:06 -07:00
Nan Deng 905c6dcb10 gofmt -r "WaitToWatch->WaitForWatchCompletion" 2014-06-30 16:09:15 -07:00
Nan Deng f13f1a5da6 use sync.Cond 2014-06-30 16:07:46 -07:00
Nan Deng 014165ded6 style 2014-06-30 15:39:03 -07:00
Nan Deng fa1fbe88c1 use wait group 2014-06-30 15:32:55 -07:00
Daniel Smith c292b72495 Merge pull request #308 from thockin/valid2
Break the dep from util -> api
2014-06-30 15:22:55 -07:00
Tim Hockin b3dd86a21e Add validation primitives to util
Part 2 in a series of changes towards data validation.
2014-06-30 15:17:53 -07:00
Nan Deng 62055090b4 fix data races in controller 2014-06-30 14:48:57 -07:00
Tim Hockin 74e1b03a80 Break the dep from util -> api
Part 1 in a series of changes towards data validation.
2014-06-30 14:28:41 -07:00
Daniel Smith 655bca7e55 Merge pull request #306 from monnand/registry-race
Solved data races in pkg/registry
2014-06-30 12:15:31 -07:00
Nan Deng f99a50ba69 use mutex instead of rwmutex 2014-06-30 11:13:42 -07:00
Nan Deng 3083a33e5f pkg/registry now passed race detector. 2014-06-30 11:04:57 -07:00
Daniel Smith 0986e96743 Merge pull request #303 from thockin/docs
Fix line break
2014-06-30 09:27:26 -07:00
Tim Hockin 847eb4fbfc Fix line break 2014-06-30 09:24:41 -07:00
brendandburns ccb607d22e Merge pull request #292 from thockin/docs
Add a doc on collaborative development
2014-06-30 09:12:59 -07:00
brendandburns 58030faf4a Merge pull request #290 from thockin/logging
Reduce logging noise
2014-06-30 09:11:38 -07:00
Tim Hockin 05fe417d4d Add a doc on collaborative development 2014-06-29 21:14:58 -07:00
Daniel Smith 011ce9d871 Add crash handler bypass for testing. 2014-06-29 12:35:43 -07:00
Daniel Smith 0760e9bc2c Fix up usage and tests, split into multiple files.
Doing this in multiple commits in an attempt to preserve the file movement history.
2014-06-29 12:35:43 -07:00
Daniel Smith 21e63cf75a Move scheduler to own package. 2014-06-29 12:30:49 -07:00
Tim Hockin 6c79937a42 Reduce logging noise
Don't use %#v for errors.
Do use %+v when more detail than %v is needed.
Fix typos Kublet -> Kubelet.
2014-06-28 22:16:26 -07:00
brendandburns 18cba57863 Fix the link. 2014-06-28 20:11:51 -07:00
brendandburns ac055469c0 Add a link to the I/O talk on YouTube 2014-06-28 20:11:22 -07:00
brendandburns fe4ce67aeb Merge pull request #289 from thockin/cleanups
Add a NewStringSet() function
2014-06-28 19:51:34 -07:00
Tim Hockin b65d685a39 Add a NewStringSet() function
Also beef up tests to cover len(ss).
2014-06-28 19:36:44 -07:00