Commit Graph

1632 Commits

Author SHA1 Message Date
ganmacs 811a580425 EchoMsg is defined in spec/support/services.rb 2018-06-19 13:04:28 +09:00
apolcyn 34e7515cc6
Merge pull request #15377 from ganmacs/move-script-which-has-pre-req
Move a script which has a pre-requirement to outside of spec
2018-06-18 15:22:48 -07:00
apolcyn 1da7589c84
Merge pull request #15791 from ganmacs/run-spec-by-specifing-file
Be able to execute rspec for each file
2018-06-18 10:34:07 -07:00
ganmacs f15c6f24c1 Delete unused @metadata_tag 2018-06-18 18:59:10 +09:00
ganmacs cb450277a3 All spec files require spec_helper 2018-06-18 12:12:21 +09:00
ganmacs 075a26faff spec_helper requires grpc 2018-06-18 12:04:30 +09:00
ganmacs 0b4fb6a5e2 Move a script which has a pre-requirement to outside of spec
And make it to be execute when using `./tools/run_tests/run_tests.py -l ruby`
2018-06-16 22:38:15 +09:00
ncteisen c14e95fc63 Merge branch 'master' of https://github.com/grpc/grpc into channelz 2018-06-15 11:13:46 -04:00
apolcyn c65066666f
Merge pull request #15755 from ganmacs/unify-duplicated-method
Unify nearly same methods
2018-06-14 20:12:11 -07:00
ganmacs 277d894d7f Unify nearly same method
`@call` instance variable is same in
ActiveCall#merge_metadata_and_send_if_not_already_sent and
ActiveCall#send_initial_metadata.
2018-06-14 17:59:58 +09:00
ncteisen 19ac7c0baf Fix ruby test by backing off on the concurrency 2018-06-13 15:06:07 -07:00
Ian Haken 68eff58df6 Create verify_peer_options when creating ssl credentials in order to expose a verification callback option.
These options are not yet exposed to languages outside of core.
2018-06-12 12:59:37 -07:00
ncteisen cb5471c2ee Sleep less for ruby test 2018-06-11 20:07:43 -07:00
Srini Polavarapu c79c156307 Regenrate projects 2018-06-08 17:01:18 -07:00
ncteisen 16280c7398 Remove unused API 2018-06-08 09:44:25 -07:00
Noah Eisen 70f7558a18 re generate project 2018-06-07 13:03:32 -07:00
ncteisen ec482847b2 re run generate projects 2018-06-05 16:59:25 -07:00
ncteisen c3c6e064b3 Add basic support for GetChannel 2018-06-05 16:59:25 -07:00
apolcyn 17f682d827
Merge pull request #15356 from ganmacs/grpc-ruby-does-not-depends-on-googleauth
Grpc ruby does not need to depend on googleauth
2018-06-02 12:43:29 -07:00
apolcyn e08972b1a2
Merge pull request #15442 from apolcyn/error_message
Add more details to a resource exhausted ruby error
2018-05-18 17:40:09 -07:00
Alexander Polcyn 747fbca1e8 Add more details to a resource exhausted ruby error 2018-05-18 10:39:44 -07:00
apolcyn bdbf04cde1
Merge pull request #15354 from ganmacs/fix-math_client
Fix math client
2018-05-17 21:07:22 -07:00
ganmacs 520b2a0786 Fix a error message
To match the name with the code in #parse_args method.
2018-05-16 08:47:57 +09:00
ganmacs ad4312aaa9 Fix math-client
* insecure stub needs :this_channel_is_insecure as an argument
* timeout option should be set at initializing stub
* Should be set logger to output
* Remove debug print
2018-05-15 10:21:06 +09:00
ganmacs 61d9a42007 Moved pubsub demo_demo to examples directory of ruby
so that grpc does not depends on googleauth gem.

This project (pubsub demo) is introduced at [this
commit](d5d00d5c8f (diff-c495642bb64c09cae54f3ccff463bd51))
as demo project for grpc with ruby.
This demo is awesome. But the position of this project directory seems
to be not suitable for demo app. This project added unnecessary gem dependency about googleauth to grpc ruby gem.
2018-05-14 18:01:04 +09:00
ganmacs af48e68028 Remove print 2018-05-14 17:14:36 +09:00
Yang Gao e84ea53a13
Merge pull request #15252 from carl-mastrangelo/healthy
Update health.proto to match grpc-proto reference copy
2018-05-04 11:58:12 -07:00
Carl Mastrangelo 95fbb06ca8 regenerate pbs 2018-05-03 12:33:25 -07:00
Mehrdad Afshari 2d43a45ad1 Regenerate projects 2018-05-02 22:49:52 -07:00
Carl Mastrangelo d8306ec142 update ruby 2018-05-02 12:05:49 -07:00
kpayson64 7a20c962df Break out qps services into seperate protos 2018-04-18 22:13:09 -07:00
Yihua Zhang fe2fa0c1c8 Add C++ experimental API extensions for ALTS C stack 2018-04-16 15:11:32 -07:00
Jan Tattermusch 749f923c5b
Merge pull request #14945 from ara-ayvazyan/improve_log_perf
Avoid low severity log message construction
2018-04-12 08:56:40 +02:00
apolcyn 2fe68c8ad3
Merge pull request #15021 from apolcyn/fix_gcov_ruby
Fix a broken gcov test
2018-04-11 13:34:24 -07:00
Alexander Polcyn e8bced7db8 Fix codegen test under gcov config 2018-04-11 10:46:51 -07:00
Alexander Polcyn d3594987df fix race whereby we can call watch_connectivity_state on a destroyed channel 2018-04-05 03:49:53 -07:00
Jan Tattermusch 3095e350ac regenerate projects using tools/buildgen/generate_projects.sh 2018-04-05 09:41:03 +02:00
apolcyn 33b225616c
Merge pull request #14922 from apolcyn/ruby_bidi_error
Don't raise call errors for failed reads or writes of ruby bidi streams
2018-04-04 17:41:28 -07:00
Mehrdad Afshari 90cfc8ed57 Regenerate projects 2018-04-04 14:04:11 -07:00
Alexander Polcyn ae937d34d6 Never throw CallErrors for failed bidi reads or writes 2018-04-03 20:47:24 -07:00
apolcyn a9d16ccb3d
Merge pull request #13634 from hassox/ruby-module-name
Updates the ruby generator RubyTypeOf to correctly account for underscores in packages
2018-03-29 16:13:07 -07:00
everysick bae00e08cc Add test for verifying to get memory usage in client request 2018-03-29 09:13:55 +09:00
Daniel Neighman 8b7007ad7b Updates the ruby generator RubyAsType to correctly account for underscores in packages
Prior to this change, when the ruby generator tried to reference an entity that was not part of the same package
(or a direct parent package) and the package contains underscores,
the result would simply uppercase the first character.
It should however uppercase each letter that proceeds an underscore and remove underscores.

i.e.

```
package my_package.service;

import "my_package/data.proto";

service MyService {
  rpc Test (data.Request) returns data.Response {}
}
```

Was

```ruby
   # ...
   rpc :Test, My_package::Data::REquest, My_package::Data::Response
   # ...
```

Should be:

