Page MenuHomePhabricator

[services] Move generateUUID to global tools
ClosedPublic

Authored by karol on May 13 2022, 2:25 AM.
Tags
None
Referenced Files
F2835055: D4027.diff
Sat, Sep 28, 12:33 PM
F2829553: D4027.diff
Fri, Sep 27, 4:53 PM
Unknown Object (File)
Wed, Sep 18, 11:48 PM
Unknown Object (File)
Sat, Sep 7, 3:23 AM
Unknown Object (File)
Tue, Sep 3, 5:46 AM
Unknown Object (File)
Tue, Sep 3, 5:46 AM
Unknown Object (File)
Tue, Sep 3, 5:46 AM
Unknown Object (File)
Tue, Sep 3, 5:40 AM

Details

Summary

Depends on D4026

Extracting generateUUID from tunnelbroker into the global tools

Test Plan

Services still build

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.May 13 2022, 2:26 AM
Harbormaster failed remote builds in B9078: Diff 12624!
karol edited the test plan for this revision. (Show Details)
karol added a reviewer: tomek.

services build passed

tomek added inline comments.
services/lib/src/GlobalTools.cpp
12–13 ↗(On Diff #12624)

If the tools are global, why are we using network namespace?

This revision is now accepted and ready to land.May 17 2022, 3:11 AM
services/lib/src/GlobalTools.cpp
12–13 ↗(On Diff #12624)

IIRC network is a namespace for the services basically.

services/lib/src/GlobalTools.cpp
12–13 ↗(On Diff #12624)

At some point it might be a good idea to find a name that better describes the purpose. It doesn't sound like network is the best namespace for all the services.

services/lib/src/GlobalTools.cpp
12–13 ↗(On Diff #12624)
This revision was landed with ongoing or failed builds.May 19 2022, 4:42 AM
This revision was automatically updated to reflect the committed changes.