Page MenuHomePhabricator

[services] Tunnelbroker - Add disable notifications config parameter
ClosedPublic

Authored by max on Feb 1 2023, 3:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 21, 9:18 PM
Unknown Object (File)
Sun, Apr 21, 9:18 PM
Unknown Object (File)
Sun, Apr 21, 9:18 PM
Unknown Object (File)
Sun, Apr 21, 9:18 PM
Unknown Object (File)
Sun, Apr 21, 9:16 PM
Unknown Object (File)
Mar 21 2024, 11:55 AM
Unknown Object (File)
Mar 21 2024, 6:43 AM
Unknown Object (File)
Mar 18 2024, 10:25 PM
Subscribers

Details

Summary

This diff introduces adding the notifications.disable config flag to disable the push notifications mechanism in a Tunnelbroker.

Linear task: ENG-2639

Test Plan

Adding the disable flag to the [notifications] section of the config file results in a true return from the isParameterSet('notifications.disable') function call.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

max held this revision as a draft.
max published this revision for review.Feb 1 2023, 3:39 AM
max edited the summary of this revision. (Show Details)
max edited the test plan for this revision. (Show Details)
max added a reviewer: bartek.
max edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Feb 1 2023, 4:28 AM
max edited the test plan for this revision. (Show Details)
max edited the summary of this revision. (Show Details)
max edited the test plan for this revision. (Show Details)
max edited the summary of this revision. (Show Details)

Rebasing on master, parent changes and D6749 fix.