Restructure modules a bit to make it easier to add new database interface.
Moved database mod into database/old and extracted database/error module
because it will be used in the new model too.
Paths
| Differential D8440 Authored by bartek on Jul 7 2023, 5:56 AM.
Details Summary Restructure modules a bit to make it easier to add new database interface. Moved database mod into database/old and extracted database/error module Test Plan cargo build
Diff Detail
Event Timelinebartek held this revision as a draft. Herald added subscribers: tomek, ashoat. · View Herald TranscriptJul 7 2023, 5:56 AM2023-07-07 05:56:30 (UTC-7) bartek added a child revision: D8441: [blob-service] Add S3 helpers, improve logs.Jul 7 2023, 5:58 AM2023-07-07 05:58:06 (UTC-7) Harbormaster completed remote builds in B20794: Diff 28474.Jul 7 2023, 6:13 AM2023-07-07 06:13:41 (UTC-7) This revision is now accepted and ready to land.Jul 9 2023, 8:24 AM2023-07-09 08:24:00 (UTC-7) Harbormaster completed remote builds in B21095: Diff 28902.Jul 21 2023, 12:24 AM2023-07-21 00:24:20 (UTC-7) Closed by commit rCOMM168a79a78968: [blob-service] Move database module to database/old (authored by bartek). · Explain WhyJul 21 2023, 12:33 AM2023-07-21 00:33:53 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 28906 services/blob/src/database.rs
services/blob/src/database/errors.rs
services/blob/src/database/mod.rs
services/blob/src/database/old.rs
services/blob/src/grpc.rs
services/blob/src/http/context.rs
services/blob/src/http/handlers/blob.rs
|