```ruby
   # ...
   rpc :Test, MyPackage::Data::REquest, My_package::Data::Response
   # ...
```
2018-03-26 16:00:05 -07:00
everysick dfc95159a6 Use GRPC_RB_MEMSIZE_UNAVAILABLE in grpc_rb_md_ary_data_type 2018-03-25 21:21:15 +09:00
apolcyn 9cb8be661a
Merge pull request #14705 from xambroz/ruby_format_strings
Ruby format strings
2018-03-23 16:02:18 -07:00
Noah Eisen dc93b71e53
Merge pull request #14751 from ncteisen/channel-tracing
[Fix Forward]: Channel Tracing Implementation; Part 1
2018-03-21 16:49:12 -07:00
Ruslan Nigmatullin 99d0cee31b regenerate projects 2018-03-20 09:18:29 -07:00
ncteisen 3b42f83068 Revert "Revert "Channel Tracing Implementation; Part 1""
This reverts commit f2bea3725f.
2018-03-19 13:22:35 -07:00
Noah Eisen f2bea3725f
Revert "Channel Tracing Implementation; Part 1" 2018-03-19 12:05:18 -07:00
ncteisen b93a006d64 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing 2018-03-15 13:46:28 -10:00
xambroz 831f4ea334
Enable checking for the string format issues
Enable checking for the string format issues because:
1) Fedora and Ubuntu have format checking generating errors as mandatory for the ruby gem builds.
 If "-Wno-format" is hardcoded here it will collide and fail with the in-build option of -Werror=format-security passed to the make.

2) There was one potential format vulnerability found in rb_compression_options.c
2018-03-14 02:30:52 +00:00
xambroz 06a412c2e1
Fix potential format string vulnerability 2018-03-14 02:23:53 +00:00
nownabe fcc4b9b68c Fix ruby document
1. Organize collapsed ruby yard doc.

2. Update contents about ClientStub#bidi_streamer because
bidi#writes_done hasn't existed.

https://github.com/grpc/grpc/pull/14535#discussion_r171452923

3. Fix yardoc warnings.

Warings:

[warn]: Invalid tag format for @return in file `lib/grpc/core/time_consts.rb` near line 36
[warn]: @param tag has duplicate parameter name: set_input_stream_done
    in file `lib/grpc/generic/bidi_call.rb' near line 70
[warn]: Unknown tag @result in file `lib/grpc/generic/rpc_server.rb` near line 287
[warn]: @param tag has unknown parameter name:
    in file `lib/grpc/generic/interceptors.rb' near line 158
[warn]: In file `lib/grpc/generic/rpc_server.rb':217: Cannot resolve link to key: from text:
        ...{key: val, ..}
[warn]: In file `lib/grpc/generic/rpc_server.rb':217:
Cannot resolve link to key: from text:
        ...{key: val, ..}
