Page MenuHomePhabricator

[services] Backup - reset implementation
ClosedPublic

Authored by karol on Feb 3 2022, 6:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 27, 4:02 AM
Unknown Object (File)
Wed, Oct 16, 3:49 AM
Unknown Object (File)
Wed, Oct 16, 3:49 AM
Unknown Object (File)
Wed, Oct 16, 3:49 AM
Unknown Object (File)
Wed, Oct 16, 3:49 AM
Unknown Object (File)
Sep 28 2024, 11:55 AM
Unknown Object (File)
Sep 27 2024, 6:40 AM
Unknown Object (File)
Sep 27 2024, 6:40 AM

Details

Summary

The new API of the backup service will be significantly different from the current one, so I decided to simply remove everything. It's still going to be in the git history so we can get back to it any time but removing it will make testing and implementation process easier.

Test Plan

-

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

karol edited the test plan for this revision. (Show Details)
karol added reviewers: max, tomek, varun.

If you think there's no value in comparing the old implementation with the new one, this makes sense

This revision is now accepted and ready to land.Feb 4 2022, 2:31 AM
This revision now requires review to proceed.Feb 4 2022, 2:31 AM
This revision is now accepted and ready to land.Feb 5 2022, 12:31 PM
In D3077#81626, @palys-swm wrote:

If you think there's no value in comparing the old implementation with the new one, this makes sense

I think it would take more time to figure out all the common parts than actually slaughter everything and start from scratch.