Skip to content

feat: support label_selector #32

feat: support label_selector

feat: support label_selector #32

Triggered via pull request July 16, 2024 14:44
@JuHyung-SonJuHyung-Son
synchronize #28
issue-993
Status Failure
Total duration 16s
Artifacts

test.yaml

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

Annotations

14 errors and 3 warnings
buf-breaking-changes: protobuf/schema/v1/server-service.proto#L13
Field "3" with name "label_selector" on message "AnalyzeRequest" changed option "json_name" from "explain" to "labelSelector".
buf-breaking-changes: protobuf/schema/v1/server-service.proto#L13
Field "3" with name "label_selector" on message "AnalyzeRequest" changed type from "bool" to "string".
buf-breaking-changes: protobuf/schema/v1/server-service.proto#L13
Field "3" on message "AnalyzeRequest" changed name from "explain" to "label_selector".
buf-breaking-changes: protobuf/schema/v1/server-service.proto#L14
Field "4" with name "explain" on message "AnalyzeRequest" changed option "json_name" from "anonymize" to "explain".
buf-breaking-changes: protobuf/schema/v1/server-service.proto#L14
Field "4" on message "AnalyzeRequest" changed name from "anonymize" to "explain".
buf-breaking-changes: protobuf/schema/v1/server-service.proto#L15
Field "5" with name "anonymize" on message "AnalyzeRequest" changed option "json_name" from "nocache" to "anonymize".
buf-breaking-changes: protobuf/schema/v1/server-service.proto#L15
Field "5" on message "AnalyzeRequest" changed name from "nocache" to "anonymize".
buf-breaking-changes: protobuf/schema/v1/server-service.proto#L16
Field "6" with name "nocache" on message "AnalyzeRequest" changed option "json_name" from "language" to "nocache".
buf-breaking-changes: protobuf/schema/v1/server-service.proto#L16
Field "6" with name "nocache" on message "AnalyzeRequest" changed type from "string" to "bool".
buf-breaking-changes: protobuf/schema/v1/server-service.proto#L16
Field "6" on message "AnalyzeRequest" changed name from "language" to "nocache".
lint-protos: protobuf/schema/v1/analyzer.proto#L16
RPC request type "AnalyzerRunRequest" should be named "RunRequest" or "AnalyzerServiceRunRequest".
lint-protos: protobuf/schema/v1/analyzer.proto#L16
RPC response type "AnalyzerRunResponse" should be named "RunResponse" or "AnalyzerServiceRunResponse".
lint-protos: protobuf/schema/v1/server-service.proto#L1
Filename "server-service.proto" should be lower_snake_case.proto, such as "server_service.proto".
lint-protos
buf found 3 lint failures.
buf-breaking-changes
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint-protos
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
buf-format
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/