Skip to content

Commit 4423a03

Browse files
author
sachin-maheshwari
authored
Merge pull request #177 from topcoder-platform/revert-174-feature/bulk-notification
Revert "Feature/bulk notification"
2 parents d30dc82 + e0ecb12 commit 4423a03

File tree

12 files changed

+4
-530
lines changed

12 files changed

+4
-530
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ workflows:
102102
context : org-global
103103
filters:
104104
branches:
105-
only: [dev, 'hotfix/V5-API-Standards', 'v5-upgrade', 'feature/bulk-notification']
105+
only: [dev, 'hotfix/V5-API-Standards', 'v5-upgrade', 'feature/platform-filtering']
106106
- "build-prod":
107107
context : org-global
108108
filters:

config/default.js

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module.exports = {
5858
{
5959
id: 0, /** challengeid or projectid */
6060
name: '', /** challenge name */
61-
group: 'challenge',
61+
group: 'Challenge',
6262
title: 'Challenge specification is modified.',
6363
},
6464
},
@@ -75,7 +75,7 @@ module.exports = {
7575
{
7676
id: 0, /** challengeid or projectid */
7777
name: '', /** challenge name */
78-
group: 'challenge',
78+
group: 'Challenge',
7979
title: 'Challenge checkpoint review.',
8080
},
8181
},
@@ -92,16 +92,12 @@ module.exports = {
9292
{
9393
id: 0, /** challengeid or projectid */
9494
name: '', /** challenge name */
95-
group: 'submission',
95+
group: 'Submission',
9696
title: 'A new submission is uploaded.',
9797
},
9898
},
9999
},
100100
],
101-
'admin.notification.broadcast' : [{
102-
handleBulkNotification: {}
103-
}
104-
]
105101
//'notifications.community.challenge.created': ['handleChallengeCreated'],
106102
//'notifications.community.challenge.phasewarning': ['handleChallengePhaseWarning'],
107103
},
@@ -112,5 +108,4 @@ module.exports = {
112108
ENABLE_DEV_MODE: process.env.ENABLE_DEV_MODE ? Boolean(process.env.ENABLE_DEV_MODE) : true,
113109
DEV_MODE_EMAIL: process.env.DEV_MODE_EMAIL,
114110
DEFAULT_REPLY_EMAIL: process.env.DEFAULT_REPLY_EMAIL,
115-
ENABLE_HOOK_BULK_NOTIFICATION : process.env.ENABLE_HOOK_BULK_NOTIFICATION || false,
116111
};

src/common/broadcastAPIHelper.js

Lines changed: 0 additions & 217 deletions
This file was deleted.

0 commit comments

Comments
 (0)