Skip to content

Commit

Permalink
aeon: move generated Protobuf files
Browse files Browse the repository at this point in the history
  • Loading branch information
dmyger committed Dec 23, 2024
1 parent 6309e21 commit de0e2ce
Show file tree
Hide file tree
Showing 14 changed files with 355 additions and 287 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
# Note: Use exactly match version of tool, to avoid unexpected issues with test on CI.
GO_VERSION: '1.21.13'
GO_VERSION: '1.22.10'
PYTHON_VERSION: '3.10'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
# Note: Use exactly match version of tool, to avoid unexpected issues with test on CI.
GO_VERSION: '1.21.13'
GO_VERSION: '1.22.10'

jobs:
create-packages-linux:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
# Note: Use exactly match version of tool, to avoid unexpected issues with test on CI.
GO_VERSION: '1.21.13'
GO_VERSION: '1.22.10'
PYTHON_VERSION: '3.10'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
# Note: Use exactly match version of tool, to avoid unexpected issues with test on CI.
GO_VERSION: '1.21.13'
GO_VERSION: '1.22.10'

jobs:
update:
Expand Down
1 change: 1 addition & 0 deletions cli/aeon/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.proto
4 changes: 2 additions & 2 deletions test/integration/aeon/server/README.md → cli/aeon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Update and generate from `.proto` file

1. cd `test/integration/aeon/server`;
1. cd `tt/cli/aeon`;
2. Get a new [aeon_router.proto](https://github.com/tarantool/aeon/blob/master/proto/aeon_router.proto);
3. Run: `protoc --go_out=. --go-grpc_out=. aeon_router.proto`;
4. Directory `pb` will be created with files:
Expand All @@ -12,4 +12,4 @@ pb
└── aeon_router.pb.go
```
5. Commit the new changes in the created files;
6. Update the `service/server.go` file to comply with the new `*.pb.go` requirements.
6. Update the `test/integration/aeon/server/service/server.go` file to comply with the new `*.pb.go` requirements.
Loading

0 comments on commit de0e2ce

Please sign in to comment.