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)
Mon, May 13, 6:44 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: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
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
Branch
add-skip-notifs-config
Lint
No Lint Coverage
Unit
No Test Coverage

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.