Brendan Burns
|
77dd0afc26
|
Fix a bug in pod listing introduced in a recent refactor.
Add a test to catch a regression in the future.
|
2014-06-18 10:39:14 -07:00 |
|
Brendan Burns
|
5f66d33880
|
Add load balancing support to services.
|
2014-06-17 21:28:20 -07:00 |
|
brendandburns
|
1b1662d22d
|
Merge pull request #145 from lavalamp/test_fix
Ensure that MockPodRegistry verifies the query it's passed.
|
2014-06-17 21:00:59 -07:00 |
|
Daniel Smith
|
246db91cb5
|
Merge pull request #135 from brendandburns/lb
Add load balancing support to services.
|
2014-06-17 18:40:42 -07:00 |
|
Daniel Smith
|
372e7b7727
|
Ensure that MockPodRegistry verifies the query it's passed.
|
2014-06-17 18:33:51 -07:00 |
|
brendandburns
|
1fd954b1d3
|
Merge pull request #138 from lavalamp/master
Normalize etcd_registry's storage & error handling
|
2014-06-17 17:34:42 -07:00 |
|
brendandburns
|
a3036d2c81
|
Merge pull request #143 from jjhuff/fix_scheduler_panic
FirstFitScheduler was triggering a panic by passing nil as the query to EtcdRegistry.ListPods
|
2014-06-17 17:33:17 -07:00 |
|
Justin Huff
|
1bef7fdd04
|
FirstFitScheduler was triggering a panic by passing nil as the query to
EtcdRegistry.ListPods. I think this was just missed during the recent
label refactor.
|
2014-06-17 15:48:37 -07:00 |
|
Justin Huff
|
3072ccf088
|
When the apiserver panics, log a stacktrace.
|
2014-06-17 14:59:37 -07:00 |
|
Daniel Smith
|
500ef4c46c
|
Extract yet more redundancy
|
2014-06-17 13:53:47 -07:00 |
|
Daniel Smith
|
77556a5eb0
|
Extract more redundancy
|
2014-06-17 13:53:47 -07:00 |
|
Daniel Smith
|
25ab3b695e
|
Move duplicated logic into single function.
|
2014-06-17 13:53:47 -07:00 |
|
Brendan Burns
|
2759b2367f
|
Add load balancing support to services.
|
2014-06-17 12:37:39 -07:00 |
|
Daniel Smith
|
e10e5b99d5
|
Fix typo
|
2014-06-16 22:21:43 -07:00 |
|
Daniel Smith
|
c4e575d4ac
|
switch to different types for different parts of the label query
|
2014-06-16 22:05:12 -07:00 |
|
Daniel Smith
|
3b980bd9dc
|
Make deterministic
|
2014-06-16 22:05:12 -07:00 |
|
Daniel Smith
|
c534d070e5
|
Rename LabelSet labels.Set
|
2014-06-16 22:05:12 -07:00 |
|
Daniel Smith
|
5c3e4fab58
|
add another test
|
2014-06-16 22:05:12 -07:00 |
|
Daniel Smith
|
7d05ba4dc4
|
Implement new label system
|
2014-06-16 22:05:12 -07:00 |
|
Daniel Smith
|
ad2ec27e91
|
Implement label queries for controller registry
|
2014-06-16 22:05:12 -07:00 |
|
Daniel Smith
|
154ec0db1e
|
apiserver builds again
|
2014-06-16 22:05:12 -07:00 |
|
Daniel Smith
|
1c6342a794
|
Move labels to own package
|
2014-06-16 22:05:11 -07:00 |
|
Daniel Smith
|
3ab2f8a3a2
|
First piece of improving labels
|
2014-06-16 22:05:11 -07:00 |
|
Daniel Smith
|
6d3af1f8ff
|
Make success status public so it will actually get sent to clients
|
2014-06-16 22:05:11 -07:00 |
|
Brendan Burns
|
b8eaa8634e
|
Remove dot syntax.
|
2014-06-16 11:16:18 -07:00 |
|
Daniel Smith
|
ea5cbd44bb
|
Refactor apiserver command; move logic to a package for reuse and eventual testing
|
2014-06-15 23:30:58 -07:00 |
|
Daniel Smith
|
b3ab658c71
|
consistent filenames
|
2014-06-15 23:30:58 -07:00 |
|
Brendan Burns
|
32071289e6
|
Add some documentation
|
2014-06-15 22:42:19 -07:00 |
|
Brendan Burns
|
76148dc85f
|
gofmt
|
2014-06-15 21:57:29 -07:00 |
|
Brendan Burns
|
2e68d087a9
|
Add udp support.
|
2014-06-15 21:19:35 -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 |
|
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 |
|
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
|
50b9c34cf1
|
Fix error recovery.
|
2014-06-13 18:11:32 -07:00 |
|
Daniel Smith
|
5626703634
|
Add a new e2e test; fix some bugs/usability problems
|
2014-06-13 16:30:26 -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
|
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
|
b95eef522b
|
Add nice(r) error message on api server panic. Fix nil ptr derefs.
|
2014-06-13 14:59:36 -07:00 |
|
Brendan Burns
|
d393838dfd
|
Only manage containers with '--' in the name.
|
2014-06-13 12:09:48 -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 |
|
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 |
|
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 |
|
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 |
|
Daniel Smith
|
078451053b
|
gofmt -s && change gofmt reminder to specify -s in prepare-commit-msg
|
2014-06-12 17:25:46 -07:00 |
|