Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #3974 from adelez/bazel-like-output | Craig Tiller | 2015-10-29 |
|\ | | | | | Bazel like output | ||
* \ | Merge pull request #3997 from a-veitch/fix_tsan_cpu_test | Nicolas Noble | 2015-10-29 |
|\ \ | | | | | | | Fix for long-running tsan test | ||
* \ \ | Merge pull request #3998 from jcanizales/travis-for-ios | Michael Lumish | 2015-10-29 |
|\ \ \ | | | | | | | | | Travis for iOS | ||
* \ \ \ | Merge pull request #3994 from jcanizales/split-test-schemes | Michael Lumish | 2015-10-29 |
|\ \ \ \ | | | | | | | | | | | Split tests into one scheme per test case | ||
| | | * | | Fix for long-running tsan test | Alistair Veitch | 2015-10-29 |
| | | | | | |||
* | | | | | Merge pull request #3990 from jcanizales/xcode7-warnings | Michael Lumish | 2015-10-29 |
|\ \ \ \ \ | | | | | | | | | | | | | Prevent XCode 7 from showing spurious warnings | ||
| | | * \ \ | Merge commit '96dde58ba59f0f124ae647b6e581225a62c2ea07' into travis-for-ios | Jorge Canizales | 2015-10-28 |
| | | |\ \ \ | | | |/ / / | | |/| | | | |||
| | | * | | | Deactivate remote interop tests in Travis | Jorge Canizales | 2015-10-28 |
| | | | | | | |||
| | * | | | | Fixup: Target name changed. | Jorge Canizales | 2015-10-28 |
| | | | | | | |||
| | | * | | | Fail fast if the plugin can’t be made or pod not installed | Jorge Canizales | 2015-10-28 |
| | | | | | | |||
| | | * | | | Restrict tests to simulator | Jorge Canizales | 2015-10-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Device builds require code signing, that isn’t set up (they probably wouldn’t work anyway - I don’t think Travis is attaching devices to their VMs). | ||
| | | * | | | Require Xcode 7.1 to try and get NS_ASSUME_NONNULL_BEGIN | Jorge Canizales | 2015-10-28 |
| | | | | | | |||
| | | * | | | Silence pod repo update | Jorge Canizales | 2015-10-28 |
| | | | | | | |||
| | | * | | | Pod install manually, to get —-verbose | Jorge Canizales | 2015-10-28 |
| | | | | | | |||
| | | * | | | Try Travis builtin support for Cocoapods & xctool | Jorge Canizales | 2015-10-28 |
| | | | | | | |||
| | | * | | | Install gflags, needed to build the C++ interop server | Jorge Canizales | 2015-10-28 |
| | | | | | | |||
| | | * | | | Testing travis iOS feature. | Nicolas "Pixel" Noble | 2015-10-28 |
| | | | | | | |||
| | | * | | | Merge commit '2beb88c1fd961cfd697df6c94d6bd72537ddefc9' into travis-for-ios | Jorge Canizales | 2015-10-28 |
| | |/| | | | |/|/ / / | |||
| | * | | | Fix documentation of tests | Jorge Canizales | 2015-10-28 |
| | | | | | |||
| | * | | | Split AllTests into 4 schemes | Jorge Canizales | 2015-10-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For local running one can still tests AllTests, but for C.I. one can test the 4 of them in parallel (and, importantly, deactivate the remote interop tests until we fix them on Travis; while keeping the rest). I had to make the remote tests a subclass of an abstract InteropTests (like InteropTestsLocalSSL and InteropTestsLocalCleartext), and then deactivate the abstract InteropTests on the 4 schemes that use it. | ||
| | * | | | Reject nils in useTestCertsPath:testName:forHost: | Jorge Canizales | 2015-10-28 |
| | | | | | |||
| | * | | | Remove outdated routeguide test | Jorge Canizales | 2015-10-28 |
| | | | | | | | | | | | | | | | Eventually all samples will be tested. | ||
* | | | | | Merge pull request #3987 from jtattermusch/csharp_opencover | Nicolas Noble | 2015-10-28 |
|\ \ \ \ \ | | | | | | | | | | | | | Add OpenCover coverage for C# | ||
| * | | | | | run all the tests for C# extension coverage | Jan Tattermusch | 2015-10-28 |
| | | | | | | |||
* | | | | | | Merge pull request #3983 from nicolasnoble/coverage-support | Jan Tattermusch | 2015-10-28 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixing 'all' run tests target. | ||
| | * | | | | | C# native extension coverage on Linux | Jan Tattermusch | 2015-10-28 |
| | | | | | | | |||
| | | * | | | | Prevent XCode 7 from showing spurious warnings | Jorge Canizales | 2015-10-28 |
| | | |/ / / | | | | | | | | | | | | | This will hopefully make xctool work on Travis too (cross fingers!) | ||
* | | | | | | Merge pull request #3982 from nicolasnoble/special-snowflake | Vijay Pai | 2015-10-28 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Disabling qps openloop's test. | ||
| | | * | | | | unbreak linux csharp gcov | Jan Tattermusch | 2015-10-27 |
| | | | | | | | |||
| | | * | | | | Add OpenCover coverage for C# | Jan Tattermusch | 2015-10-27 |
| | | | | | | | |||
* | | | | | | | Merge pull request #3985 from yang-g/master | David G. Quintas | 2015-10-27 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | remove log spam | ||
| * | | | | | | remove log spam | yang-g | 2015-10-27 |
|/ / / / / / | |||
| | * | | | | Fixing 'all' run tests target. | Nicolas "Pixel" Noble | 2015-10-27 |
| | | | | | | |||
| | | | | * | Escape quotation marks in html. | Adele Zhou | 2015-10-27 |
| | | | | | | |||
| | | | | * | Print detailed results for each test. | Adele Zhou | 2015-10-27 |
| |_|_|_|/ |/| | | | | |||
* | | | | | Merge pull request #3979 from stanley-cheung/php_cs_fixer | Michael Lumish | 2015-10-27 |
|\ \ \ \ \ | |_|/ / / |/| | | | | PHP: ran php-cs-fixer to comply with php coding standard | ||
| | * | | | Disabling qps openloop's test. | Nicolas "Pixel" Noble | 2015-10-27 |
| |/ / / |/| | | | |||
| * | | | php: ran php-cs-fixer to comply with php coding standard | Stanley Cheung | 2015-10-27 |
|/ / / | |||
* | | | Merge pull request #3978 from stanley-cheung/php_array_style | Michael Lumish | 2015-10-27 |
|\ \ \ | | | | | | | | | PHP: fix inconsistent array notation | ||
| * | | | php: fix inconsistent array notation | Stanley Cheung | 2015-10-27 |
|/ / / | |||
* | | | Merge pull request #3969 from grpc/release-0_11 | Nicolas Noble | 2015-10-26 |
|\ \ \ | | | | | | | | | Release 0 11 -> master | ||
* \ \ \ | Merge pull request #3970 from murgatroid99/node_runtests_no_make | Nicolas Noble | 2015-10-26 |
|\ \ \ \ | | | | | | | | | | | Prevent run_tests.py from running make if the language has no make targets | ||
* \ \ \ \ | Merge pull request #3962 from sreecha/skip_stress_tests | Nicolas Noble | 2015-10-26 |
|\ \ \ \ \ | | | | | | | | | | | | | Skip running stress_tests on jenkins by run_tests.py | ||
* \ \ \ \ \ | Merge pull request #3964 from jtattermusch/sanity_sanity | Nicolas Noble | 2015-10-26 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Use proper shortname for sanity tests | ||
| | | * | | | | Prevent run_tests.py from running make if the language has no make targets | murgatroid99 | 2015-10-26 |
| |_|/ / / / |/| | | | | | |||
| | | * | | | Merge pull request #3961 from jcanizales/cocoadocs-format | Michael Lumish | 2015-10-26 |
| | | |\ \ \ | | | | | | | | | | | | | | | Format ObjC comment docs as Cocoadocs | ||
| | * | | | | | File changes after re-running generate_projects.sh after my previous commit: ↵ | Sree Kuchibhotla | 2015-10-26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 117c8af8d327455e6 | ||
| | | | * | | | s/quit()/sys.exit() | Jorge Canizales | 2015-10-26 |
| | | | | | | | |||
| | | | * | | | Copyright notice in the .sh file | Jorge Canizales | 2015-10-26 |
| | | | | | | | |||
| | | * | | | | Merge pull request #3968 from jcanizales/fix-routeguide-sample | Michael Lumish | 2015-10-26 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | Point RouteGuide pods to local sources; update requirements |