Page MenuHomePhabricator

[services] Backup - Add find backup item to database manager
ClosedPublic

Authored by karol on Apr 6 2022, 7:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 3, 9:42 AM
Unknown Object (File)
Sun, Jun 30, 10:38 AM
Unknown Object (File)
Sun, Jun 30, 10:38 AM
Unknown Object (File)
Sun, Jun 30, 10:38 AM
Unknown Object (File)
Sun, Jun 30, 10:37 AM
Unknown Object (File)
Sun, Jun 30, 10:34 AM
Unknown Object (File)
Fri, Jun 28, 3:32 AM
Unknown Object (File)
Thu, Jun 27, 11:06 PM

Details

Summary

Depends on D3629

We need a method in the database manager for finding a backup item by the backup id and user id.

Test Plan

The same as in D3535

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Apr 6 2022, 7:46 AM
Harbormaster failed remote builds in B7922: Diff 11104!
karol edited the test plan for this revision. (Show Details)
karol added reviewers: tomek, max.
karol edited the summary of this revision. (Show Details)

retrigger ci

Harbormaster returned this revision to the author for changes because remote builds failed.Apr 7 2022, 4:01 AM
Harbormaster failed remote builds in B7961: Diff 11165!
This revision is now accepted and ready to land.Apr 8 2022, 2:43 AM
This revision was landed with ongoing or failed builds.Apr 13 2022, 5:13 AM
This revision was automatically updated to reflect the committed changes.
services/backup/docker-server/contents/server/src/DatabaseManager.cpp
90

@atul is this an example of an std::move we should avoid? Maybe you could add a note to Notion so we could have something to link whenever this comes up?