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

APP-5314 - add dates and limit to GetRobotPartLogsRequest #538

Conversation

kim-mishra
Copy link
Member

@kim-mishra kim-mishra commented Aug 1, 2024

@github-actions github-actions bot added the safe to test committer is a member of this org label Aug 1, 2024
@kim-mishra kim-mishra requested a review from jr22 August 1, 2024 18:38
Comment on lines 643 to 645
optional google.protobuf.Timestamp start = 6;
optional google.protobuf.Timestamp end = 7;
optional int32 limit = 8;
Copy link
Member

Choose a reason for hiding this comment

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

any rhyme or reason that you can discern why we use int32 vs int64 in some places?

Copy link
Member Author

@kim-mishra kim-mishra Aug 2, 2024

Choose a reason for hiding this comment

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

no I can't discern any patternbut it should probably be an int64 right? unless you think there is any con to having int64 over int32

Comment on lines +643 to +644
optional google.protobuf.Timestamp start = 6;
optional google.protobuf.Timestamp end = 7;
Copy link
Member

Choose a reason for hiding this comment

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

i thought we decided to not make thse optional?

Copy link
Member Author

Choose a reason for hiding this comment

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

we decided after doc review to make them optional again so the changes weren't breaking. I wanted to get this PR up and then was going to send an email for the scope update before merging!

Copy link
Member

Choose a reason for hiding this comment

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

ah ok great! thanks for clarifying

@kim-mishra kim-mishra requested a review from jr22 August 2, 2024 13:36
@kim-mishra kim-mishra requested a review from jr22 August 7, 2024 14:29
@kim-mishra kim-mishra force-pushed the APP-5314-aff-dates-and-limit-to-GetRobotPartLogsRequest branch from fe5ac20 to 72e9248 Compare August 7, 2024 14:42
@kim-mishra kim-mishra added the ready-for-protos add this when you want protos to compile on every commit label Aug 12, 2024
@kim-mishra kim-mishra removed the ready-for-protos add this when you want protos to compile on every commit label Aug 12, 2024
@kim-mishra kim-mishra merged commit f0a5cf7 into viamrobotics:main Aug 12, 2024
3 checks passed
@kim-mishra kim-mishra deleted the APP-5314-aff-dates-and-limit-to-GetRobotPartLogsRequest branch August 12, 2024 15:41
maxhorowitz added a commit that referenced this pull request Sep 16, 2024
* main: (22 commits)
  DATA-3094: Add CLI args to SubmitCustomTrainingJobRequest (#550)
  bump min golang version (#548)
  DATA-3054: Added UpdateBoundingBox (#547)
  RSDK-8595 update docs with new behavior (#546)
  APP-3604 build endpoints for external oauth and repos (#544)
  add last updated to fragment proto (#540)
  APP-5851: Add optional visibility field to `CreateFragmentRequest` (#543)
  APP-5314 - add dates and limit to GetRobotPartLogsRequest (#538)
  RSDK-7903 Add unhealthy state and error field (#539)
  RSDK-8381 add viam server version to API (#537)
  [APP-5417]: Undo APP-5417 (#536)
  [APP-5417]: Accommodate pagination for GetRobotPartHistory in api (#535)
  Data 2816/get training job logs (#534)
  DATA-2792 - Add URL to UpdateRegistryItemRequest, but make it optional (#532)
  RSDK-8228 Add config status to machine status API (#531)
  Add revision field to config (#530)
  [APP-5420] Add ListMachineFragments request and response (#525)
  [APP-5400]: Add GetFragmentHistory proto (#524)
  RSDK-7899 Add MachineStatus to RobotService (#527)
  RSDK-8083: add LogPatternConfig field to RobotConfig API (#526)
  ...
maxhorowitz added a commit that referenced this pull request Sep 16, 2024
* main: (22 commits)
  DATA-3094: Add CLI args to SubmitCustomTrainingJobRequest (#550)
  bump min golang version (#548)
  DATA-3054: Added UpdateBoundingBox (#547)
  RSDK-8595 update docs with new behavior (#546)
  APP-3604 build endpoints for external oauth and repos (#544)
  add last updated to fragment proto (#540)
  APP-5851: Add optional visibility field to `CreateFragmentRequest` (#543)
  APP-5314 - add dates and limit to GetRobotPartLogsRequest (#538)
  RSDK-7903 Add unhealthy state and error field (#539)
  RSDK-8381 add viam server version to API (#537)
  [APP-5417]: Undo APP-5417 (#536)
  [APP-5417]: Accommodate pagination for GetRobotPartHistory in api (#535)
  Data 2816/get training job logs (#534)
  DATA-2792 - Add URL to UpdateRegistryItemRequest, but make it optional (#532)
  RSDK-8228 Add config status to machine status API (#531)
  Add revision field to config (#530)
  [APP-5420] Add ListMachineFragments request and response (#525)
  [APP-5400]: Add GetFragmentHistory proto (#524)
  RSDK-7899 Add MachineStatus to RobotService (#527)
  RSDK-8083: add LogPatternConfig field to RobotConfig API (#526)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
protos-compiled safe to test committer is a member of this org
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants