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

Finish migration from int64 durations to durationpb #7147

Merged
merged 10 commits into from
Nov 28, 2023

Conversation

pgporada
Copy link
Member

@pgporada pgporada commented Nov 8, 2023

This is a cleanup PR finishing the migration from int64 durations to protobuf *durationpb.Duration by removing all usage of the old int64 fields. In the previous PR #7146 all fields were switched to read from the protobuf durationpb fields.

Fixes #7097

DO NOT MERGE UNTIL #7146 IS DEPLOYED TO STAGING/PRODUCTION.

@pgporada pgporada requested a review from a team as a code owner November 8, 2023 19:28
@pgporada pgporada requested a review from aarongable November 8, 2023 19:28
@pgporada pgporada changed the title Cleanup old int64 durations Finish migration from int64 durations to durationpb Nov 8, 2023
@pgporada pgporada changed the base branch from main to read-from-durationpb November 8, 2023 19:30
Base automatically changed from read-from-durationpb to main November 13, 2023 17:23
aarongable
aarongable previously approved these changes Nov 27, 2023
@aarongable aarongable requested a review from a team November 27, 2023 21:02
@aarongable aarongable requested a review from a team November 28, 2023 17:30
@pgporada pgporada merged commit 51e9f39 into main Nov 28, 2023
12 checks passed
@pgporada pgporada deleted the cleanup-old-int64-durations branch November 28, 2023 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace int64 durations with durationpb in proto files
3 participants