Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #2774 from jcanizales/diagnose-jenkins | Michael Lumish | 2015-08-03 |
|\ | | | | | Have the tests preferably use the protoc compiled by make. | ||
| * | 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 |
| | | |||
* | | Update doc in GRPCCompletionQueue.h | Jorge Canizales | 2015-08-01 |
| | | |||
* | | Unused ivar in GRPCCall.m | Jorge Canizales | 2015-08-01 |
| | | |||
* | | grpc_init() is already called in GRPCWrappedCall | Jorge Canizales | 2015-08-01 |
| | | |||
* | | GRPCCall.m formatting. | Jorge Canizales | 2015-08-01 |
|/ | |||
* | Merge pull request #2663 from jcanizales/run-test-server-locally | Michael Lumish | 2015-07-31 |
|\ | | | | | Run test server locally | ||
| * | Make plugin & server, and pod install via run_tests.py | Jorge Canizales | 2015-07-30 |
| | | |||
| * | Ensure the tests podspecs find the plugin they make | Jorge Canizales | 2015-07-30 |
| | | |||
| * | Have tests podspecs make only the ObjC plugin | 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 |
| | | |||
* | | ObjC formatting fix | Craig Tiller | 2015-07-22 |
| | | |||
* | | Rename grpc_channel_create to grpc_insecure_channel_create | Craig Tiller | 2015-07-21 |
|/ | |||
* | 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 |
| | |||
* | Always use the locally-built plugin for tests | 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 |
| | |||
* | Merge pull request #2526 from jcanizales/accept-nil-container | Michael Lumish | 2015-07-20 |
|\ | | | | | Accept [GRXWriter writerWithContainer:nil] for consistency with the rest | ||
* \ | Merge pull request #2525 from jcanizales/fix-emptywriter | Michael Lumish | 2015-07-20 |
|\ \ | | | | | | | Fix [GRXWriter emptyWriter] not being reusable. | ||
* \ \ | Merge pull request #2501 from jcanizales/gpr-inf-future | Michael Lumish | 2015-07-20 |
|\ \ \ | | | | | | | | | Fix C library gpr_inf_future breakage | ||
* \ \ \ | Merge pull request #2500 from jcanizales/remove-cocoapods-warning | Michael Lumish | 2015-07-20 |
|\ \ \ \ | | | | | | | | | | | Remove Cocoapods warning of OTHER_LDFLAGS | ||
| | | | * | Accept [GRXWriter writerWithContainer:nil] for consistency with the rest | Jorge Canizales | 2015-07-19 |
| | | | | | |||
| | | * | | Fix [GRXWriter emptyWriter] not being reusable. | Jorge Canizales | 2015-07-19 |
| | | |/ | |||
| | * / | Fix C library gpr_inf_future breakage | Jorge Canizales | 2015-07-18 |
| | |/ | |||
| * / | Remove Cocoapods warning of OTHER_LDFLAGS | Jorge Canizales | 2015-07-18 |
| |/ | | | | | | | We don’t use the Tests library target anyway. | ||
* | | Make the call retain cycle explicit and encapsulated within GRPCCall.m | Jorge Canizales | 2015-07-18 |
| | | |||
* | | ConcurrentWriteable: NSData *message -> id value | Jorge Canizales | 2015-07-18 |
| | | |||
* | | Rename GRPCDelegateWrapper -> GRXConcurrentWriteable | Jorge Canizales | 2015-07-18 |
|/ | | | | And move it to the RxLibrary. | ||
* | Remove GRXWriter wrappers that are now unnecessary | Jorge Canizales | 2015-07-17 |
| | | | | | | With GRXWriter a subclass of all writers, we can map the requestsWriter directly without a dumb wrapper, and return GRXImmediateWriter objects where GRXWriter is expected. | ||
* | Subclass GRXWriter instead of conforming to protocol | Jorge Canizales | 2015-07-17 |
| | |||
* | id<GRXWriter> -> GRXWriter * in the tests | Jorge Canizales | 2015-07-17 |
| | |||
* | id<GRXWriter> -> GRXWriter * in the runtime | Jorge Canizales | 2015-07-17 |
| | |||
* | Separate GRXForwardingWriter, delete the protocol | 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 | ||
* | | Don’t use containsString as it’s iOS 8 only | Jorge Canizales | 2015-07-07 |
| | | |||
| * | Point tests Podfile to Protobuf submodule instead of release | Jorge Canizales | 2015-07-06 |
| | | |||
* | | Rename HTTP2Path -> HTTPPath | Jorge Canizales | 2015-07-04 |
| | | |||
* | | Move ProtoMethod to ProtoRPC package | Jorge Canizales | 2015-07-04 |
| | | |||
* | | Rename interface->service | Jorge Canizales | 2015-07-04 |
| | |