Page MenuHomePhabricator

[blob][feature-flags] Replace deprecated methods
ClosedPublic

Authored by bartek on Aug 17 2023, 9:08 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 27, 3:42 PM
Unknown Object (File)
Sep 27 2024, 11:38 PM
Unknown Object (File)
Sep 27 2024, 10:27 PM
Unknown Object (File)
Sep 27 2024, 10:27 PM
Unknown Object (File)
Sep 27 2024, 10:26 PM
Unknown Object (File)
Sep 27 2024, 10:19 PM
Unknown Object (File)
Sep 21 2024, 11:40 AM
Unknown Object (File)
Sep 4 2024, 8:15 PM
Subscribers

Details

Summary

In D8789 new methods were introduced for database attribute parsing. This diff replaces the deprecated methods with the new ones.

Test Plan

Cargo build

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Aug 17 2023, 11:55 PM
bartek added inline comments.
services/blob/src/database/old.rs
1 ↗(On Diff #30019)

The gRPC service is about to be deleted so I haven't bothered myself with updating this file

services/blob/src/service.rs
214 ↗(On Diff #30019)

Unrelated, just a Clippy warn fix

This revision is now accepted and ready to land.Aug 18 2023, 9:35 AM