Protobuf Team Bot
d813cc0d64
Auto-generate files after cl/622913413
12 months ago
Protobuf Team Bot
54f512bd67
Auto-generate files after cl/622902387
12 months ago
Protobuf Team Bot
59b938b715
Auto-generate files after cl/622879398
12 months ago
Protobuf Team Bot
a8543e8237
Auto-generate files after cl/622335300
12 months ago
Protobuf Team Bot
8ce5c9f382
Auto-generate files after cl/622260327
12 months ago
Protobuf Team Bot
b9bde6a87c
Auto-generate files after cl/621597812
12 months ago
Protobuf Team Bot
d86fe39f04
Auto-generate files after cl/621510731
12 months ago
Protobuf Team Bot
85edb7e783
Auto-generate files after cl/621365246
12 months ago
Protobuf Team Bot
c49b0ace36
Auto-generate files after cl/621354397
12 months ago
Protobuf Team Bot
b6fbc98971
Auto-generate files after cl/621284070
12 months ago
Protobuf Team Bot
3a2cd26c13
Auto-generate files after cl/621236613
12 months ago
Protobuf Team Bot
132168069d
Auto-generate files after cl/621041035
12 months ago
Protobuf Team Bot
4b6de0f00b
Auto-generate files after cl/620303837
12 months ago
Protobuf Team Bot
b5e69ae141
Auto-generate files after cl/619244115
12 months ago
Protobuf Team Bot
e2d0a9e2a4
Auto-generate files after cl/619196103
12 months ago
Protobuf Team Bot
e879f6bb5f
Auto-generate files after cl/619004014
12 months ago
Protobuf Team Bot
9285b9e0f5
Auto-generate files after cl/618883303
1 year ago
Protobuf Team Bot
312240c406
Auto-generate files after PR #15817
1 year ago
Protobuf Team Bot
b361c9ca9e
Auto-generate files after cl/618007325
1 year ago
Protobuf Team Bot
7ef5207d81
Auto-generate files after cl/616324144
1 year ago
Protobuf Team Bot
5e8d7e5dbe
Auto-generate files after cl/616256211
1 year ago
Protobuf Team Bot
fb08bca4e4
Auto-generate files after cl/615779322
1 year ago
Protobuf Team Bot
0a930a1df7
Auto-generate files after cl/615169203
1 year ago
Protobuf Team Bot
db9cc39bb2
Auto-generate files after cl/614707625
1 year ago
Protobuf Team Bot
cdb0345d16
Auto-generate files after cl/613747349
1 year ago
Protobuf Team Bot
3ee0120cee
Auto-generate files after cl/613716602
1 year ago
Protobuf Team Bot
ccfab6a8d5
Auto-generate files after cl/613664457
1 year ago
Protobuf Team Bot
9271acec79
Auto-generate files after cl/613361074
1 year ago
Protobuf Team Bot
5d58cb8559
Auto-generate files after cl/613290255
1 year ago
Protobuf Team Bot
33f367d2ba
Auto-generate files after cl/613258771
1 year ago
Protobuf Team Bot
5ec1e25d6e
Auto-generate files after cl/612961189
1 year ago
Protobuf Team Bot
8958768d3c
Auto-generate files after cl/611488947
1 year ago
Protobuf Team Bot
a3c33a87c1
Auto-generate files after PR #10291
1 year ago
aiuto
3ab1276bbb
Update Bazel references to rules_pkg to the supported file locations. ( #15780 )
...
WIP: I want to see this pass CI first.
Fixes : #15779
3 scripted transforms:
```
-load("@rules_pkg//:mappings.bzl", ...)
+load("@rules_pkg//pkg:mappings.bzl", ...)
```
```
-load("@rules_pkg//:pkg.bzl", "pkg_tar")
+load("@rules_pkg//pkg:tar.bzl", "pkg_tar")
```
```
-load("@rules_pkg//:pkg.bzl", "pkg_zip")
+load("@rules_pkg//pkg:zip.bzl", "pkg_zip")
```
Closes #15780
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/15780 from aiuto:rules_pkg a630276341
PiperOrigin-RevId: 606641398
1 year ago
Protobuf Team Bot
1eaba72b7c
Auto-generate files after cl/606340283
1 year ago
Protobuf Team Bot
b184cdd59d
Auto-generate files after cl/606282881
1 year ago
Protobuf Team Bot
56409303b1
Auto-generate files after cl/606262924
1 year ago
Protobuf Team Bot
e3dcdfddcf
Auto-generate files after cl/605718863
1 year ago
Protobuf Team Bot
b3878b5ae3
Auto-generate files after cl/605413999
1 year ago
Saša Stamenković
d67f921f90
Don't break the trace ( #11311 )
...
Closes #11311
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/11311 from umpirsky:patch-1 d280be57b7
PiperOrigin-RevId: 603963886
1 year ago
Joshua Haberman
60b80c6976
Breaking Change: Remove deprecated legacy class aliases.
...
Fixes: https://github.com/protocolbuffers/protobuf/issues/9593
Fixes: https://github.com/protocolbuffers/protobuf/issues/15696
PiperOrigin-RevId: 603777295
1 year ago
Protobuf Team Bot
4687ef335f
Auto-generate files after cl/603225526
1 year ago
Protobuf Team Bot
6f6d9b02e0
Auto-generate files after cl/603158026
1 year ago
Protobuf Team Bot
b931e79862
Auto-generate files after cl/603136385
1 year ago
kindratmakc
47e92cd689
Fix inconsistent timestamp json encode/decode ( #12396 )
...
Protobuf php lib encodes 123_000_000 nano like this: 2000-01-01T00:00:00.**123**Z but then it gets decoded into 123 nanoseconds instead of 123_000_000.
There were issue opened some time ago that also describes this behaviour #4335
Closes #12396
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/12396 from kindratmakc:bugfix/inconsistent-timestamp-json-encode-decode df47c96567
PiperOrigin-RevId: 603118615
1 year ago
Brent Shaffer
f929439ccd
feat: more readable phpdoc escaping ( #11208 )
...
The PHPDoc escaping in PHP is aggressive in that it escapes some character sequences that don't need to be escaped (`/*`), and it uses HTML entities to escape others (`*/` and `@`) instead of the recommended PHPDoc escape sequences.
For Example, in [`Google\Api\RoutingParameter`](https://github.com/googleapis/common-protos-php/blob/main/src/Api/RoutingParameter.php#L42 ):
```
* path_template: "projects/*/{table_location=instances/*}/tables/*"
```
Should be escaped as:
```
* path_template: "projects/{@*}{table_location=instances/*}/tables/*"
```
according to [the PHPDoc guide](https://manual.phpdoc.org/HTMLframesConverter/default/phpDocumentor/tutorial_phpDocumentor.howto.pkg.html#basics.desc ):
- For `@`: "if you need an actual "@" in your DocBlock's description parts, you should be careful to either ensure it is not the first character on a line, or else escape it ("\\@") to avoid it being interpreted as a PhpDocumentor tag marker."
- For `*/`: " If you need to use the closing comment "\*/" in a DocBlock, use the special escape sequence "{@*}."
Closes #11208
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/11208 from bshaffer:more-readable-phpdoc-escaping a75f9745ea
PiperOrigin-RevId: 603091642
1 year ago
Protobuf Team Bot
4df6e042ec
Auto-generate files after cl/602785269
1 year ago
Protobuf Team Bot
fd82df7dba
Auto-generate files after cl/602461889
1 year ago
Protobuf Team Bot
94f759bb79
Auto-generate files after cl/602270576
1 year ago
Protobuf Team Bot
886a0b15cd
Auto-generate files after cl/601848001
1 year ago