Skip to content

Commit 3d74d6f

Browse files
committed
TEST!!! DO NOT MERGE!!!
Signed-off-by: Shahriyar Jalayeri <[email protected]>
1 parent 6a876e4 commit 3d74d6f

File tree

4 files changed

+35
-1
lines changed

4 files changed

+35
-1
lines changed

.github/workflows/yetus.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,13 @@ jobs:
2222
path: src
2323
fetch-depth: 0
2424

25+
- name: Setup buf dependencies
26+
run: |
27+
cd src/proto
28+
buf mod update || buf dep update || true
29+
2530
- name: Yetus
26-
uses: apache/yetus-test-patch-action@0.14.1
31+
uses: apache/yetus-test-patch-action@0.15.1
2732
with:
2833
basedir: ./src
2934
bufbasedir: ./src/proto

proto/buf.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Generated by buf. DO NOT EDIT.
2+
version: v2
3+
deps:
4+
- name: buf.build/envoyproxy/protoc-gen-validate
5+
commit: daf171c6cdb54629b5f51e345a79e4dd
6+
digest: b5:c745e1521879f43740230b1df673d0729f55704efefdcfc489d4a0a2d40c92a26cacfeab62813403040a8b180142d53b398c7ca784a065e43823605ee49681de

proto/buf.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: v2
2+
modules:
3+
- path: .
4+
deps:
5+
- buf.build/envoyproxy/protoc-gen-validate
6+
lint:
7+
use:
8+
- STANDARD
9+
except:
10+
- PACKAGE_DIRECTORY_MATCH
11+
- PACKAGE_VERSION_SUFFIX
12+
- FIELD_LOWER_SNAKE_CASE
13+
- ENUM_VALUE_UPPER_SNAKE_CASE
14+
- ENUM_PASCAL_CASE
15+
- MESSAGE_PASCAL_CASE
16+
- ONEOF_LOWER_SNAKE_CASE
17+
- ENUM_ZERO_VALUE_SUFFIX
18+
- ENUM_VALUE_PREFIX
19+
- ENUM_NO_ALLOW_ALIAS
20+
breaking:
21+
use:
22+
- FILE

proto/profile/local_profile.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ option java_package = "org.lfedge.eve.profile";
1717
message LocalProfile {
1818
string local_profile = 1;
1919
string server_token = 2;
20+
string test = 3;
2021
}
2122

2223
// RadioStatus message is sent in the POST request to the api/v1/radio API.

0 commit comments

Comments
 (0)