This differential introduces backup message field to OrderedBackupItem so that backup message can be fetched from dynamodb.
Details
Details
For now ensure that backup functionality remains unbroken. Very next diff will enable testing with simple button click.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Logic looks good, just some code-style comments
services/backup/src/database/backup_item.rs | ||
---|---|---|
217–226 | Same comment as in https://phab.comm.dev/D11713#inline-70320 - this could be simplified | |
shared/comm-lib/src/backup/mod.rs | ||
4–11 | We have a convention of preferring rename_all over field-level directives. |