Commit Graph

810 Commits

Author SHA1 Message Date
ZhenLian 5a91a513fd
Allow to specify user provided audience in google default credentials and JWT credentials (#26456)
* support user provided audience in gdc and jwt
2021-06-11 09:44:46 -07:00
Lidi Zheng a3ae8e00a2
Revert "Allow to specify user provided audience in google default credentials and JWT credentials (#26392)" (#26440)
This reverts commit 304262e135.
2021-06-07 15:24:54 -07:00
yihuaz 304262e135
Allow to specify user provided audience in google default credentials and JWT credentials (#26392)
* support user provided audience in gdc and jwt

* fix 1st round of comments

* fix ruby and php to use new GDC API

* fix python clang issue

* address 2nd round of comments

* fix string_view issue

* remove length param in string_view constructor
2021-06-03 16:02:19 -07:00
Yash Tibrewal a989179ace
Bump master to v1.39.0 (#26207)
* Bump version to v1.39.0

* Regenerate projects

* Buildifier format
2021-05-11 06:49:10 -07:00
Stanley Cheung 44b113b3c1
PHP: stop reading composer.json file just to read the version string (#26156)
* PHP: remove reading from composer.json just for the version string

* Be extra defensive
2021-05-10 15:45:40 -07:00
Hannah Shi bba425fa11
add php math_server (#26201) 2021-05-09 23:10:14 -07:00
Hannah Shi 34ea49a9b1
fix status code (#26203) 2021-05-07 21:27:46 -07:00
Hannah Shi 6769ce39f4
PHP: php server commit 4/n, add RpcServer, generator and server examples (#25640)
* add RpcServer and generator
add server examples: greeter and route guide

* php server generator xds client

* add generated stub

* fix clang format fail
2021-05-01 01:07:44 -07:00
Hannah Shi e015c81b78
fix unit tests failure on i386 (#26075) 2021-04-26 14:06:17 -07:00
Hannah Shi 71578bf931
temporarily change ::createInsecure() back to return NULL (#25994) 2021-04-20 11:39:18 -07:00
Stanley Cheung ab3096f12c
Fix header_matching for PHP and Ruby (#26017) 2021-04-20 11:37:03 -07:00
Stanley Cheung e8a904368b
PHP: enable fault_injection xds interop test case (#25943)
* PHP: enable fault_injection xds interop test case

* sanity check yaph_code.sh

* some mysterious SIGTERM is being observed

* Remove adhoc test cfg
2021-04-09 15:17:23 -07:00
Guangwen Feng 995c282f15
Fix a typo in php README (#25940)
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2021-04-09 11:01:51 -07:00
Stanley Cheung c0a78774f8
PHP: allow xDS interop client to start RPCs asynchronously (#25696)
* PHP: allow xDS interop client to start RPCs asynchronously

* Address review comments

* Remove adhoc test config
2021-04-08 20:02:04 -07:00
Hannah Shi 0bd25f3d11
try/catch exceptions of both php7 and php8 (#25918) 2021-04-07 15:42:06 -07:00
Richard Belleville 9964ae875b
Bump master version to 1.38 (#25838)
* Bump version to 1.38

* Regenerate projects
2021-03-30 13:57:13 -07:00
Stanley Cheung 82625840bc
PHP: remove experimental from Interceptor API (#25788) 2021-03-23 11:45:56 -07:00
Hannah Shi d098697659
PHP: php server commit 3/n, add ServerContext and MethodDescriptor (#25399)
* add ServerContext and MethodDescriptor

* re-run generate_projects.sh
2021-03-03 22:36:49 -08:00
Hannah Shi 061fcbb214
PHP: php server commit 2/n, add Server Call (#25397)
* php server commit 2, server call

* re-run generate_projects.sh

* temp solution to avoid using autoload

* remove type-hint of
2021-03-03 11:57:43 -08:00
Karthik Ravi Shankar 2fd9f5ead9
Update third_party/protobuf to v3.15.2 (#25565)
* Update protobuf to v3.15.2

* revert boringssl podspec changes

Co-authored-by: Jan Tattermusch <jtattermusch@google.com>
2021-02-26 13:32:25 -08:00
Jan Tattermusch a0fc3a8dda
Update PHP's grpc_php_plugin instructions (#25544)
See https://github.com/grpc/grpc/issues/25350. 
(This also needs to be fixed in grpc.io)
2021-02-24 20:05:49 +01:00
Yash Tibrewal 7c8defd5c9
Merge pull request #25377 from yashykt/removedisrespecfulterm2
Replace disrespectful term
2021-02-10 15:20:27 -08:00
Lidi Zheng a72c72f6e3
Merge pull request #25388 from lidizheng/master
Bump version of HEAD to v1.37.0-dev
2021-02-09 15:11:35 -08:00
Yash Tibrewal 15779f7b91
Merge pull request #25380 from yashykt/removedisrespecfulterm3
Replace disrespectful words
2021-02-09 12:07:25 -08:00
Lidi Zheng 51659eb06e Regenerate projects 2021-02-09 11:45:06 -08:00
Stanley Cheung ff028754cf
Merge pull request #25303 from HannahShiSFB/psm-security
PHP: support for PSM security
2021-02-08 16:51:21 -08:00
Stanley Cheung e28712f62d
Merge pull request #25323 from HannahShiSFB/php-server-commit1
PHP: php server commit 1/n, add status
2021-02-08 16:49:28 -08:00
Yash Tibrewal f4e55b85bc Replace disrespectful term 2021-02-08 15:29:53 -08:00
Yash Tibrewal 7a5288d2a0 Replace disrespectful words 2021-02-08 14:29:18 -08:00
Hannah Shi 89d28e7dc9 test both insecure&secure channel 2021-02-05 18:49:40 +00:00
Stanley Cheung f1e2e708be
Merge pull request #25245 from HannahShiSFB/start-batch-message-buffer-not-initialized
PHP: add initializing start batch message buffer
2021-02-03 14:56:40 -08:00
root 185e80373a changing ChannelCredentials::createInsecure() to return grpc_insecure_credentials_create() instead of NULL 2021-02-02 17:11:29 +00:00
root bd48e43fc8 php server commit 1, status 2021-02-02 16:34:11 +00:00
Stanley Cheung e7c2c597b6 Re-generate PHP protos 2021-02-01 19:02:54 -08:00
Stanley Cheung 59c38f4e4d
Merge pull request #25309 from HannahShiSFB/add-php-server-step0
PHP: run generate_proto_php.sh to update generated files
2021-02-01 14:10:02 -08:00
root 82f472c4a5 run generate_proto_php.sh, before add php server 2021-01-29 20:43:20 +00:00
root 78b477e7f4 update readme 2021-01-29 20:09:35 +00:00
root a043be5d5c support PSM security 2021-01-29 16:54:36 +00:00
root 806a0a85e1 fix no assert warnings 2021-01-22 19:32:03 +00:00
root 7d8bbfa334 replace annotations to expectException() 2021-01-22 19:07:53 +00:00
root 45c736f48f add initializing start batch message buffer, fix PR#24914 2021-01-22 18:14:28 +00:00
Jan Tattermusch 60a7ce664a Merge remote-tracking branch 'upstream/v1.35.x' into HEAD 2021-01-18 09:35:36 +01:00
root cb2e78c59e fix phpunit 8 warnings 2021-01-13 16:01:33 +00:00
Jan Tattermusch 9c8818d2ee regenerate proto files for csharp, php, ruby 2021-01-11 09:58:05 +01:00
Stanley Cheung fe2e96f9f3 Regenerate projects 2021-01-06 19:52:32 -08:00
Stanley Cheung 5564ac0cce Regenerate projects 2021-01-06 19:40:00 -08:00
root 85a0368b1b add assert 2020-12-11 18:23:31 +00:00
root 48de85ba51 move up from RC3 to 8.0.0 2020-12-11 17:09:59 +00:00
Stanley Cheung fc66bb707b
Merge pull request #24891 from tony2001/php_double_hash_destroy
remove zend_hash_destroy() from postfork handler
2020-12-04 15:08:03 -08:00
Stanley Cheung d91cb737d0
Merge pull request #24901 from HannahShiSFB/phpunit8-warnings
PHP: fix phpunit warnings
2020-12-04 12:55:19 -08:00