Skip to content

Commit

Permalink
merge: Merge pull request #101 from ArunaStorage/feat/buf-v1
Browse files Browse the repository at this point in the history
Update buf config
  • Loading branch information
St4NNi authored Nov 3, 2023
2 parents b65ef57 + c75e0b7 commit f95a709
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 47 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test_build_pull_request
on: pull_request
name: dry_run_rust_build
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/push.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion aruna/api/google
Submodule google updated 1186 files
23 changes: 10 additions & 13 deletions buf.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
version: v1
deps:
- buf.build/grpc-ecosystem/grpc-gateway
- buf.build/googleapis/googleapis
build:
excludes:
excludes:
- aruna/api/google
- aruna/api/protoc-gen-openapiv2
lint:
use:
Expand All @@ -13,13 +17,9 @@ lint:
ENUM_VALUE_PREFIX:
- grpc/gateway/protoc_gen_openapiv2/options/openapiv2.proto
- grpc/gateway/protoc_gen_openapiv2/options/annotations.proto
- api/services/v1/dataset_object_service_models.proto
- api/models/v1/common_models.proto
ENUM_ZERO_VALUE_SUFFIX:
- grpc/gateway/protoc_gen_openapiv2/options/openapiv2.proto
- grpc/gateway/protoc_gen_openapiv2/options/annotations.proto
- api/services/v1/dataset_object_service_models.proto
- api/models/v1/common_models.proto
PACKAGE_VERSION_SUFFIX:
- grpc/gateway/protoc_gen_openapiv2/options/openapiv2.proto
- grpc/gateway/protoc_gen_openapiv2/options/annotations.proto
Expand All @@ -31,15 +31,12 @@ lint:
- google/api/http.proto
- google/api/httpbody.proto
FIELD_LOWER_SNAKE_CASE:
- api/models/*
- aruna/api/storage
SERVICE_SUFFIX:
- api/models/*
- aruna/api/storage
RPC_REQUEST_RESPONSE_UNIQUE:
- api/models/*
- aruna/api/storage
RPC_REQUEST_STANDARD_NAME:
- api/models/*
- aruna/api/storage
RPC_RESPONSE_STANDARD_NAME:
- api/models/*
deps:
- buf.build/grpc-ecosystem/grpc-gateway
- buf.build/googleapis/googleapis
- aruna/api/storage

0 comments on commit f95a709

Please sign in to comment.