Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/static/bufbuild/confluent/rsync.incl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://github.com/bufbuild/confluent-proto/commit/372a2fa2ec2bb64cdfb195c8ac34d55b5214d7ac which
# is not supported yet by the BSR module syncer.
#
# TODO: re-sync this file and remove the static one when the BSR supports v2.
# TODO: re-sync this file and remove the static one when the BSR syncer supports v2.
#
# + buf.yaml

Expand Down
4 changes: 4 additions & 0 deletions modules/static/bufbuild/protovalidate-testing/buf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
version: v1
name: buf.build/bufbuild/protovalidate-testing
deps:
- buf.build/bufbuild/protovalidate
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not pinning to any specific version, so in case there are multiple breaking changes sequentially, a manual release of this repo needs to be done in between them to ensure synced remote dependencies don't break. See bufbuild/protovalidate#233 (comment)

10 changes: 8 additions & 2 deletions modules/static/bufbuild/protovalidate-testing/rsync.incl
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
+ LICENSE
+ README.md
+ buf.yaml
+ buf.lock

# Even though this is a module we maintain ourselves, the source repo's buf.yaml is v2, which is not
# supported yet by the BSR module syncer.
#
# TODO: re-sync this file and remove the static one when the BSR syncer supports v2.
#
# + buf.yaml

- tests/***
+ **/
+ *.proto
Expand Down
2 changes: 2 additions & 0 deletions modules/static/bufbuild/protovalidate/buf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
version: v1
name: buf.build/bufbuild/protovalidate
10 changes: 8 additions & 2 deletions modules/static/bufbuild/protovalidate/rsync.incl
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
+ LICENSE
+ README.md
+ buf.yaml
+ buf.lock

# Even though this is a module we maintain ourselves, the source repo's buf.yaml is v2, which is not
# supported yet by the BSR module syncer.
#
# TODO: re-sync this file and remove the static one when the BSR syncer supports v2.
#
# + buf.yaml

+ **/
+ *.proto
- *
Loading