2018-03-13 14:13:46 +09:00
ncteisen c1284576f8 Fix build and sanity 2018-03-02 16:20:50 -08:00
ncteisen ee013d25b3 Fix build and sanity 2018-03-02 11:38:32 -08:00
Mehrdad Afshari 9073ea03ef Regenerate projects 2018-02-22 22:21:33 -08:00
Vijay Pai c745690caf Internalize gpr_thd except for id and currentid 2018-02-12 11:44:52 -08:00
apolcyn 90dde8f136
Merge pull request #14134 from apolcyn/fix_ruby_shutdown_race
Refactor ruby server shutdown to fix a race in tests
2018-02-09 18:03:30 -08:00
apolcyn f3431e5b21
Merge pull request #14132 from apolcyn/fix_benign_compression_options_mem_leak
Fix two ruby memory leaks when exceptions are raised
2018-02-08 18:56:37 -08:00
Vijay Pai 18b9133f31 Merge branch 'master' into gpr_review 2018-02-08 12:18:09 -08:00
Vijay Pai 239b7d4b0b Merge branch 'master' into gpr_review 2018-02-08 11:08:41 -08:00
Vijay Pai 573717bc8d Merge branch 'master' into gpr_review3 2018-02-08 10:21:11 -08:00
Vijay Pai 32748c1b2a Merge branch 'master' into gpr_review3 2018-02-08 10:06:23 -08:00
Vijay Pai b1ef84a7fd Merge branch 'master' into gpr_review_host_port 2018-02-07 11:12:35 -08:00
Muxi Yan cda058de8e build projects 2018-02-06 18:17:42 -08:00
Muxi Yan 99f1a8f467 Remove compression_ruby 2018-02-06 18:17:42 -08:00
Alexander Polcyn d60ed8f1f8 Guarantee no race between ruby server's shutdown_and_notify and destroy 2018-02-06 11:13:06 -08:00
Shohei Kamimori 35367cc3ed fix typo 2018-02-05 18:46:41 +09:00
Vijay Pai 1acfaca3e6 Merge branch 'master' into gpr_review_host_port 2018-02-02 11:21:07 -08:00
Vijay Pai d4d0a30c6f Privatize useful.h and avl.h 2018-02-02 09:16:44 -08:00
Vijay Pai 4c0640ebd6
Merge branch 'master' into gpr_review3 2018-02-02 09:12:11 -08:00
Vijay Pai e5b0a50416
Merge pull request #14015 from vjpai/alarm
Remove alarm from core, implement in C++ layer only
2018-02-02 08:44:20 -08:00
Vijay Pai ae376bf9d9 Privatize host_port.h; was not used in any wrapped language implementation 2018-01-25 23:06:24 -08:00
Vijay Pai 8a99fdb57e Move cmdline and subprocess from public gpr to test/core/util 2018-01-25 20:11:38 -08:00
Muxi Yan fd900e09fb Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface 2018-01-24 16:16:23 -08:00
Alexander Polcyn 7b87bab832 Refactor ruby server shutdown to fix a race 2018-01-22 23:43:39 -08:00
Alexander Polcyn 443165f88f Fix two ruby memory leaks when exceptions are raised 2018-01-22 19:37:23 -08:00
Mark D. Roth 62569dd978 Fix arena to return aligned memory. 2018-01-22 12:51:03 -08:00
Vijay Pai 2b226adf60 Remove alarm from core, implement in C++ layer only 2018-01-21 21:03:56 -08:00
Mehrdad Afshari 43884047c9 Regenerate projects 2018-01-19 14:25:15 -08:00
Muxi Yan fb061c329a Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface 2018-01-19 12:20:15 -08:00
Jan Tattermusch e5b7ddd59c
Merge pull request #13363 from grpc/revert-13346-revert-13322-oauth_failure
Revert "Revert "Switching from UNAUTHENTICATED to UNAVAILABLE for auth metadata failure""
2018-01-16 18:21:23 +01:00
apolcyn 8ecabd987b
Merge pull request #13777 from frankyn/patch-1
[Ruby] Specify module init in README
2017-12-18 13:01:24 -08:00
apolcyn 2ebb168ac7
Merge pull request #13774 from apolcyn/disable_soreuseport_in_ruby_tests
Tentatively disable so_reuseport in ruby tests
2017-12-15 10:37:11 -08:00
Frank Natividad 235a2e74b2
[Ruby] Specify module init after cloning repo 2017-12-14 02:48:55 -07:00
Alexander Polcyn b14f1ea602 Disable soreuseport in ruby unit tests 2017-12-13 16:43:00 -08:00
Jan Tattermusch a2044f83c6 metadata plugin update statuses in wrapped langs 2017-12-14 00:17:25 +01:00
Muxi Yan 032e9b32dc Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface 2017-12-13 14:04:45 -08:00
Mehrdad Afshari c5ba665b22 Merge remote-tracking branch 'origin/v1.8.x' 2017-12-11 11:32:11 -08:00
Mehrdad Afshari 0ba96edc41 v1.8.0-pre2 is now v1.8.0 2017-12-12 14:01:25 -08:00
apolcyn 5663eac718
Merge pull request #13696 from apolcyn/update_ruby_for_cpp_core
Move a CFLAG to be a CPPFLAG when building core for ruby
2017-12-08 18:14:25 -08:00
Alexander Polcyn ebcc6b398d Update extconf.rb for c++ conversion, move CFLAGS to CPPFLAGS when
compiling core.
2017-12-08 15:40:24 -08:00
Muxi Yan 99024d6436 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface 2017-12-08 14:02:18 -08:00
Muxi Yan 5c5bafff5a Merge commit '94e676e^2' into fix-stream-compression-config-interface 2017-12-08 10:39:22 -08:00
Yash Tibrewal d6c292f177 Merge master 2017-12-07 19:38:43 -08:00
Muxi Yan 9c02a3cca1 Do not separate message/stream compression levels 2017-12-07 19:02:22 -08:00
Alexander Polcyn f7a869fdbe Unref global backup poller under its lock 2017-12-07 09:59:15 -08:00
Muxi Yan 6043006af1 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface 2017-12-06 22:29:12 -08:00
Muxi Yan fc38142db6 Merge commit 'b0bad8f^' into fix-stream-compression-config-interface 2017-12-06 22:02:08 -08:00
Muxi Yan 38fcd0c6c3 clang-format 2017-12-06 18:55:05 -08:00
Muxi Yan 4a117f0be7 Merge e759d2a^ 2017-12-06 18:47:16 -08:00
Yash Tibrewal 8cf1470a51
Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" 2017-12-06 09:47:54 -08:00
Yash Tibrewal ad4d2dde00
Revert "All instances of exec_ctx being passed around in src/core removed" 2017-12-06 09:05:05 -08:00
Yash Tibrewal a3df36cc25
Merge pull request #13058 from yashykt/execctx
All instances of exec_ctx being passed around in src/core removed
2017-12-05 21:19:52 -08:00
Vijay Pai 770bf078d5 Regen projects and fix more uses of gpr_thd_new 2017-12-05 16:09:20 -06:00
yashkt d9f6407190 Merge master into execctx after removal of assert in tls_gcc 2017-12-04 09:41:12 -08:00
Vijay Pai 195cf1ebfd Move histogram to test/core/util 2017-11-30 15:02:04 -08:00
Yash Tibrewal 10f2790f7f Merge branch 'master' into execctx 2017-11-30 10:54:42 -08:00
Nicolas "Pixel" Noble 7d199c95a2 Merge branch 'master' of https://github.com/grpc/grpc into v1.8.x 2017-11-30 09:08:01 +01:00
Mehrdad Afshari d39d007e8f
Merge pull request #13515 from mehrdada/bump-master-version
Bump 1.8.0-dev to 1.9.0-dev
2017-11-28 13:30:54 -08:00
apolcyn 17f94911f2
Merge pull request #13153 from bmarkons/patch-1
Add health statuses for multiple services at once
2017-11-28 13:22:18 -08:00
apolcyn 1972e5ce74
Merge pull request #12710 from apolcyn/speedup_ruby_end2end_tests
Fix a race in ruby server shutdown and cleanup for ruby tests
2017-11-27 23:27:50 -08:00
Alex Polcyn 81e9581bf3 Remove some sleeps in ruby tests and fix test server shutdown 2017-11-27 20:29:19 -08:00
Mehrdad Afshari 14e96f9ae8 Bump 1.8.0-dev to 1.9.0-dev 2017-11-27 17:14:15 -08:00
Mehrdad Afshari 552a7ca088 Bump 1.8.0-dev to 1.8.0-pre1 2017-11-27 16:51:21 -08:00
Muxi Yan fba967747c generate_projects 2017-11-27 14:39:28 -08:00
Marko Bogdanović 9f4a8eeced Add HealthChecker helpers for setting statuses 2017-11-18 10:59:57 +01:00
Yash Tibrewal 177039b2f8 Merge master 2017-11-16 19:31:28 -08:00
apolcyn 2e8bef1389
Merge pull request #13204 from apolcyn/fix_broken_ruby_20_for_master
Remove required keyword args in ruby, for master branch
2017-11-13 21:34:44 -08:00
Yash Tibrewal 4e9265c828 Merge with master 2017-11-09 17:46:29 -08:00
Yash Tibrewal 40422d5fa6 Merge master 2017-11-06 14:43:31 -08:00
Craig Tiller 44ab6a559c fix 2017-11-03 16:22:34 -07:00
Craig Tiller a64b2b13c1 Merge github.com:grpc/grpc into 50 2017-11-03 15:23:13 -07:00
Craig Tiller b32d72ef90 Sanity fixes 2017-11-03 10:31:53 -07:00
Craig Tiller baa14a975e Update clang-format to 5.0 2017-11-03 09:09:36 -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
Alexander Polcyn 99fdda8c8e remove use of keyword args 2017-10-31 16:58:55 -07:00
Yash Tibrewal 888691344e Merge branch 'master' into testc++ize 2017-10-31 11:24:36 -07:00
Jim King 3e0769957e
Merge pull request #13106 from Vizerai/census_update
Cleaning up census code.
2017-10-31 11:10:00 -07:00
Yash Tibrewal 268685bcbd Merge branch 'master' into testc++ize 2017-10-30 16:28:56 -07:00
Justin Burke c1d354d7f2 Support SSL server certificate reloading. 2017-10-27 13:41:44 -07:00
Jim King 52620b698e Merge branch 'master' into census_update 2017-10-26 11:27:03 -07:00
Yash Tibrewal 3318979a5f Merge branch 'master' into testc++ize 2017-10-25 16:26:03 -07:00
Yash Tibrewal 34a57d0346 rename all test core files to cc and a lot of C++ style conversions 2017-10-25 16:23:01 -07:00
kpayson64 1bf7207852 Merge pull request #13084 from kpayson64/cq_lambda
CompletionQueue DoThenAsyncNext
2017-10-25 10:28:02 -07:00
Ken Payson 42bd87e376 Adds gRPC Experimental CQ DoThenAsyncNext lambda API 2017-10-25 09:13:30 -07:00
Feng Li 692bbf942c Merge pull request #12896 from pongad/ruby-php-bin
make ruby proxy worker accept script location
2017-10-23 16:54:40 -07:00
Vizerai bb7d088ed2 Cleaning up census code. 2017-10-23 12:06:29 -07:00
Yash Tibrewal 0ee7574732 Removing instances of exec_ctx being passed around in functions in
src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of
grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx
also keeps track of the previous exec_ctx so that nesting of exec_ctx is
allowed. This means that there is only one exec_ctx being used at any
time. Also, grpc_exec_ctx_finish is called in the destructor of the
object, and the previous exec_ctx is restored to avoid breaking current
functionality. The code still explicitly calls grpc_exec_ctx_finish
because removing all such instances causes the code to break.
2017-10-18 17:12:19 -07:00
Alexander Polcyn 40d3062a76 Fix call object memory leak in ruby, when call object is closed 2017-10-17 17:39:57 -07:00
Michael Darakananda 410ba6dada format 2017-10-13 11:08:43 +11:00
Frank Groeneveld fbf8128da8 Add OpenBSD support 2017-10-12 13:50:38 -07:00
Alexander Polcyn 55b3617b5a update ruby extension to compression changes 2017-10-11 20:56:27 -07:00
Muxi Yan f7a97e19cf build_project 2017-10-11 16:59:27 -07:00
Muxi Yan 4c7bc85bd8 Revert changes to "identity" "deflate" "gzip" "stream-gzip" compression algorithm names at surface API
This reverts commit 6360274841.
This reverts commit 33d7a7aa5a.
2017-10-11 16:27:51 -07:00
Michael Darakananda 5e33a3b9de Merge branch 'master' into ruby-php-bin 2017-10-09 17:09:41 +11:00
Michael Darakananda bf6185c3b1 make ruby proxy worker accept script location
This is done so that we can test other PHP clients.
2017-10-09 17:04:46 +11:00
Muxi Yan 03fc857a6f Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface 2017-10-06 18:47:09 -07:00
Muxi Yan 6360274841 Make the names of compression algorithms backwards compatible at surface API 2017-10-06 17:25:40 -07:00
ZhouyihaiDing d015389823 exclude uploading stats, add unconstained php benchmark
php7 build once
2017-10-06 15:25:14 -07:00
Alexander Polcyn 8c12d9eae6 Add a test under ruby GC stress mode and fix non-GC-rooted variable bug 2017-10-05 09:31:48 -07:00
apolcyn e2b4e49f39 Merge pull request #12493 from apolcyn/fix_ruby_call_mem_leak
Fix a per-call memory leak in ruby
2017-10-04 18:21:29 -07:00
Muxi Yan 906f69c1df Fix Ruby build 2017-10-04 18:00:20 -07:00
Muxi Yan 74878c7bf5 Another Ruby build fix 2017-10-03 15:49:09 -07:00
Muxi Yan 532af94e78 Fix Ruby build 2017-10-02 18:17:16 -07:00
murgatroid99 9887379158 Update version to 1.8.0-dev, update g word to 'generous' 2017-10-02 17:31:33 -07:00
Zhouyihai Ding f9a39ac7e2 Merge pull request #12718 from ZhouyihaiDing/c_ext_php
PHP benchmark: add running php with protobuf C-extension
2017-10-02 16:17:22 -07:00
Mark D. Roth 6456e494a8 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix 2017-09-28 15:16:14 -07:00
Alexander Polcyn f1b1ab0899 return nil from google rpc status conversion if the grpc-status-details-bin trailer wasnt set 2017-09-26 12:32:29 -07:00
ZhouyihaiDing c8e145bd93 add protobuf c_ext to php benchmark 2017-09-26 17:23:46 +00:00
Muxi Yan 1c285b9812 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface 2017-09-25 12:38:17 -07:00
Mark D. Roth b4c01f9e29 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix 2017-09-25 12:36:30 -07:00
Muxi Yan 92d1bc11ba generate_project 2017-09-25 11:43:06 -07:00
Shaun McCormick eec7a917ba Add Ruby server interceptors 2017-09-25 09:28:04 -05:00
apolcyn 3e0905e286 Merge pull request #12681 from apolcyn/fix_ruby_sigint_mask_in_test
Dont assume sigint wasnt masked when invoking ruby tests
2017-09-22 10:08:51 -07:00
Alexander Polcyn 2f3e588099 Dont assume that sigint wasnt masked when invoking ruby tests 2017-09-21 13:48:53 -07:00
Vijay Pai efce6e1e50 Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"" 2017-09-21 13:12:52 -07:00
apolcyn c0f427850c Merge pull request #12588 from apolcyn/shorten_ruby_unit_test_time
Reduce time taken by ruby unit test suite
2017-09-20 16:04:39 -07: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
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
Yash Tibrewal dc1cd5437c Running generate_projects.sh 2017-09-18 10:51:22 -07:00
Alexander Polcyn 67fa513fba make sure calls created in ruby unit tests are completed timely 2017-09-14 19:47:49 -07:00
ZhouyihaiDing 1c87515f8d add php extension 2017-09-14 11:08:28 -07:00
Alexander Polcyn d24e966c1d fix memory leak of ruby call objects 2017-09-11 13:40:12 -07:00
Mark D. Roth 0aee498525 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix 2017-09-08 08:01:29 -07:00
Vijay Pai 7f6a27a4d3 Merge pull request #12372 from vjpai/armalarmadingdong
Core API change: Decouple alarm construction from setting to avoid races in MT code
2017-09-07 18:34:56 -07:00
Yuchen Zeng b6ef6e9ff5 Merge pull request #12080 from y-zeng/connectivity
Reconnect channels automatically in C++ clients
2017-09-07 12:59:41 -07:00
Vijay Pai 58c33ba19b Decouple alarm construction from setting to avoid races in MT code 2017-09-07 11:34:13 -07:00
Jan Tattermusch 66e08cbe96 add rubocop warnings to TODO config file 2017-09-05 09:40:18 +02:00
Alexander Polcyn 010ea65be5 remove calls to optional paramaters so that the test is compatible with ruby versions < 2.1 2017-09-05 09:40:17 +02:00
Mark D. Roth 2caf021772 Change plugin credentials API to support both sync and async modes. 2017-09-01 15:04:13 -07:00
Yuchen Zeng ba23e799dc Sanity fixes 2017-08-24 23:13:09 -07:00
apolcyn f28955d40d Merge pull request #12237 from andremedeiros/fix-gc-eager-sweep
Mark error code details as global
2017-08-24 15:40:47 -07:00
Muxi Yan 7c62a35c6f Merge remote-tracking branch 'upstream/master' into stream_compression_config 2017-08-21 15:19:50 -07:00
Andre Medeiros b0eae8a08e Mark error code details as global 2017-08-21 15:50:47 -04:00
David G. Quintas 0f924b7d55 Merge pull request #12213 from dgquintas/v1.7.x-version-bump
Master version bump to 1.7.x
2017-08-17 13:10:36 -07:00
David Garcia Quintas 713597f1cd Master version bump to 1.7.x 2017-08-16 20:59:05 -07:00
John Millikin e387852303
Catch NotImplementedError exceptions and forward them to the client.
The old code only caught `StandardError`, which doesn't include
`NotImplementedError`. Despite the name, this error indicates a failure
of low-level OS interaction rather than unimplemented user code.

