Jeff Grafton
c669c63ff3
Use goveralls to report coverage results from Travis.
2015-02-19 17:49:42 -08:00
Jeff Grafton
26addee75b
Produce a combined coverage report when running Go unit tests.
...
The Go coverage tool does not currently support recording a coverage
data profile across packages, so we must manually combine these coverage
profiles and use it to produce an HTML report when KUBE_COVER is
nonempty. The exact value of KUBE_COVER is now ignored; KUBE_COVERMODE
can be used to set the coverage mode from the default of "atomic".
Additionally, if KUBE_GOVERALLS_BIN is set, hack/test-go.sh will attempt
to report coverage results to Coveralls.io. This is intended to be used
with the Travis build.
2015-02-19 17:49:36 -08:00
Brian Grant
079e70e210
Merge pull request #4546 from mikedanese/hook-fix
...
add descriptions to PodCondition struct tags
2015-02-18 13:41:29 -08:00
Mike Danese
dd1548347d
add descriptions to PodCondition struct tags
2015-02-18 13:29:56 -08:00
Jeff Lowdermilk
8fcb47825b
Merge pull request #4488 from bprashanth/remove_utils
...
Teach kubectl to avoid local/util, since its gone.
2015-02-18 13:21:12 -08:00
Yu-Ju Hong
418f336731
Merge pull request #4322 from bprashanth/nginx_port_collision
...
Modify nginx port to avoid collision with api server
2015-02-18 13:01:29 -08:00
Victor Marmol
860c1cc93a
Merge pull request #4508 from bprashanth/handle_stats_500
...
Cadvisor interface returns richer errors to the kubelet server #4127
2015-02-18 12:59:47 -08:00
Prashanth Balasubramanian
6fb36dc0bc
Teach kubectl to avoid local/util, since its gone.
2015-02-18 12:43:20 -08:00
Zach Loafman
bb8d4e582c
Merge pull request #4511 from ixdy/jenkins-ginkgo-exit-status
...
Jenkins e2e tests: only fail on infrastructure errors and disable colors
2015-02-18 11:42:26 -08:00
Jeff Grafton
502b95f045
Jenkins e2e tests: ignore test exit status.
...
Since Jenkins has hopefully been set up properly to read test failures
from junit*.xml files, only exit with a nonzero status when there are
infrastructure failures. If there are only test failures, the nonzero
exit status will be ignored.
Also, disable Ginkgo's colors to make the Jenkin console logs more
readable.
2015-02-18 11:32:41 -08:00
Dawn Chen
31901780a9
Merge pull request #4520 from brendandburns/master
...
Release 0.11.0
2015-02-18 11:00:18 -08:00
Eric Tune
afefa85b26
Merge pull request #4539 from pmorie/secret_resource
...
Add test for secret RESTStorage
2015-02-18 10:20:59 -08:00
Paul Morie
a131a5e491
Add test for secret RESTStorage
2015-02-18 13:02:22 -05:00
Eric Tune
6c4c258e2c
Merge pull request #4514 from pmorie/secret_resource
...
Secret API resource
2015-02-18 09:41:33 -08:00
Prashanth Balasubramanian
9427f75788
Cadvisor returns richer errors to the kubelet server.
2015-02-18 09:31:28 -08:00
Yu-Ju Hong
49b92d43b6
Merge pull request #4538 from rootfs/bug-fixes
...
remove reference to local from KUBERNETES_PROVIDER comment
2015-02-18 09:25:15 -08:00
Eric Tune
e045b19bec
Merge pull request #4126 from pmorie/secrets_proposal
...
Secrets proposal
2015-02-18 09:05:18 -08:00
Paul Morie
fb001ada21
Secret API resource
2015-02-18 11:54:56 -05:00
Huamin Chen
3454e4e189
remove reference to local from KUBERNETES_PROVIDER comment
...
Signed-off-by: Huamin Chen <hchen@redhat.com>
2015-02-18 11:45:56 -05:00
Victor Marmol
48a98f97a1
Merge pull request #4532 from zmerlynn/fix_dev_inst
...
Document current ways to run a single e2e
2015-02-18 08:12:24 -08:00
Zach Loafman
7d1f23d7d5
Document current ways to run a single e2e
2015-02-18 07:51:36 -08:00
Zach Loafman
e81d9abcac
Merge pull request #4516 from ixdy/hack-e2e-test-args
...
Add --test_args flag to hack/e2e.go.
2015-02-18 06:44:05 -08:00
David Oppenheimer
0e1c0b26dc
Update roadmap.md
2015-02-17 23:09:45 -08:00
Brendan Burns
5b34ac0e73
Kubernetes version v0.11.0-dev
2015-02-17 21:15:42 -08:00
Brendan Burns
18ddff0eb6
Kubernetes version v0.11.0
2015-02-17 21:15:37 -08:00
Clayton Coleman
a01c09a61a
Merge pull request #4518 from brendandburns/master
...
Fix rolling update if namespace is empty.
2015-02-17 23:49:17 -05:00
Brendan Burns
62c4187e78
Fix rolling update if namespace is empty.
2015-02-17 20:16:49 -08:00
Jeff Grafton
ef801875ab
Add --test_args flag to hack/e2e.go.
...
Add a flag to allow passing options to the Ginkgo test runner, for
example to pass --ginkgo.focus to run only particular specs.
2015-02-17 17:40:32 -08:00
Paul Morie
ea18e6698d
Secrets proposal
2015-02-17 20:29:38 -05:00
CJ Cullen
91714077b0
Merge pull request #4512 from brendandburns/master
...
Strip whitespace that OS X inserts on wc calls.
2015-02-17 17:22:16 -08:00
Brendan Burns
eee9804e97
Strip whitespace that OS X inserts on wc calls.
2015-02-17 17:19:33 -08:00
Zach Loafman
885cbe672d
Merge pull request #4506 from vishh/issue_3883
...
Adding an integration test for cadvisor.
2015-02-17 17:05:14 -08:00
Tim Hockin
876b0c4619
Merge pull request #4484 from jszczepkowski/load-balancer
...
Update for external load balancer.
2015-02-17 17:04:08 -08:00
Vishnu Kannan
4c3397cdf4
Adding an integration test for cadvisor.
2015-02-18 00:58:06 +00:00
Dawn Chen
51694972e3
Merge pull request #4509 from saad-ali/event_compression_doc_lru
...
Update Event Compression Design Doc with LRU Cache
2015-02-17 16:55:32 -08:00
Nikhil Jindal
7264ad49f8
Merge pull request #4504 from dchen1107/podstatus
...
Create docker.Container obj with Name. Integration test is using fake_do...
2015-02-17 16:43:33 -08:00
Saad Ali
9d850be8d7
Update Event Compression Design Doc with LRU Cache
2015-02-17 16:36:08 -08:00
Nikhil Jindal
a4bc22e263
Merge pull request #4507 from lavalamp/fix4
...
remove redundant func()
2015-02-17 16:10:51 -08:00
Eric Tune
7990b54803
Merge pull request #4444 from saad-ali/eventsCacheLru
...
Switch events history to use LRU cache instead of map
2015-02-17 16:05:11 -08:00
Daniel Smith
ca5a73ac6b
remove redundant func()
2015-02-17 15:58:18 -08:00
Eric Tune
dba24d1325
Merge pull request #4496 from hjfreyer/patch-1
...
Upgrade to v0.10.1 in standalone.yaml
2015-02-17 15:44:40 -08:00
Dawn Chen
c843adbd8f
Create docker.Container obj with Name. Integration test is using fake_docker_client
...
to create and start a fake container. When StartContainer, it pass a name as docker
ID for testing purpose, but leave Name uninitialized. This PR fixes such issue.
Fixed #4472 .
2015-02-17 15:23:21 -08:00
Nikhil Jindal
9f768b521d
Merge pull request #4491 from coolsvap/master
...
Added getting started guide for CentOS
2015-02-17 15:22:05 -08:00
Nikhil Jindal
50ed6ad851
Merge pull request #4502 from pweil-/service-list
...
service NewList should return ServiceList
2015-02-17 14:51:44 -08:00
Dawn Chen
479e0c8f81
Merge pull request #4503 from dchen1107/podstatus
...
Add debugging information when docker.Container name is for #4472
2015-02-17 14:49:50 -08:00
Zach Loafman
fe5b257cfc
Merge pull request #4427 from satnam6502/e2e_cluster_logging
...
Enabled Elasticsearch cluster level logging for e2e test clusters
2015-02-17 14:32:26 -08:00
Nikhil Jindal
3dd7c4481b
Merge pull request #4499 from vishh/issue_4041
...
Update yaml library.
2015-02-17 13:53:14 -08:00
Tim Hockin
003c0986b4
Merge pull request #4478 from thommay/rackspace_cloud_base
...
Basic Rackspace cloud support
2015-02-17 13:41:31 -08:00
Paul Weil
8d7d03a2f8
service NewList should return ServiceList
2015-02-17 16:30:29 -05:00
Dawn Chen
bafa240187
Add debugging information for #4472
2015-02-17 13:28:15 -08:00