aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests
Commit message (Collapse)AuthorAge
...
* | Establish Objective C end-to-end core test with CronetGravatar Muxi Yan2016-07-13
| |
| * Merge master to resolve tests podspec conflictGravatar Jorge Canizales2016-07-11
| |\ | |/ |/|
| * Tests Podfile cleanupGravatar Jorge Canizales2016-07-11
| |
| * Podspecs for Protoc and the gRPC pluginGravatar Jorge Canizales2016-07-11
| | | | | | | | | | The examples under <repo_root>/examples now rely on the released versions. Those under src/objective-c/examples, as well as the tests, rely on protoc and the plugin as compiled from head.
* | removed unneeded import. fixes travis buildGravatar Makarand Dharmapurikar2016-07-08
| |
* | fixes #7219Gravatar Makarand Dharmapurikar2016-07-08
| | | | | | | | | | | | | | Modified objc plugin to add two types of import statements for well known protos. Deleted unnecessary empty.proto as we'll be using wellknown empty.proto Modified test to use the well known empty.proto.
* | Merge pull request #7219 from jcanizales/merge-0.14-into-masterGravatar makdharma2016-07-08
|\ \ | | | | | | Merge 0.14 into master
* \ \ Merge pull request #7159 from jcanizales/p0-connectivity-appGravatar kpayson642016-07-07
|\ \ \ | | | | | | | | App to manually test behavior under changing connectivity conditions
| | | * ProtoCompiler podspecGravatar Jorge Canizales2016-07-01
| | |/ | | | | | | | | | | | | | | | | | | Still needed: - Make it build protoc if it’s not in the root (i.e. if we're developing locally) - Put the gRPC plugin in the GitHub release page, and add a podspec for it that does the same
| | * Merge commit '20caeb182cbc152e7e038306a9b01f438f79ca41' into ↵Gravatar Jorge Canizales2016-07-01
| | |\ | |_|/ |/| | | | | merge-0.14-into-master
| | * Merge fixup: version, deployment target & spec nameGravatar Jorge Canizales2016-07-01
| | |
* | | Merge pull request #6992 from y-zeng/auto-build-exampleGravatar makdharma2016-06-30
|\ \ \ | | | | | | | | Build objective-c examples as part of automatic tests
| | | * Merge master into merge-0.14-into-masterGravatar Jorge Canizales2016-06-30
| | | |\ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: - gRPC.podspec - Only had non-trivial changes in the core file list, which will need to be regenerated (in gRPC-Core.podspec). - src/objective-c/BoringSSL.podspec - Had trivial conflicts in the version. - src/objective-c/examples/RemoteTestClient/RemoteTest.podspec - Trivial conflicts in quoting. - src/objective-c/examples/Sample/Sample.xcodeproj/project.pbxproj and src/objective-c/examples/SwiftSample/SwiftSample.xcodeproj/project.pbxproj - The master version is used, pending testing. The 0.14 version had emoji and some unneeded entries. - src/objective-c/tests/Podfile - Added CronetFramework pod, and warning silencing from master. - templates/gRPC.podspec.template - Deleted. - third_party/protobuf - Using master commit, but need to verify if it works for frameworks.
* | | | Merge pull request #6378 from jcanizales/let-invalidate-channelsGravatar Jan Tattermusch2016-06-30
|\ \ \ \ | | | | | | | | | | Add a maybe-temporary way for apps to clear the channel cache
| | * | | Add comments in build_example_test.shGravatar Yuchen Zeng2016-06-30
| | | | |
| | * | | Use protoc and objc plugins built by run_testGravatar Yuchen Zeng2016-06-29
| | | | |
| | | * | Add README.md explaining use of the appGravatar Jorge Canizales2016-06-29
| | | | |
| | | * | Make RPCs on a loopGravatar Jorge Canizales2016-06-29
| | | | |
| | | * | Add Podfile and pod installGravatar Jorge Canizales2016-06-29
| | | | |
| | | * | Minimal iOS appGravatar Jorge Canizales2016-06-29
| |_|/ / |/| | |
| | | * Divide gRPC-Core in Interface & Impl subspecsGravatar Jorge Canizales2016-06-28
| | | | | | | | | | | | | | | | | | | | | | | | This works around the Cocoapods' linter header_mapping_dir restrictions. Incidentally, it also removes the need to set build settings in the user target.
| | * | Avoid using git checkout and git cleanGravatar Yuchen Zeng2016-06-27
| | | |
* | | | Fix InteropTests.mGravatar Yuchen Zeng2016-06-24
| | | |
| * | | Remove Unicode from the tests projectGravatar Jorge Canizales2016-06-24
| | | | | | | | | | | | Cocoa pods 1.0.0 introduced it, and Jenkins might have a problem with it
| * | | Ignore deprecation warning in the test of deprecated featureGravatar Jorge Canizales2016-06-24
| | | |
| * | | Merge master into let-invalidate-channelsGravatar Jorge Canizales2016-06-24
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Had to manually resolve import conflicts in InteropTests.m To be fair, the merge algorithm should have been able to do it.
| | | | * Bump Protobuf to beta-3.1Gravatar Jorge Canizales2016-06-23
| | | | |
| | | * | Merge remote-tracking branch 'upstream/master' into auto-build-exampleGravatar Yuchen Zeng2016-06-23
| | | |\ \ | | | |/ / | | |/| |
| | | * | Fixed format issuesGravatar Yuchen Zeng2016-06-21
| | | | |
| | | * | Build objc examples as part of automatic testsGravatar Yuchen Zeng2016-06-21
| | | | |
* | | | | Fix format issuesGravatar Yuchen Zeng2016-06-21
| |/ / / |/| | |
* | | | Fixed format issuesGravatar Yuchen Zeng2016-06-21
| | | |
* | | | Addressed review commentsGravatar Yuchen Zeng2016-06-21
| | | | | | | | | | | | | | | | | | | | | | | | Removed the silencing for incompatible-pointer-types Removed unused objects Fixed format issues
* | | | Merge remote-tracking branch 'upstream/master' into ios-testGravatar Yuchen Zeng2016-06-20
|\ \ \ \ | | |/ / | |/| |
* | | | Enable treating warnings as errors for target gRPCGravatar Yuchen Zeng2016-06-20
| | | |
* | | | Enable treating warnings as errors in objc testsGravatar Yuchen Zeng2016-06-15
| | | |
| * | | fix terminal encoding for cocoapodsGravatar Jan Tattermusch2016-06-14
| | | |
| * | | Merge remote-tracking branch 'upstream/release-0_14' into HEADGravatar Jan Tattermusch2016-06-13
|/| | |
| | | * Update documentation and samples.Gravatar Jorge Canizales2016-06-08
| | | |
| | | * Pre-install hook in the Tests podspec for local dev of gRPC-CoreGravatar Jorge Canizales2016-06-08
| | | |
| | | * Podspec changes for generated code.Gravatar Jorge Canizales2016-06-08
| | | |
| | | * Tests Podfile: remove redundancyGravatar Jorge Canizales2016-06-08
| | | |
| | | * Separate Core, ProtoRuntime, and RxLibrary subspecsGravatar Jorge Canizales2016-06-08
| | |/ | |/|
* | | Style guide related feedback fixes.Gravatar Makarand Dharmapurikar2016-05-26
| | |
* | | Slight change to surface API.Gravatar Makarand Dharmapurikar2016-05-25
| | |
| * | Merge pull request #6671 from jcanizales/move-to-cocoapods-1Gravatar makdharma2016-05-25
| |\ \ | | | | | | | | Move tests to Cocoapods 1.0.0
* | | | Cosmetic changes to address feedback.Gravatar Makarand Dharmapurikar2016-05-25
| | | |
* | | | ObjC interface for using Cronet, and test for CronetGravatar Makarand Dharmapurikar2016-05-20
|/ / /
| * | Disable deterministic UUIDs in the test PodfileGravatar Jorge Canizales2016-05-20
| | |
| * | Update tests XCode project to Cocoapods 1.0.0Gravatar Jorge Canizales2016-05-20
| | |