Any errors not caught by this section will cause the server to
terminate, which is generally undesirable because it might be happily
handling other requests.
2017-08-16 11:25:18 -07:00
Muxi Yan 229125abb1 Merge remote-tracking branch 'upstream/master' into stream_compression_config 2017-08-11 16:15:53 -07:00
apolcyn 240f35d6fb Merge pull request #10636 from apolcyn/alleviate_10526
cancel calls on ruby client bidi write loop exceptions and surface the errror
2017-08-07 13:07:09 -07:00
Alexander Polcyn c6627caf3a cancel calls with an error message when bidi write loop fails with user
error
2017-08-07 10:37:51 -07:00
Muxi Yan 69b8fe02b6 Merge branch 'master' into stream_compression_config 2017-08-02 16:57:23 -07:00
Alexander Polcyn 39088914ef fix cancellation test flake 2017-07-31 14:58:24 -07:00
apolcyn cace6a9e4f Merge pull request #11963 from apolcyn/fix_ruby_bidi_error_terminate
Improve completion of bidi calls when there is an initial error
2017-07-27 22:27:54 -07:00
Alexander Polcyn cd22f11905 properly finish bidi calls when there is an initial error 2017-07-27 17:54:59 -07:00
Muxi Yan 0603895423 Merge remote-tracking branch 'upstream/master' into stream_compression_config 2017-07-26 17:02:31 -07:00
Muxi Yan b32c23a9e7 generate_project 2017-07-26 14:49:53 -07:00
yang-g 16149ad456 regenerate projects 2017-07-25 07:45:23 -07:00
apolcyn f064af3dbf Merge pull request #11849 from apolcyn/fix_ruby_md_mem_leaks_master
Fix memory leak in sent ruby metadata
2017-07-24 14:20:46 -07:00
Alexander Polcyn 11fade7c14 Fix a ruby test flake 2017-07-21 19:22:10 -07:00
Alexander Polcyn 85cc143a7f fix memory leak with large metadata keys or values 2017-07-21 15:47:37 -07:00
apolcyn d238d84202 Merge pull request #11764 from apolcyn/fix_ruby_socket_leak
Release resources more eagerly on ruby server
2017-07-20 17:37:14 -07:00
Alexander Polcyn 7cc83e0701 add a standalone client auth test 2017-07-20 16:31:00 -07:00
Alexander Polcyn 7cc30c1155 add missing fields on server call context and improve robustness of finished calls 2017-07-19 17:31:27 -07:00
Alexander Polcyn 59a19a9d5e make sure that client-side view of calls is robust 2017-07-18 17:26:08 -07:00
Craig Tiller d996379030 Reset OWNERS state 2017-07-17 10:54:07 -07:00
apolcyn da0c0ecb1a Merge pull request #11830 from apolcyn/fix_credential_compose_leaks_master
Fix ruby memory leaks when composing credentials, noticed with asan
2017-07-17 10:21:05 -07:00
Alexander Polcyn 77349cd80a fix ruby memory leaks when composing credentials 2017-07-14 14:53:55 -07:00
apolcyn 8ffb7c1080 Merge pull request #11759 from apolcyn/ruby_cleanup
Remove a stale ruby method
2017-07-13 15:26:33 -07:00
Alexander Polcyn fb1e164cd8 dont wait for gc to destroy calls on ruby server 2017-07-13 13:51:44 -07:00
Craig Tiller e476f7d33f Strawman OWNERS --> CODEOWNERS script 2017-07-13 08:52:00 -07:00
Muxi Yan 59827dd739 generate project 2017-07-12 14:04:30 -07:00
Alexander Polcyn 600ae82d4c remove an unused method 2017-07-11 15:47:05 -07:00
Mehrdad Afshari bb3d95b643 Use https://grpc.io consistently as the canonical URL 2017-07-10 22:24:28 +00:00
Alexander Polcyn 8d69a2fea8 correct channel arg constructor calls in ruby channel creds test 2017-06-15 10:26:12 -07:00
Mehrdad Afshari c02e39d14c Merge pull request #9823 from mjkim/fix_unkown
Fix typos
2017-06-12 10:46:40 -07:00
Jan Tattermusch 4d5c3102a1 fix remaining license notices 2017-06-08 11:22:41 +02:00
Jan Tattermusch 7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
David Garcia Quintas aebcdbd732 master bumped to 1.5.x 2017-05-30 14:14:27 -07:00
murgatroid99 c18b9069cd Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmerge 2017-05-25 15:13:27 -07:00
Jan Tattermusch bbfdbb19c0 bump version to 1.3.6 2017-05-23 22:48:45 +02:00
Craig Tiller cc919832cd Fix sanity 2017-05-23 13:35:55 -07:00
Ken Payson c0ce2cdf00 Update version to 1.3.5 2017-05-19 17:47:49 -07:00
apolcyn 9b87ceab37 Merge pull request #11225 from apolcyn/bump_13x_version
Bump to version 1.3.4
2017-05-18 17:56:51 -07:00
apolcyn 2502a7d31c Merge pull request #10813 from apolcyn/fix_conn_watch_mem_accum
get rid of connectivity state watchers right after timeout
2017-05-18 16:03:58 -07:00
Alexander Polcyn c3b1f18a7e get rid of connectivity state watchers right after timeout 2017-05-18 12:09:26 -07:00
Alexander Polcyn 92eb7fbc05 Bump to version 1.3.4 2017-05-18 11:49:15 -07:00
Alexander Polcyn 82fef0bce7 tentative fix for global side effect on interrupted constructor 2017-05-18 00:17:09 -07:00
Alexander Polcyn d7455abfbd make get conn state always safe to call 2017-05-17 21:49:14 -07:00
Alexander Polcyn c24d53b0cf api watch unblock func kills only its own channel 2017-05-17 21:20:34 -07:00
apolcyn 42d858a99d Merge pull request #11054 from apolcyn/ruby_dont_use_timeouts
fixes to connectivity state api and add in constant state watches
2017-05-17 17:22:15 -07:00
Alexander Polcyn 032f398543 cleanup 2017-05-17 15:05:00 -07:00
Alexander Polcyn 7e44480614 clang format 2017-05-17 13:13:55 -07:00
Alexander Polcyn 5c6dda8639 fix tentative startup bug 2017-05-17 13:11:28 -07:00
Alexander Polcyn 916893b618 fix up the test 2017-05-17 10:05:39 -07:00
Alexander Polcyn fd4cbb7077 cleanup test 2017-05-17 09:57:25 -07:00
Alexander Polcyn 7b3629e6c2 fix lack-of-abort bug 2017-05-17 00:29:10 -07:00
Alexander Polcyn 0e2b6a2109 remove debug prints 2017-05-16 17:16:05 -07:00
Ken Payson 16f76d2092 Bump to version 1.3.3 2017-05-16 08:54:22 -07:00
Ernie Miller eef382c921
Remove unnecessary require_relative
`require-relative` breaks Rubygems' ability to use the arch-specific
directory in `extensions`. When building grpc extensions from source,
we're left with a lot of intermediate object files and a duplicate
shared object file as well. This space can be reclaimed by finding these
object files inside the `gems` subdirectory of the installation
location, while leaving the shared object file in the `extensions`
subdirectory. See the comments at
https://github.com/rubygems/rubygems/issues/926 for more on this
behavior, which has been present in Rubygems for years.

