Commit Graph

822 Commits

Author SHA1 Message Date
donnadionne b9a997be11
Bump version to v1.41.0 (#27370)
* Bump version to v1.41.x

* Regenerate projects
2021-09-16 16:32:34 -07:00
donnadionne f9a2a7401a
Upgrade third_party/protobuf to v3.17.3 (#27227)
* update protobuf dependency

* version changes and generated files

* updating upb to use the latest proto and regen files
2021-09-05 22:21:37 -07:00
Lidi Zheng 6f48ba4d94
Fix the timeout flag name in PHP's Python xds_manager (#27206) 2021-08-31 12:18:00 -07:00
Nicolas 'Pixel' Noble 69661fb82e Regenerate projects 2021-08-21 02:04:00 -07:00
Hannah Shi 62b65c5a60
deleted require paths, update grpc to v1.39.0 (#26841) 2021-08-06 11:09:57 -07:00
Nicolas Noble a325d7f77a
Pointing the protobuf submodule to the new URL (#26811)
* Pointing the protobuf submodule to the new URL

* Also changing WORKSPACE dependencies

* More references to the old URL...
2021-07-29 10:19:16 -07:00
Hannah Shi 5a65bb0ec5
add a missed break (#26711) 2021-07-16 20:47:27 -07:00
yihuaz b9a69481c2
Revert "Support user provided "scope" in JWT and GDC (#26577)" (#26645)
This reverts commit 6df967966b.
2021-07-09 15:05:34 -07:00
apolcyn 0e6c888574
Bump version to 1.40.0-dev (#26600)
* Bump version to 1.40.0

* Regenerate projects

* Tweak version.cc.template to satisfy formatter

* Regenerate projects
2021-07-02 14:33:34 -07:00
Hannah Shi 7197ce64ee
PHP: php server commit 6/n, add php server interop test (#26202)
* add php server interop test

* fix CI failure
2021-07-01 10:55:52 -07:00
yihuaz 6df967966b
Support user provided "scope" in JWT and GDC (#26577)
* support scope overriding in jwt and gdc

* fix formatting

* fix bazel build issue

* fix clang tidy
2021-07-01 10:26:33 -07:00
yihuaz 932dbed49d
Revert "Allow to specify user provided audience in google default credentials and JWT credentials (#26456)" (#26531)
This reverts commit 5a91a513fd.
2021-06-22 16:30:30 -07:00
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