Protobuf Team Bot
|
8f2da7817c
|
Auto-generate files after cl/627393634
|
7 months ago |
Protobuf Team Bot
|
d1cf09abcf
|
Auto-generate files after cl/626485595
|
7 months ago |
Mike Kruskal
|
95877d8569
|
Updating version.json and repo version numbers to: 28-dev (#16555)
Closes #16555
PiperOrigin-RevId: 626081638
|
7 months ago |
Protobuf Team Bot
|
6afdd5a135
|
Auto-generate files after cl/625815212
|
7 months ago |
Protobuf Team Bot
|
2a9e5ef221
|
Auto-generate files after cl/625527117
|
7 months ago |
Protobuf Team Bot
|
55696adb8b
|
Auto-generate files after cl/625324587
|
7 months ago |
Protobuf Team Bot
|
a5be8bdb9f
|
Auto-generate files after cl/625084569
|
8 months ago |
Protobuf Team Bot
|
fd19d7439c
|
Auto-generate files after cl/623690798
|
8 months ago |
Protobuf Team Bot
|
2322a8720f
|
Auto-generate files after cl/623529512
|
8 months ago |
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
|
8 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 |