Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move BoringSSL.podspec into src, and point Podfiles to it | Jorge Canizales | 2015-12-01 |
| | |||
* | Merge pull request #4223 from jcanizales/filter-protobuf-warnings | Michael Lumish | 2015-12-01 |
|\ | | | | | Filter Protobuf nullable warnings | ||
| * | Filter Protobuf nullable warnings | Jorge Canizales | 2015-12-01 |
| | | |||
* | | Adjust version requirements through samples and tests. | Jorge Canizales | 2015-11-25 |
|/ | |||
* | Remove unused RouteGuideClient and move RemoteTestClient to tests | Benny Wong | 2015-11-12 |
| | | | | * Reference discussion: https://github.com/grpc/grpc/pull/4108#discussion-diff-44494393 | ||
* | Fixup: Target name changed. | 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. | ||
* | Remove outdated routeguide test | Jorge Canizales | 2015-10-28 |
| | | | Eventually all samples will be tested. | ||
* | change objc | yang-g | 2015-10-01 |
| | |||
* | Removed comment from code generation and updated tests | Nate Kibler | 2015-09-25 |
| | |||
* | change test too | yang-g | 2015-08-31 |
| | |||
* | replace all grpc-common occurances with examples | Stanley Cheung | 2015-08-27 |
| | |||
* | Fixed KVO test | murgatroid99 | 2015-08-24 |
| | |||
* | Added test for responseHeaders KVO compliance | murgatroid99 | 2015-08-24 |
| | |||
* | Put both headers and trailers in the error.userInfo | Jorge Canizales | 2015-08-12 |
| | |||
* | Rename responseMetadata -> allResponseMetadata | Jorge Canizales | 2015-08-12 |
| | |||
* | Rename SingleValueHandler->SingleHandler, StreamHandler->EventHandler | Jorge Canizales | 2015-08-12 |
| | |||
* | Increase test timeouts to reduce flakiness. | Jorge Canizales | 2015-08-09 |
| | |||
* | Fixup for 42898cf: Correct documentation. | Jorge Canizales | 2015-08-09 |
| | |||
* | Add remote interop tests to the suite of tests. | Jorge Canizales | 2015-08-09 |
| | | | | | This would have caught the encoding problem with the default root certificates. | ||
* | Rename oauth2_lowerCamel -> oauth2UpperCamel | Jorge Canizales | 2015-08-07 |
| | |||
* | Exercise GRPCCall+OAuth2 in the tests | Jorge Canizales | 2015-08-06 |
| | |||
* | Require very explicit registration of non-SSL hosts. | Jorge Canizales | 2015-08-06 |
| | |||
* | Use test certificates and name override for local tests :) | Jorge Canizales | 2015-08-06 |
| | |||
* | Subclass InteropTests to later repeat the tests using SSL | Jorge Canizales | 2015-08-06 |
| | |||
* | Make the host of interop tests modifiable per-class | Jorge Canizales | 2015-08-06 |
| | |||
* | Run test server with and without SSL | Jorge Canizales | 2015-08-06 |
| | |||
* | Formatting and documentation | Jorge Canizales | 2015-08-03 |
| | |||
* | Use the protoc made when one isn’t yet installed | Jorge Canizales | 2015-08-03 |
| | |||
* | Reactivate Cocoapods error output | Jorge Canizales | 2015-08-02 |
| | |||
* | Fail early and explicitly if protoc, pod, or xcodebuild are missing | Jorge Canizales | 2015-08-02 |
| | |||
* | Make plugin & server, and pod install via run_tests.py | Jorge Canizales | 2015-07-30 |
| | |||
* | Generate deterministic UUIDs in the Pods project | Jorge Canizales | 2015-07-30 |
| | |||
* | Disable tests: unknown method and bad access token | Jorge Canizales | 2015-07-24 |
| | | | | They don’t work against the local server. | ||
* | Temporarily point tests to localhost | Jorge Canizales | 2015-07-24 |
| | |||
* | Compile and run locally the interop C++ server before the tests | Jorge Canizales | 2015-07-24 |
| | |||
* | Refer simplifying script with xctool. | Jorge Canizales | 2015-07-20 |
| | |||
* | Remove unneeded error trap. | Jorge Canizales | 2015-07-20 |
| | |||
* | Simplify xcodebuild’s output filter regex | Jorge Canizales | 2015-07-20 |
| | |||
* | Test on iPhone instead of iPad | Jorge Canizales | 2015-07-20 |
| | |||
* | Filter xcodebuild output, fix return code, and leave make to the podspec | Jorge Canizales | 2015-07-20 |
| | |||
* | Script to build the ObjC plugin, generate code, and run tests | Jorge Canizales | 2015-07-20 |
| | |||
* | Share AllTests scheme, without the local RouteGuide tests | Jorge Canizales | 2015-07-20 |
| | |||
* | Remove Cocoapods warning of OTHER_LDFLAGS | Jorge Canizales | 2015-07-18 |
| | | | | We don’t use the Tests library target anyway. | ||
* | id<GRXWriter> -> GRXWriter * in the tests | Jorge Canizales | 2015-07-17 |
| | |||
* | Increase timeout of tests to remove flakes. | Jorge Canizales | 2015-07-15 |
| | |||
* | Merge pull request #2302 from jcanizales/point-to-protobuf-head | Michael Lumish | 2015-07-08 |
|\ | | | | | Point tests to protobuf head | ||
| * | Point tests Podfile to Protobuf submodule instead of release | Jorge Canizales | 2015-07-06 |
| | | |||
* | | Rename HTTP2Path -> HTTPPath | Jorge Canizales | 2015-07-04 |
| | |