Page MenuHomePhabricator

[backup] Split database module
ClosedPublic

Authored by michal on Aug 25 2023, 9:50 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 4, 6:26 PM
Unknown Object (File)
Sat, May 4, 6:26 PM
Unknown Object (File)
Sat, May 4, 6:26 PM
Unknown Object (File)
Sat, May 4, 6:22 PM
Unknown Object (File)
Sat, May 4, 5:57 PM
Unknown Object (File)
Apr 22 2024, 3:35 PM
Unknown Object (File)
Apr 17 2024, 12:40 AM
Unknown Object (File)
Apr 16 2024, 8:15 AM
Subscribers

Details

Summary

ENG-4380
No code changes, just separating code so it's easier to parse.

Test Plan

cargo check

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Aug 25 2023, 1:06 PM
services/backup/src/database/backup_item.rs
34 ↗(On Diff #30328)

btw generate_random_string could be moved to lib someday

services/backup/src/database/log_item.rs
45 ↗(On Diff #30328)

D8936 - it's now in lib and called DDB_ITEM_SIZE_LIMIT

services/backup/src/database/backup_item.rs
34 ↗(On Diff #30328)

I'm going to move it in another diff (and remove rand dep on backup)