Page MenuHomePhabricator

[service] Move services lib to shared
ClosedPublic

Authored by michal on Dec 8 2023, 6:45 AM.
Tags
None
Referenced Files
F2209359: D10256.id34428.diff
Sun, Jul 7, 4:58 PM
F2209237: D10256.id34837.diff
Sun, Jul 7, 4:23 PM
F2208895: D10256.id34851.diff
Sun, Jul 7, 3:23 PM
F2208802: D10256.diff
Sun, Jul 7, 2:59 PM
Unknown Object (File)
Thu, Jul 4, 7:50 PM
Unknown Object (File)
Wed, Jul 3, 12:28 PM
Unknown Object (File)
Wed, Jul 3, 5:58 AM
Unknown Object (File)
Tue, Jul 2, 8:17 AM
Subscribers

Details

Summary

Part of ENG-5555 -> in order to move the backup client from commtest to shared (to use it from native) we need to move the comm_services_lib to shared, because the client uses e.g. the UserIdentity struct. It would be good to have a common library for all Rust code in our codebase anyway. This diff also renames the library to comm_lib as it will stop being used only for services.

Test Plan

Find-and-replace comm_services_lib with comm_lib. Test if all services build.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable