Skip to content
Open
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
4 changes: 0 additions & 4 deletions gen/js/robot/v1/robot_pb.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 0 additions & 30 deletions gen/js/robot/v1/robot_pb.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions proto/viam/robot/v1/robot.proto
Original file line number Diff line number Diff line change
Expand Up @@ -352,12 +352,13 @@ message LogResponse {}
message GetCloudMetadataRequest {}

message GetCloudMetadataResponse {
// Deprecated: use machine_part_id field.
string robot_part_id = 1 [deprecated = true];
string primary_org_id = 2;
string location_id = 3;
string machine_id = 4;
string machine_part_id = 5;

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do I need to make an announcement about this in breaking changes? since it was deprecated 2 years ago I'd hope it doesn't affect anything but I haven't gone through the deprecation process before

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep you should - in case anyone is still relying on this field

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will approve after announcement made

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do I need to give people time(one week?) before merging this?

reserved 1;
reserved "robot_part_id";
}

message RestartModuleRequest {
Expand Down
Loading
Loading