aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | Merge pull request #3994 from jcanizales/split-test-schemesGravatar Michael Lumish2015-10-29
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | Split tests into one scheme per test case
| | | * | | | | | | | Fix for long-running tsan testGravatar Alistair Veitch2015-10-29
| | | | | | | | | | |
| | | | | | | * | | | Merge pull request #3989 from jcanizales/fix-routeguideGravatar Michael Lumish2015-10-29
| | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix RouteGuide example to use the last surface
* | | | | | | | \ \ \ \ Merge pull request #3990 from jcanizales/xcode7-warningsGravatar Michael Lumish2015-10-29
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | Prevent XCode 7 from showing spurious warnings
| | | | | | | | | | | * QPS worker no longer needs to specify server port on command line. This is partGravatar vjpai2015-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of the proto if desired, or just goes to pick_unused_port_or_die if not specified
| | | | | | | | | | | * Split up into a new service proto, use proper service suffix, add aGravatar vjpai2015-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reset option to the mark, create a closed loop config params (empty message) for consistency with other tests.
| | | * | | | | | | | | Merge commit '96dde58ba59f0f124ae647b6e581225a62c2ea07' into travis-for-iosGravatar Jorge Canizales2015-10-28
| | | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | | * | | | | | | | | Deactivate remote interop tests in TravisGravatar Jorge Canizales2015-10-28
| | | | | | | | | | | |
| | * | | | | | | | | | Fixup: Target name changed.Gravatar Jorge Canizales2015-10-28
| | | | | | | | | | | |
| | | * | | | | | | | | Fail fast if the plugin can’t be made or pod not installedGravatar Jorge Canizales2015-10-28
| | | | | | | | | | | |
| | | * | | | | | | | | Restrict tests to simulatorGravatar Jorge Canizales2015-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_BEGINGravatar Jorge Canizales2015-10-28
| | | | | | | | | | | |
| | | * | | | | | | | | Silence pod repo updateGravatar Jorge Canizales2015-10-28
| | | | | | | | | | | |
| | | * | | | | | | | | Pod install manually, to get —-verboseGravatar Jorge Canizales2015-10-28
| | | | | | | | | | | |
| | | * | | | | | | | | Try Travis builtin support for Cocoapods & xctoolGravatar Jorge Canizales2015-10-28
| | | | | | | | | | | |
| | | * | | | | | | | | Install gflags, needed to build the C++ interop serverGravatar Jorge Canizales2015-10-28
| | | | | | | | | | | |
| | | * | | | | | | | | Testing travis iOS feature.Gravatar Nicolas "Pixel" Noble2015-10-28
| | | | | | | | | | | |
| | | * | | | | | | | | Merge commit '2beb88c1fd961cfd697df6c94d6bd72537ddefc9' into travis-for-iosGravatar Jorge Canizales2015-10-28
| | |/| | | | | | | | | | |/|/ / / / / / / / /
| | * | | | | | | | | Fix documentation of testsGravatar Jorge Canizales2015-10-28
| | | | | | | | | | |
| | * | | | | | | | | Split AllTests into 4 schemesGravatar Jorge Canizales2015-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:Gravatar Jorge Canizales2015-10-28
| | | | | | | | | | |
| | * | | | | | | | | Remove outdated routeguide testGravatar Jorge Canizales2015-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eventually all samples will be tested.
* | | | | | | | | | | Merge pull request #3987 from jtattermusch/csharp_opencoverGravatar Nicolas Noble2015-10-28
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add OpenCover coverage for C#
| * | | | | | | | | | | run all the tests for C# extension coverageGravatar Jan Tattermusch2015-10-28
| | | | | | | | | | | |
| | | | | | | | | | | * Numerous proto changes to make things more sane and fix some outstanding issuesGravatar vjpai2015-10-28
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #3983 from nicolasnoble/coverage-supportGravatar Jan Tattermusch2015-10-28
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing 'all' run tests target.
| | * | | | | | | | | | | C# native extension coverage on LinuxGravatar Jan Tattermusch2015-10-28
| | | | | | | | | | | | |
| | | * | | | | | | | | | Prevent XCode 7 from showing spurious warningsGravatar Jorge Canizales2015-10-28
| | | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | This will hopefully make xctool work on Travis too (cross fingers!)
| | | | | | | | | * | | Fix build breakage.Gravatar Jorge Canizales2015-10-28
| | | | | | | | | | | |
| | | | | | | | | * | | pod install on route_guide projectGravatar Jorge Canizales2015-10-28
| | | | | | | | | | | |
| | | | | | | | | * | | nit: Use appledoc-style documentation in the exampleGravatar Jorge Canizales2015-10-28
| | | | | | | | | | | |
| | | | | | | | | * | | Fix RouteGuide example to use the last surfaceGravatar Jorge Canizales2015-10-28
| | | | | | | | |/ / /
| | | | | | | | | | * Eliminate qpstest.protoGravatar vjpai2015-10-28
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #3982 from nicolasnoble/special-snowflakeGravatar Vijay Pai2015-10-28
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Disabling qps openloop's test.
| | | * | | | | | | | | unbreak linux csharp gcovGravatar Jan Tattermusch2015-10-27
| | | | | | | | | | | |
| | | * | | | | | | | | Add OpenCover coverage for C#Gravatar Jan Tattermusch2015-10-27
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #3985 from yang-g/masterGravatar David G. Quintas2015-10-27
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | remove log spam
| * | | | | | | | | | | remove log spamGravatar yang-g2015-10-27
|/ / / / / / / / / / /
| | * | | | | | | | | Fixing 'all' run tests target.Gravatar Nicolas "Pixel" Noble2015-10-27
| | | | | | | | | | |
| | | | | * | | | | | Escape quotation marks in html.Gravatar Adele Zhou2015-10-27
| | | | | | | | | | |
| | | | | * | | | | | Print detailed results for each test.Gravatar Adele Zhou2015-10-27
| |_|_|_|/ / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #3979 from stanley-cheung/php_cs_fixerGravatar Michael Lumish2015-10-27
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | PHP: ran php-cs-fixer to comply with php coding standard
| | * | | | | | | | Disabling qps openloop's test.Gravatar Nicolas "Pixel" Noble2015-10-27
| |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | php: ran php-cs-fixer to comply with php coding standardGravatar Stanley Cheung2015-10-27
|/ / / / / / / /
| | | * | | | | Add nuget version badgeGravatar Jan Tattermusch2015-10-27
| | | | | | | |
| | | | | * | | Merge pull request #3980 from jcanizales/redirect-to-webpageGravatar Michael Lumish2015-10-27
| | | | | |\ \ \ | | | | | | | | | | | | | | | | | | ObjC: Start with helloworld, then the web page
| | | | | | * | | ObjC: Start with helloworld, then the web pageGravatar Jorge Canizales2015-10-27
| | | | | |/ / /
* | | | | | | | Merge pull request #3978 from stanley-cheung/php_array_styleGravatar Michael Lumish2015-10-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | PHP: fix inconsistent array notation
| * | | | | | | | php: fix inconsistent array notationGravatar Stanley Cheung2015-10-27
|/ / / / / / / /
* | | | | | | | Merge pull request #3969 from grpc/release-0_11Gravatar Nicolas Noble2015-10-26
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | Release 0 11 -> master