Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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