By using `require` instead, those of us who build from source can
reclaim space consumed by duplicate and intermediate files, which
amounts to a savings of 46MB (in a build of 1.3.2 on Alpine
Linux). This is helpful when trying to minimize the size of a Docker
image.

I'm unclear on whether or not the reclaiming of this space can be
automated as part of the build process. If so, it may be worth
considering as a separate effort.
2017-05-12 19:53:19 -04:00
Stanley Cheung 448a11d616 Bump to version 1.3.2 2017-05-10 15:23:29 -07:00
Alexander Polcyn b2c0b7bc74 constant state watch without timeouts 2017-05-09 22:52:32 -07:00
Stanley Cheung 0afa9abb79 Bump to 1.3.2-pre1 2017-05-09 19:08:26 -07:00
murgatroid99 572cd7e5a4 Update version to 1.3.1 2017-05-04 10:02:44 -07:00
Craig Tiller 4865c79548 Merge pull request #10613 from ctiller/framing_costs
Optimize framing a little
2017-04-27 14:53:12 -07:00
David Garcia Quintas 606945af76 1.3.0 -> 1.3.1-pre1 2017-04-27 14:26:52 -07:00
David Garcia Quintas 3ef2355eae s/1.3.0-pre/1.3.0 2017-04-27 13:59:19 -07:00
Alexander Polcyn f5521c33f9 Revert "Merge branch 'master' into v1.3.x"
This reverts commit 79759fea1a, reversing
changes made to dc36f4df6a.
2017-04-26 14:18:39 -07:00
Craig Tiller bb4046cd77 Regenerate projects 2017-04-26 08:56:30 -07:00
Craig Tiller 6f2024f4ec Merge github.com:grpc/grpc into c++lame 2017-04-24 13:33:06 -07:00
Craig Tiller decec09316 Merge github.com:grpc/grpc into c++lame 2017-04-21 08:08:05 -07:00
Craig Tiller d5ad177a4c Merge github.com:grpc/grpc into framing_costs 2017-04-20 13:01:57 -07:00
Craig Tiller 59db187c85 Merge branch 'tsan-c++' into hybrid 2017-04-20 19:24:57 +00:00
Craig Tiller a4894fcd02 Merge pull request #10182 from ctiller/cpparena
[EXPERIMENTAL] allocate unary response writer against call arena
2017-04-20 10:32:20 -07:00
murgatroid99 ce67bff2df Merge remote-tracking branch 'upstream/v1.3.x' into upmerge_v1.3.x 2017-04-19 15:54:27 -07:00
Craig Tiller 6984e1dc5e Merge github.com:grpc/grpc into c++lame 2017-04-19 14:50:31 -07:00
Craig Tiller 06a30eef36 Merge github.com:grpc/grpc into cpparena 2017-04-19 14:40:20 -07:00
Craig Tiller 5b1c5f22f4 Extend clang-format to C#, Node, Ruby 2017-04-19 09:52:18 -07:00
Craig Tiller cac4e178fd Merge github.com:grpc/grpc into cpparena 2017-04-18 13:39:18 -07:00
Craig Tiller a12c0657ef Merge github.com:grpc/grpc into hybrid 2017-04-18 13:23:44 -07:00
Craig Tiller addb6ea986 Merge github.com:grpc/grpc into c++lame 2017-04-17 12:19:09 -07:00
Alexander Polcyn deeed7f12b don't hold the gil while waiting for bg thread to start 2017-04-17 10:46:55 -07:00
Craig Tiller c39fbcf9ba Merge github.com:grpc/grpc into framing_costs 2017-04-17 08:20:25 -07:00
Alexander Polcyn d1143abaa8 tweak class init test to reveal bug in misordered startup 2017-04-16 10:27:09 -07:00
Alexander Polcyn c7fcebe750 fix bug in which gc of channel sleeps on cv before bg thread signaling has started 2017-04-15 16:37:44 -07:00
David Garcia Quintas a818f72c0c Load Reporting back to using metadata 2017-04-15 11:25:48 -07:00
Alexander Polcyn 4736e01c16 add native grpc class init tests to check that presence of grpc_init calls 2017-04-14 17:58:14 -07:00
Alexander Polcyn 792c7e3d27 add new test where client forks after require grpc, to test that lib startup 2017-04-14 16:29:04 -07:00
Alexander Polcyn 2a9b5d77ed defer grpc_init and background threads until first grpc object init 2017-04-14 15:19:00 -07:00
Craig Tiller 56c23f11b0 Merge github.com:grpc/grpc into c++lame 2017-04-14 15:18:20 -07:00
Craig Tiller c3666d7090 Merge github.com:grpc/grpc into hybrid 2017-04-14 13:15:56 -07:00
Craig Tiller 2c6f63731c Merge github.com:grpc/grpc into cpparena 2017-04-14 13:14:10 -07:00
Sree Kuchibhotla 0e5fa9ebcd Merge branch 'master' into cq_create_api_changes 2017-04-13 18:36:23 -07:00
David Garcia Quintas 9e1acc0796 master to 1.4.0-dev 2017-04-13 16:30:15 -07:00
David Garcia Quintas d9986c3cf7 1.3.x branch cut 2017-04-13 16:20:56 -07:00
Craig Tiller dea325b6e4 Merge branch 'hybrid' of github.com:ctiller/grpc into hybrid 2017-04-12 14:02:19 -07:00
Craig Tiller b3612d3cd4 Remove API 2017-04-12 14:02:13 -07:00
Sree Kuchibhotla 2bb075d8e0 Merge branch 'master' into cq_create_api_changes 2017-04-12 13:53:59 -07:00
Craig Tiller 75897a9901 Merge branch 'c++lame' of github.com:ctiller/grpc into c++lame 2017-04-12 06:46:48 -07:00
Craig Tiller c20fa90c60 Merge github.com:grpc/grpc into cpparena 2017-04-12 06:44:00 -07:00
Craig Tiller 2e018891be Merge github.com:grpc/grpc into hybrid 2017-04-11 17:56:25 -07:00
Alexander Polcyn 9b02001949 get rid of racey sleep 5 and use a cv to wait forever 2017-04-11 10:14:13 -07:00
Alexander Polcyn d6dd46a1d9 fix flakey race in ruby tests 2017-04-10 16:47:03 -07:00
Craig Tiller 9f3822c4a8 patch ruby stuff 2017-04-10 15:07:22 -07:00
Craig Tiller f85aabf659 Make ruby build debuggable 2017-04-10 14:06:15 -07:00
Sree Kuchibhotla 7b9f97bfb8 Merge branch 'master' into cq_create_api_changes 2017-04-07 13:44:34 -07:00
Jan Tattermusch 61f729fe1a Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v12x 2017-04-06 17:11:44 +02:00
Jan Tattermusch 0be726b34d bump version to 1.2.2 2017-04-03 20:04:34 +02:00
Craig Tiller d35bb9ec62 Fix sanity 2017-03-31 12:56:15 -07:00
Craig Tiller dd36b15315 Call ref/unref, bugfixes 2017-03-31 08:27:28 -07:00
Craig Tiller 547631eaf8 Merge github.com:grpc/grpc into cpparena 2017-03-31 07:50:01 -07:00
Ken Payson 484871bb03 Bump version to 1.2.1 2017-03-28 18:00:33 -07:00
apolcyn 486f8d9ee8 Merge pull request #10308 from apolcyn/bump_v12x_version
bump v1.2.x branch version to 1.2.1-pre2
2017-03-27 09:13:06 -07:00
Sree Kuchibhotla 79441baed9 Merge branch 'master' into cq_create_api_changes 2017-03-24 15:01:23 -07:00
Yuchen Zeng f466ae116e Merge pull request #7771 from y-zeng/cares_buildin
Async DNS resolver with pre-configured c-ares
2017-03-24 14:52:04 -07:00
Sree Kuchibhotla b6512cf940 Merge pull request #10245 from sreecha/cq_factory_api
Introduce grpc_completion_queue_factory API
2017-03-24 13:23:44 -07:00
Alexander Polcyn 69c2717c80 bump v1.2.x branch version to 1.2.1-pre2 2017-03-24 11:39:52 -07:00
Sree Kuchibhotla 944a56fa84 Merge branch 'master' into cq_create_api_changes 2017-03-24 10:55:39 -07:00
Alexander Polcyn 4364ded9b1 wording fix in comments 2017-03-24 10:41:37 -07:00
Alexander Polcyn 8d8dce8db3 malloc run_batch_stack after type checks 2017-03-24 10:32:15 -07:00
Alexander Polcyn 077f890965 conform test to formatter 2017-03-24 09:53:40 -07:00
Alexander Polcyn 34bb6df108 allocated run batch stack on the heap 2017-03-23 22:18:02 -07:00
Alexander Polcyn 27338de445 add test in that sends a sigint to client while its making an rpc ona
child thread - segfaults on mac
2017-03-23 22:11:58 -07:00
Nicolas "Pixel" Noble e44a50ffd7 Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0 2017-03-24 00:54:47 +01:00
Alexander Polcyn 604abf4fa5 add generated imports header to be able to build on mingw 2017-03-23 11:32:36 -07:00
apolcyn 1a0cc16dc7 Merge pull request #10230 from apolcyn/bump_to_1_2_1_pre1
bump v1.2.x branch to 1.2.1-pre1
2017-03-23 10:37:44 -07:00
apolcyn b0f3f55f8f Merge pull request #9986 from apolcyn/fix_connectivity
ruby add background channel state poller to handle disconnected transports
2017-03-23 10:12:57 -07:00
Alexander Polcyn 02d131b5ef fix mac crash on abruptly ended server thread 2017-03-22 15:12:32 -07:00
Sree Kuchibhotla 8d8bb7a515 Ruby changes 2017-03-22 12:37:29 -07:00
Alexander Polcyn 513070cf20 get rid of time check increment in watch connectivity state loop 2017-03-22 10:27:31 -07:00
Sree Kuchibhotla def3354c9a Fix test bug and generate_projects.sh 2017-03-22 03:07:01 -07:00
Alexander Polcyn 06d4edd283 fix setting of time_check_increment in watch conn state loop 2017-03-21 19:24:07 -07:00
Alexander Polcyn 5b881460d2 make fewer lock/unlock calls and loop on cv_wait in watch conn state 2017-03-21 18:38:26 -07:00
Sree Kuchibhotla 5ea3bbd418 Merge branch 'cq_factory_api' into cq_create_api_changes_with_factory 2017-03-21 17:18:41 -07:00
Sree Kuchibhotla bf18428740 Introduce grpc_completion_queue_factory API
Just the API and a bare-bone implementation
2017-03-21 15:18:58 -07:00
Sree Kuchibhotla 36c370793b Merge branch 'master' into cq_create_api_changes 2017-03-21 10:28:40 -07:00
Alexander Polcyn ea282e9c4c add passing test that kills a process while there are active watch chan state calls 2017-03-20 21:07:20 -07:00
Alexander Polcyn 3e30832cca bump v1.2.x branch to 1.2.1-pre1 2017-03-20 17:00:45 -07:00
David Garcia Quintas 69e5a28635 Going for 1.2.0 2017-03-20 12:51:17 -07:00
Alexander Polcyn 4e606751db add end2end tests to formatter and adjust to formatter 2017-03-20 00:07:25 -07:00
Alexander Polcyn b862b6ae20 use RTEST with channel watch arg to capture larger set of truthy args 2017-03-19 23:36:21 -07:00
Vijay Pai c0e6701c57 Added dependencies in build.yaml to allow building 2017-03-17 20:00:55 -07:00
Yuchen Zeng 9bc0d8200e Merge remote-tracking branch 'upstream/master' into cares_bazel_rule 2017-03-17 16:00:17 -07:00
Yuchen Zeng 2c977084c8 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule 2017-03-17 15:57:23 -07:00
Ken Payson 12ca7d319c Bump 1.2.x version to pre-2 2017-03-16 11:01:06 -07:00
Alexander Polcyn 071f74f6f1 add copyright header to fix failing sanity tests 2017-03-15 17:32:40 -07:00
Alexander Polcyn af3213f38b remove now-unused channel completion queues 2017-03-15 16:44:52 -07:00
Alexander Polcyn 4109c23734 add a README for new test directory 2017-03-15 16:07:03 -07:00
Alexander Polcyn 563ec5324f stop mixing gpr mutexes and the ruby gil to fix channel closing deadlock 2017-03-15 15:54:49 -07:00
Alexander Polcyn 70bc4921e1 add another currently failing test related to channels and deadlock 2017-03-15 14:00:46 -07:00
Alexander Polcyn f3147b3a7c watch channel state without the gil to fix deadlock on abrupt SIGTERM 2017-03-15 12:14:13 -07:00
Alexander Polcyn 16d97edf56 add failing test revealing bug in channel state api 2017-03-15 10:02:20 -07:00
Alexander Polcyn f8dc32e9e2 make end2end test ports dynamic and slight refactor 2017-03-15 01:48:11 -07:00
Alexander Polcyn c44c16e330 add initial framework for full end2end tests outside of rspec 2017-03-14 23:30:39 -07:00
Alexander Polcyn be30114a3b fix up tests and remove two unlocks in a row bug 2017-03-14 17:15:51 -07:00
Alexander Polcyn fcad5799b4 in the middle of fixing watch and get connectivity state to work with new changes 2017-03-14 12:26:17 -07:00
Alexander Polcyn 427ec5e433 change if to while to avoid unsafe wakeup 2017-03-13 17:57:47 -07:00
Alexander Polcyn 69719089da remove a TODO 2017-03-13 12:00:42 -07:00
Vijay Pai a20050327b Merge pull request #10012 from vjpai/phpqps
PHP benchmarking performance client, proxied through Ruby
2017-03-13 02:16:43 -07:00
Alexander Polcyn 9f4986603c add in background connectivity state poller 2017-03-10 15:28:56 -08:00
Alexander Polcyn e57cd90c11 fix channel connectivity state function 2017-03-10 15:28:56 -08:00
David G. Quintas 169c553e0d Merge pull request #10078 from dgquintas/master_to_1.3.0
Bumped version to 1.3.0-dev
2017-03-10 14:09:27 -08:00
Vijay Pai 958ded975f PHP benchmarking performance client, proxied through Ruby
Requires synchronous and single-threaded, so only 1 channel and 1 outstanding RPC
per channel for now. No open-loop for now
2017-03-10 10:51:05 -08:00
David Garcia Quintas 904e7f53ae Introducing 1.2.0-pre1 2017-03-09 15:02:19 -08:00
David Garcia Quintas 74cec10619 Bumped version to 1.3.0-dev 2017-03-09 15:00:26 -08:00
ncteisen b3eee5c8c7 Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human 2017-03-09 11:16:25 -08:00
Sree Kuchibhotla 36108cce7d Merge branch 'master' into cq_create_api_changes 2017-03-08 10:40:38 -08:00
David Garcia Quintas 78fd7db29f Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master_again 2017-03-06 15:58:03 -08:00
Sree Kuchibhotla 98ab52003a Ruby: Completion queue creation API changes 2017-03-03 18:28:47 -08:00
J. Martin 18e8b147e6
Limit the gem native build resources
When building the native extension make -j can absorb all available
resources on a system.  Implement "reasonable" limits on the number
of compiling jobs when the number of processors can be detected and
use a conservative count when ruby version does not provide detection.
2017-03-02 15:19:16 -06:00
Sree Kuchibhotla 0393d5d0a6 generate_projects.sh 2017-03-02 13:03:30 -08:00
Muxi Yan 5c2d7e287b Boost grpc version to v1.1.4 2017-03-01 15:31:31 -08:00
ncteisen 2316b80875 Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human 2017-03-01 11:52:32 -08:00
Craig Tiller 3d72d71c7c Merge github.com:grpc/grpc into zalloc 2017-02-24 15:30:51 -08:00
Michael Lumish 63852c933b Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_x
Upmerge from 1.1.x
2017-02-23 14:39:37 -08:00
Ken Payson fd6cc7de7b Bump version to v1.1.3 2017-02-23 14:25:40 -08:00
ncteisen 3da3ce3c29 Add error test 2017-02-23 11:23:15 -08:00
Craig Tiller 266f66a67c Merge github.com:grpc/grpc into zalloc 2017-02-23 09:50:27 -08:00
Myungjun Kim f17d163a9b Fix typos
unkown -> unknown
fix unnecessary spacing
2017-02-23 01:55:44 +09:00
apolcyn e96b6a2477 Merge pull request #9723 from vyper/patch-1
Fix class name on documentation
2017-02-21 10:08:26 -08:00
Craig Tiller ff71449049 Fix generated code 2017-02-17 09:02:18 -08:00
Leonardo Saraiva 87b10b652f Fix class name on documentation 2017-02-15 14:50:05 -02:00
David Garcia Quintas f31f096274 Use call context to propagare LR costs 2017-02-13 16:26:00 -08:00
Nicolas "Pixel" Noble e00d63f3ea Merge remote-tracking branch 'google/v1.1.x' 2017-02-13 23:37:17 +01:00
murgatroid99 2b3e12ceee Update version to 1.1.2 2017-02-06 17:42:07 -08:00
apolcyn 7c54d2929c Merge pull request #9553 from apolcyn/fix_ruby_mac_build
ruby bundle install work around to build packages on mac
2017-02-03 11:30:07 -08:00
Alexander Polcyn 6af442750a remove -Werror compiler option in ruby Makefile to build on mac in opt configuration 2017-02-02 16:47:44 -08:00
Yuchen Zeng 86d2115553 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule 2017-02-01 16:12:08 -08:00
murgatroid99 e15b5a42af Bump version to 1.1.1 2017-01-31 16:23:54 -08:00
Yuchen Zeng 92edda5129 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule 2017-01-31 15:59:19 -08:00
Craig Tiller 5cad46e218 Bump master version numbers 2017-01-30 15:32:24 -08:00
Nicolas "Pixel" Noble 4dcb7862bf Flagging version 1.1.0. 2017-01-30 23:28:06 +01:00
Mark D. Roth e6dd773dff Move parameters for all grpc_op types into their own sub-structs. 2017-01-28 02:23:30 +01:00
Craig Tiller afceb2edbd Merge github.com:grpc/grpc into rollfwd 2017-01-26 12:21:28 -08:00
Yuchen Zeng bc8a70445d Merge remote-tracking branch 'upstream/master' into cares_bazel_rule 2017-01-25 16:10:18 -08:00
Mark D. Roth 448c1f002c Move parameters for all grpc_op types into their own sub-structs. 2017-01-25 10:44:30 -08:00
Craig Tiller 0f2e2e4a42 Merge github.com:grpc/grpc into rollfwd 2017-01-24 10:53:20 -08:00
Yuchen Zeng e38698e5bd Merge remote-tracking branch 'upstream/master' into cares_bazel_rule 2017-01-23 17:19:53 -08:00
Craig Tiller 1a56a930cb Fixup 2017-01-23 14:55:15 -08:00
Craig Tiller a53c193aa5 Merge github.com:grpc/grpc into faster_slices 2017-01-23 14:54:31 -08:00
Nicolas "Pixel" Noble da83b376eb Changing versions from -dev to -pre1 on the release branch. 2017-01-23 23:52:35 +01:00
David G. Quintas f2c5c1e541 Merge pull request #9428 from grpc/revert-8842-metadata_filter
Revert "Metadata handling rewrite"
2017-01-23 12:08:46 -08:00
Nathaniel Manista 9ff26dc693 v1.0.x → master upmerge
Manual resolution:

