Commit Graph

1389 Commits

Author SHA1 Message Date
Michael Lumish c55a4b1ab5
Merge pull request #13145 from murgatroid99/remove_node
Remove src/node and references to it
2017-11-07 10:39:49 -08:00
Jan Tattermusch e6ca4f0b79 consolidate C# interop test docker images 2017-11-07 16:40:38 +01:00
murgatroid99 6fb23dbc3d Merge branch 'master' into remove_node 2017-11-06 13:13:20 -08:00
Jan Tattermusch 53d89d7f25 fix clang format installation 2017-11-06 14:31:24 +01:00
Craig Tiller a64b2b13c1 Merge github.com:grpc/grpc into 50 2017-11-03 15:23:13 -07:00
Craig Tiller 0c6a3e3e67 Try again on Dockerfiles 2017-11-03 13:54:35 -07:00
Craig Tiller d80d6a440b Revert "Remove clang-format template: this does not need to be bound to the rest of clang versioning"
This reverts commit df6891e2f3.
2017-11-03 13:29:52 -07:00
Craig Tiller b32d72ef90 Sanity fixes 2017-11-03 10:31:53 -07:00
Craig Tiller df6891e2f3 Remove clang-format template: this does not need to be bound to the rest of clang versioning 2017-11-03 10:06:49 -07:00
Yash Tibrewal cd987a0b2f Adding public_headers_must_be_c89 as a clang exception 2017-11-02 19:14:46 -07:00
murgatroid99 df58b2b39d Merge branch 'master' into remove_node 2017-11-02 17:06:46 -07:00
Yash Tibrewal 2f921a3f97 Remove grpc_slice_buf_cmp and change public_headers_must_be_c89 to print the addresses of public api functions to check if they can be linked to 2017-11-02 16:59:19 -07:00
apolcyn 0f59869001
Merge pull request #13146 from apolcyn/update_ruby_googleauth_dep_master
Update max-allowed-version of googleauth ruby dependency
2017-10-31 12:53:59 -07:00
Michael Lumish fd4dcd9178 Merge branch 'master' into remove_node 2017-10-26 11:16:02 -07:00
Alexander Polcyn 2c4cc1bf90 Update max-allowed-version of googleauth ruby dependency 2017-10-25 16:12:49 -07:00
murgatroid99 38007753b0 Remove src/node and references to it
This removes all of the node code and tests from the repo, along with the
scripts for running Node unit tests, performance tests, and artifact builds.
The scripts for running tests from the grpc-node repository are untouched.
2017-10-25 13:21:57 -07:00
Muxi Yan 44d820ee2c One more fix in gRPC-Core.podspec that makes Xcode compile 2017-10-24 13:27:45 -07:00
Muxi Yan ae6bca4420 Make fix objc build problem 2017-10-20 17:57:54 -07:00
Craig Tiller 48ff130ba2 Merge github.com:grpc/grpc into vector 2017-10-17 14:58:42 -07:00
Jan Tattermusch facd2a6335 fix cmake builds with absl 2017-10-17 20:01:07 +02:00
Craig Tiller 5b6bf6fb5a Merge branch 'speedup-test-infra' of github.com:ncteisen/grpc into tfix 2017-10-16 15:53:17 -07:00
Craig Tiller cb1c0b0973 Merge github.com:grpc/grpc into vector 2017-10-16 11:56:54 -07:00
Craig Tiller 5d73d47f64 Merge github.com:grpc/grpc into vector 2017-10-12 08:42:31 -07:00
Muxi Yan 3305e5c94b Add user-agent test and regex matching test to test suite 2017-10-11 18:31:43 -07:00
Craig Tiller 4e86af77f5 Update CMakelists.txt 2017-10-10 23:24:14 -07:00
Craig Tiller 35c10cb6da Merge github.com:grpc/grpc into no-pollers-for-you 2017-10-10 20:45:32 -07:00
Muxi Yan 128d800bb6 Add comment 2017-10-06 17:44:37 -07:00
Muxi Yan cd9729780a Make platform-specific headers textual 2017-10-06 17:44:36 -07:00
Muxi Yan 656041b3cc Fix GID related subspec lint problem 2017-10-06 17:44:06 -07:00
Matt Kwong 87bc56ab58 Install Mako to generate files in grpc/grpc-node 2017-10-06 12:06:10 -07:00
Craig Tiller db78c2fa3b Set gpr_mpscq_test to not use polling, make that bit work again 2017-10-06 10:09:09 -07:00
Muxi Yan a83cd1c4cc Merge pull request #12772 from muxi/fix-xcode-misalign-warning
Fix Xcode warning of mis-aligned structs
2017-10-05 11:20:54 -07:00
Yash Tibrewal dabce0a93a macos objC build error 2017-10-04 11:58:02 -07:00
Yash Tibrewal ec3c138a83 Merge branch 'master' into externC 2017-10-03 16:23:42 -07:00
Matt Kwong 7bd592c7aa Merge pull request #12690 from matt-kwong/cov
Fix coverage tests
2017-10-03 13:25:29 -07:00
Yash Tibrewal 1c9b584a15 Changes for C to C++. Adding extern C to header files for compatibility. 2017-10-02 16:26:53 -07:00
Muxi Yan 89cf5a4093 Eliminate gRPC-Core umbrella header warning by tweaking module.modulemap and excluding some files for other build systems 2017-10-02 13:19:56 -07:00
Muxi Yan 9ecc215658 Add PB_NO_PACKED_STRUCTS to gRPC-Core 2017-09-29 17:08:59 -07:00
Nathaniel Manista 6489785f3d Merge pull request #11599 from nathanielmanistaatgoogle/pin-pip
Pin pip at 9.0.1 (currently most recent).
2017-09-28 15:50:23 -07:00
Nathaniel Manista 8bba3bfc25 Pin pip at 9.0.1 2017-09-28 17:28:01 +00:00
Alexander Polcyn 9e3a76ba71 Add c-ares resolver tests against GCE DNS, using the unit test. 2017-09-27 16:47:56 -07:00
Matt Kwong 0aa5b1e03c Merge pull request #12626 from matt-kwong/sanity-docker
Update Dockerfiles from ubuntu:15.10 to debian:jessie
2017-09-22 10:25:47 -07:00
ncteisen 5dda3d3e22 Upate test.json template 2017-09-20 15:54:36 -04:00
apolcyn aafa875cb3 Merge pull request #12452 from apolcyn/google_rpc_status_in_ruby
Add ruby client utility for extracting Google::Rpc::Status from GRPC::Status
2017-09-18 22:17:38 -07:00
Matt Kwong 75c2778902 Update Dockerfiles from ubuntu:15.10 to debian:jessie 2017-09-18 19:05:15 -07:00
Alexander Polcyn a594ba0bd7 add a client side utility for extracting a google rpc
status from a grpc::Status
2017-09-18 13:58:53 -07:00
David Garcia Quintas b352be025f Upmerge from v1.6.x branch to master 2017-09-18 11:55:52 -07:00
apolcyn 39e4fda0c8 Merge pull request #12210 from apolcyn/local_dns_server
Run a local DNS server in run_tests and add c-ares tests with it
2017-09-15 12:38:03 -07:00
Alexander Polcyn 27bf05d003 Add tests for c-ares wrapper using a local DNS server. 2017-09-14 14:32:30 -07:00
Jan Tattermusch 804bd6aa6b Merge pull request #12501 from BusyJay/fix-cares-build
cmake: fix cares configuration
2017-09-14 14:29:49 +02:00