Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

note in protobuffer file has misspelling mistake #1411

Merged
merged 3 commits into from
Jun 27, 2022
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@
- update runtime guide in helm deploy ([#612](https://github.com/dragonflyoss/Dragonfly2/issues/612))

### Feat
- update verison ([#640](https://github.com/dragonflyoss/Dragonfly2/issues/640))
- update version ([#640](https://github.com/dragonflyoss/Dragonfly2/issues/640))
- changelog ([#638](https://github.com/dragonflyoss/Dragonfly2/issues/638))
- update console submodule ([#637](https://github.com/dragonflyoss/Dragonfly2/issues/637))
- update submodule ([#632](https://github.com/dragonflyoss/Dragonfly2/issues/632))
Expand Down
2 changes: 1 addition & 1 deletion pkg/rpc/manager/manager.proto
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ message ListSchedulersRequest {
string host_name = 2 [(validate.rules).string.hostname = true];
// Source service ip.
string ip = 3 [(validate.rules).string.ip = true];
// Source service host infomation.
// Source service host information.
map<string, string> host_info = 5 [(validate.rules).map.ignore_empty = true];
}

Expand Down
4 changes: 2 additions & 2 deletions pkg/rpc/scheduler/scheduler.proto
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ message RegisterResult{
base.ExtendAttribute extend_attribute = 6;
}

// SinglePiece represents infomation of single piece.
// SinglePiece represents information of single piece.
message SinglePiece{
// Destination peer id.
string dst_pid = 1 [(validate.rules).string.min_len = 1];
Expand All @@ -74,7 +74,7 @@ message SinglePiece{
base.PieceInfo piece_info = 3;
}

// PeerHost represents infomation of peer host.
// PeerHost represents information of peer host.
message PeerHost{
// Peer host id.
string id = 1 [(validate.rules).string.min_len = 1];
Expand Down