Our 'tools' functions now reside in Tools.h,.cpp as a global scope which is not a good practice and will lead to functions confusion. The Tools functions must reside in their own tools namespace scope.
Linear task: ENG-958
Paths
| Differential D3581 Authored by • max on Mar 31 2022, 5:33 AM.
Details Summary Our 'tools' functions now reside in Tools.h,.cpp as a global scope which is not a good practice and will lead to functions confusion. The Tools functions must reside in their own tools namespace scope. Linear task: ENG-958 Test Plan Successfully built and run service using yarn run-tunnelbroker-service.
Diff Detail
Event TimelineHerald added subscribers: • abosh, • benschac, • karol and 4 others. · View Herald TranscriptMar 31 2022, 5:34 AM2022-03-31 05:34:00 (UTC-7) • max edited the summary of this revision. (Show Details)Mar 31 2022, 5:34 AM2022-03-31 05:34:56 (UTC-7) Harbormaster completed remote builds in B7759: Diff 10875.Mar 31 2022, 5:40 AM2022-03-31 05:40:42 (UTC-7) This revision is now accepted and ready to land.Mar 31 2022, 8:44 AM2022-03-31 08:44:20 (UTC-7) Comment Actions
@karol-bisztyga what do you think? Should I create the task for blob and backup services? Comment Actions
Landing this and raised https://linear.app/comm/issue/ENG-976/move-services-tools-to-its-scope task for other services. This revision was landed with ongoing or failed builds.Apr 6 2022, 4:36 AM2022-04-06 04:36:39 (UTC-7) Closed by commit rCOMM0ef828469c0a: [services] Tunnelbroker - Move tools to the scope. (authored by • max). · Explain Why This revision was automatically updated to reflect the committed changes. Harbormaster completed remote builds in B7912: Diff 11091.Apr 6 2022, 4:40 AM2022-04-06 04:40:57 (UTC-7)
Revision Contents
Diff 11092 services/tunnelbroker/src/Amqp/AmqpManager.cpp
services/tunnelbroker/src/Service/TunnelbrokerServiceImpl.cpp
services/tunnelbroker/src/Tools/Tools.h
services/tunnelbroker/src/Tools/Tools.cpp
|