Depends on D3989
Inheriting from DatabaseManagerBase in the tunnelbroker to avoid the boilerplate and reuse common methods.
Differential D3990
[services] Lib - Tunnelbroker - Use database manager • karol on May 10 2022, 4:27 AM. Authored by Tags None Referenced Files
Details Depends on D3989 Inheriting from DatabaseManagerBase in the tunnelbroker to avoid the boilerplate and reuse common methods. You should be able to build tunnelbroker properly cd services yarn run-tunnelbroker-service
Diff Detail
Event Timeline
Comment Actions I'll request review to make sure this is in the @geekbrother's queue.
Comment Actions I have very little context on what exactly this API is deleting, but I generally agree with @palys-swm's perspective – making operations "idempotent" (same result if you run it twice in a row) is generally a good idea Comment Actions I also don't think it's that important to include a message. I think you can just return success Comment Actions Ok, so I don't mind, Tomek and Ashoat vote for return, so basically whichever path @geekbrother takes, we'll proceed with return anyways. I'm going to implement this. Thx.
|