Protobuf Team Bot
762233da8b
Auto-generate files after cl/623474125
8 months ago
Protobuf Team Bot
ac32c97fbf
Auto-generate files after cl/623355801
8 months ago
Protobuf Team Bot
e22539bdd8
Auto-generate files after cl/622979373
8 months ago
Eric Salo
03758e1543
upb: use upb_Message_IsEqual() in PHP
...
PiperOrigin-RevId: 622973523
8 months ago
Protobuf Team Bot
85f5201396
Auto-generate files after cl/622958098
8 months ago
Protobuf Team Bot
d813cc0d64
Auto-generate files after cl/622913413
8 months ago
Protobuf Team Bot
54f512bd67
Auto-generate files after cl/622902387
8 months ago
Protobuf Team Bot
59b938b715
Auto-generate files after cl/622879398
8 months ago
Protobuf Team Bot
a8543e8237
Auto-generate files after cl/622335300
8 months ago
Protobuf Team Bot
8ce5c9f382
Auto-generate files after cl/622260327
8 months ago
Protobuf Team Bot
b9bde6a87c
Auto-generate files after cl/621597812
8 months ago
Protobuf Team Bot
d86fe39f04
Auto-generate files after cl/621510731
8 months ago
Protobuf Team Bot
85edb7e783
Auto-generate files after cl/621365246
8 months ago
Protobuf Team Bot
c49b0ace36
Auto-generate files after cl/621354397
8 months ago
Protobuf Team Bot
b6fbc98971
Auto-generate files after cl/621284070
8 months ago
Protobuf Team Bot
3a2cd26c13
Auto-generate files after cl/621236613
8 months ago
Protobuf Team Bot
132168069d
Auto-generate files after cl/621041035
8 months ago
Protobuf Team Bot
4b6de0f00b
Auto-generate files after cl/620303837
8 months ago
Protobuf Team Bot
b5e69ae141
Auto-generate files after cl/619244115
8 months ago
Protobuf Team Bot
e2d0a9e2a4
Auto-generate files after cl/619196103
8 months ago
Protobuf Team Bot
e879f6bb5f
Auto-generate files after cl/619004014
8 months ago
Protobuf Team Bot
9285b9e0f5
Auto-generate files after cl/618883303
8 months ago
Protobuf Team Bot
312240c406
Auto-generate files after PR #15817
8 months ago
Protobuf Team Bot
b361c9ca9e
Auto-generate files after cl/618007325
9 months ago
Protobuf Team Bot
7ef5207d81
Auto-generate files after cl/616324144
9 months ago
Protobuf Team Bot
5e8d7e5dbe
Auto-generate files after cl/616256211
9 months ago
Protobuf Team Bot
fb08bca4e4
Auto-generate files after cl/615779322
9 months ago
Protobuf Team Bot
0a930a1df7
Auto-generate files after cl/615169203
9 months ago
Protobuf Team Bot
db9cc39bb2
Auto-generate files after cl/614707625
9 months ago
Protobuf Team Bot
cdb0345d16
Auto-generate files after cl/613747349
9 months ago
Protobuf Team Bot
3ee0120cee
Auto-generate files after cl/613716602
9 months ago
Protobuf Team Bot
ccfab6a8d5
Auto-generate files after cl/613664457
9 months ago
Protobuf Team Bot
9271acec79
Auto-generate files after cl/613361074
9 months ago
Protobuf Team Bot
5d58cb8559
Auto-generate files after cl/613290255
9 months ago
Protobuf Team Bot
33f367d2ba
Auto-generate files after cl/613258771
9 months ago
Protobuf Team Bot
5ec1e25d6e
Auto-generate files after cl/612961189
9 months ago
Protobuf Team Bot
8958768d3c
Auto-generate files after cl/611488947
9 months ago
Protobuf Team Bot
a3c33a87c1
Auto-generate files after PR #10291
10 months 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
10 months ago
Protobuf Team Bot
1eaba72b7c
Auto-generate files after cl/606340283
10 months ago
Protobuf Team Bot
b184cdd59d
Auto-generate files after cl/606282881
10 months ago
Protobuf Team Bot
56409303b1
Auto-generate files after cl/606262924
10 months ago
Protobuf Team Bot
e3dcdfddcf
Auto-generate files after cl/605718863
10 months ago
Protobuf Team Bot
b3878b5ae3
Auto-generate files after cl/605413999
10 months 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
10 months 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
10 months ago
Protobuf Team Bot
4687ef335f
Auto-generate files after cl/603225526
10 months ago
Protobuf Team Bot
6f6d9b02e0
Auto-generate files after cl/603158026
10 months ago
Protobuf Team Bot
b931e79862
Auto-generate files after cl/603136385
10 months 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
10 months ago