Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ workflows:
context : org-global
filters:
branches:
only: [dev, 'hotfix/V5-API-Standards', 'v5-upgrade', 'feature/bulk-notification']
only: [dev, 'hotfix/V5-API-Standards', 'v5-upgrade', 'feature/platform-filtering']
- "build-prod":
context : org-global
filters:
Expand Down
11 changes: 3 additions & 8 deletions config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = {
{
id: 0, /** challengeid or projectid */
name: '', /** challenge name */
group: 'challenge',
group: 'Challenge',
title: 'Challenge specification is modified.',
},
},
Expand All @@ -75,7 +75,7 @@ module.exports = {
{
id: 0, /** challengeid or projectid */
name: '', /** challenge name */
group: 'challenge',
group: 'Challenge',
title: 'Challenge checkpoint review.',
},
},
Expand All @@ -92,16 +92,12 @@ module.exports = {
{
id: 0, /** challengeid or projectid */
name: '', /** challenge name */
group: 'submission',
group: 'Submission',
title: 'A new submission is uploaded.',
},
},
},
],
'admin.notification.broadcast' : [{
handleBulkNotification: {}
}
]
//'notifications.community.challenge.created': ['handleChallengeCreated'],
//'notifications.community.challenge.phasewarning': ['handleChallengePhaseWarning'],
},
Expand All @@ -112,5 +108,4 @@ module.exports = {
ENABLE_DEV_MODE: process.env.ENABLE_DEV_MODE ? Boolean(process.env.ENABLE_DEV_MODE) : true,
DEV_MODE_EMAIL: process.env.DEV_MODE_EMAIL,
DEFAULT_REPLY_EMAIL: process.env.DEFAULT_REPLY_EMAIL,
ENABLE_HOOK_BULK_NOTIFICATION : process.env.ENABLE_HOOK_BULK_NOTIFICATION || false,
};
217 changes: 0 additions & 217 deletions src/common/broadcastAPIHelper.js

This file was deleted.

Loading