- Force use of local distributions in Python-building in
  tools/run_tests/helper_scripts/build_python.sh.
2017-01-23 17:32:15 +00:00
Craig Tiller 7c70b6c144 Revert "Revert "Metadata handling rewrite""
This reverts commit 5e01e2ac97.
2017-01-23 07:48:42 -08:00
Craig Tiller 5e01e2ac97 Revert "Metadata handling rewrite" 2017-01-20 18:11:52 -08:00
Craig Tiller 0cf6a71b72 Fix comments, merge head, regen project 2017-01-20 14:07:05 -08:00
Yuchen Zeng 04ec4701e3 Merge remote-tracking branch 'upstream/master' into cares_buildin 2017-01-18 18:49:07 -08:00
apolcyn 0dcd709c4a Merge pull request #8304 from apolcyn/fix_ruby_tools_32_bit_windows
make ruby tools use x86 directory names for sub-x86 cpu
2017-01-13 15:08:38 -08:00
Alexander Polcyn 4d08937206 update grpc-tools.gemspec after with os_check -> plactform_check.rb 2017-01-13 10:00:50 -08:00
Alexander Polcyn aaddb5cb93 continue use of host_cpu and use x86 whenever not x86_64 2017-01-13 09:42:12 -08:00
Craig Tiller a47f51ff4b Merge github.com:grpc/grpc into metadata_filter 2017-01-11 14:16:00 -08:00
ncteisen 8f3f2f4bd8 Fix ruby:{python,csharp,csharpcoreclr}_server behavior 2017-01-10 15:39:51 -08:00
Craig Tiller 61393ad19f Merge github.com:grpc/grpc into metadata_filter 2017-01-10 08:47:23 -08:00
ncteisen 9dc0ca0a70 Merge branch 'master' of https://github.com/grpc/grpc into ruby_advanced_interop_client_side 2017-01-09 15:14:24 -08:00
ncteisen 56610d4706 Address github comments 2017-01-09 13:28:25 -08:00
Craig Tiller 78e4bf629c Merge github.com:grpc/grpc into metadata_filter 2017-01-05 13:14:23 -08:00
ncteisen 46b716d521 Merge branch 'master' of https://github.com/grpc/grpc into ruby_advanced_interop_server_side 2017-01-05 07:58:12 -08:00
ncteisen db8a3c28dd Merge branch 'master' of https://github.com/grpc/grpc into ruby_advanced_interop_client_side 2017-01-04 14:00:45 -08:00
Craig Tiller 19cc2db3bc Merge branch 'slice_with_exec_ctx' into metadata_filter 2017-01-04 12:54:34 -08:00
apolcyn 38642fa924 Merge pull request #9183 from apolcyn/attach_trailing_md_ruby_bidi
attach trailing metadata to ruby bidi call op when it's received
2017-01-04 12:52:39 -08:00