Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement: Migrate to Buf v2 and add Store API definitions #189

Merged
merged 8 commits into from
Jul 24, 2024
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
15 changes: 15 additions & 0 deletions buf.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Generated by buf. DO NOT EDIT.
version: v2
deps:
- name: buf.build/bufbuild/protovalidate
commit: a6c49f84cc0f4e038680d390392e2ab0
digest: b5:e968392e88ff7915adcbd1635d670b45bff8836ec2415d81fc559ca5470a695dbdc30030bad8bc5764647c731079e9e7bba0023ea25c4e4a1672a7d2561d4a19
- name: buf.build/cerbos/cerbos-api
commit: 8169d486796b48a09b0d88c7e83201a3
digest: b5:55bf735aaa912ebe95d8a74a44f8c6bdf1a8c9bc5cc478e2a95c3c701a64ef7e5e4360c98e861fe2e643348f3998427971365da093158291c38a9599670ed3c3
- name: buf.build/googleapis/googleapis
commit: 2bbd25900cb34c79bae97d85c948d3cf
digest: b5:3a12d858b0efcf53739b0fe6b4f83ccef246a0a26d257dc50a7d0d0794be3b6df941cf7e1dbf92f81c25ae60806132bf37b1af76a9311be8905f5da52c6a5f66
- name: buf.build/grpc-ecosystem/grpc-gateway
commit: 3f42134f4c564983838425bc43c7a65f
digest: b5:291b947d8ac09492517557e4e72e294788cb8201afc7d0df7bda80fa10931adb60d4d669208a7696bf24f1ecb2a33a16d4c1e766e6f31809248b00343119569b
4 changes: 0 additions & 4 deletions buf.work.yaml

This file was deleted.

20 changes: 20 additions & 0 deletions buf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: v2
modules:
- path: protos
name: buf.build/cerbos/cloud-api
deps:
- buf.build/bufbuild/protovalidate
- buf.build/cerbos/cerbos-api
- buf.build/googleapis/googleapis
lint:
use:
- DEFAULT
except:
- FIELD_NOT_REQUIRED
- PACKAGE_NO_IMPORT_CYCLE
disallow_comment_ignores: true
breaking:
use:
- WIRE_JSON
except:
- FIELD_SAME_DEFAULT
Loading
Loading