Files
zitadel/proto/buf.yaml
Silvan 1470ae08fc fix: query organization directly from event store (#10463)
Querying an organization by id allowed to trigger the org projection.
This could lead to performance impacts if the projection gets triggered
too often.

Instead of executing the trigger the organization by id query is now
always executed on the eventstore and reduces all event types required
of the organization requested.

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
2025-08-12 11:47:00 +02:00

47 lines
1.2 KiB
YAML

version: v1
name: buf.build/zitadel/zitadel
deps:
- buf.build/grpc-ecosystem/grpc-gateway
- buf.build/envoyproxy/protoc-gen-validate
- buf.build/googleapis/googleapis
breaking:
use:
- FILE
- FIELD_NO_DELETE_UNLESS_NAME_RESERVED
- FIELD_NO_DELETE_UNLESS_NUMBER_RESERVED
- ENUM_VALUE_NO_DELETE_UNLESS_NAME_RESERVED
- ENUM_VALUE_NO_DELETE_UNLESS_NUMBER_RESERVED
except:
- FIELD_NO_DELETE
- ENUM_VALUE_NO_DELETE
ignore_unstable_packages: true
lint:
use:
- MINIMAL
ignore:
- zitadel/action.proto
- zitadel/admin.proto
- zitadel/app.proto
- zitadel/auth_n_key.proto
- zitadel/auth.proto
- zitadel/change.proto
- zitadel/event.proto
- zitadel/feature.proto
- zitadel/idp.proto
- zitadel/instance.proto
- zitadel/management.proto
- zitadel/member.proto
- zitadel/message.proto
- zitadel/metadata.proto
- zitadel/object.proto
- zitadel/options.proto
- zitadel/org.proto
- zitadel/policy.proto
- zitadel/project.proto
- zitadel/quota.proto
- zitadel/settings.proto
- zitadel/system.proto
- zitadel/text.proto
- zitadel/user.proto
- zitadel/v1.proto