Skip to content

feat: rework cache

feat: rework cache #20

Triggered via pull request November 14, 2023 17:51
Status Failure
Total duration 18s
Artifacts

test.yaml

on: pull_request
lint-protos
7s
lint-protos
buf-format
7s
buf-format
buf-breaking-changes
5s
buf-breaking-changes
Fit to window
Zoom out
Zoom in

Annotations

10 errors
buf-breaking-changes: protobuf/schema/v1/schema.proto#L77
Previously present field "4" with name "container_name" on message "Cache" was deleted.
buf-breaking-changes: protobuf/schema/v1/schema.proto#L79
Field "1" with name "s3_cache" on message "Cache" changed option "json_name" from "region" to "s3Cache".
buf-breaking-changes: protobuf/schema/v1/schema.proto#L79
Field "1" on message "Cache" moved from outside to inside a oneof.
buf-breaking-changes: protobuf/schema/v1/schema.proto#L79
Field "1" on message "Cache" changed type from "string" to "message".
buf-breaking-changes: protobuf/schema/v1/schema.proto#L79
Field "1" on message "Cache" changed name from "region" to "s3_cache".
buf-breaking-changes: protobuf/schema/v1/schema.proto#L80
Field "2" with name "azure_cache" on message "Cache" changed option "json_name" from "bucketName" to "azureCache".
buf-breaking-changes: protobuf/schema/v1/schema.proto#L80
Field "2" on message "Cache" moved from outside to inside a oneof.
buf-breaking-changes: protobuf/schema/v1/schema.proto#L80
Field "2" on message "Cache" changed type from "string" to "message".
buf-breaking-changes: protobuf/schema/v1/schema.proto#L80
Field "2" on message "Cache" changed name from "bucket_name" to "azure_cache".
buf-breaking-changes: protobuf/schema/v1/schema.proto#L81
Field "3" with name "gcs_cache" on message "Cache" changed option "json_name" from "storageAccount" to "gcsCache".