Skip to content

Implement predefined field constraints #23

Implement predefined field constraints

Implement predefined field constraints #23

Triggered via pull request September 11, 2024 20:40
Status Failure
Total duration 20s
Artifacts

buf-ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
buf: <input>#L1
Previously present file "buf/validate/expression.proto" was deleted.
buf: <input>#L1
Previously present file "buf/validate/priv/private.proto" was deleted.
buf: proto/protovalidate/buf/validate/validate.proto#L15
File syntax changed from "proto3" to "proto2".
buf: proto/protovalidate/buf/validate/validate.proto#L73
Extension "1160" with name "buf.validate.predefined" on message "google.protobuf.FieldOptions" changed type from "buf.validate.priv.FieldConstraints" to "buf.validate.PredefinedConstraints".
buf: proto/protovalidate/buf/validate/validate.proto#L73
Extension "1160" on message "google.protobuf.FieldOptions" changed name from "buf.validate.priv.field" to "buf.validate.predefined".
buf: proto/protovalidate/buf/validate/validate.proto#L91
Message "Constraint" JSON format support changed from ALLOW to LEGACY_BEST_EFFORT.
buf: proto/protovalidate/buf/validate/validate.proto#L94
Field "1" with name "id" on message "Constraint" changed cardinality from "optional with implicit presence" to "optional with explicit presence".
buf: proto/protovalidate/buf/validate/validate.proto#L94
Field "1" with name "id" on message "Constraint" changed Java string UTF8 validation from "VERIFY" to "NONE".
buf: proto/protovalidate/buf/validate/validate.proto#L94
Field "1" with name "id" on message "Constraint" changed UTF8 validation from VERIFY to NONE.
buf: proto/protovalidate/buf/validate/validate.proto#L100
Field "2" with name "message" on message "Constraint" changed cardinality from "optional with implicit presence" to "optional with explicit presence".