Skip to content

Commit ce48e9a

Browse files
Merge pull request #6729 from topcoder-platform/develop
Sync with develop branch
2 parents 923ac92 + 512c5b1 commit ce48e9a

File tree

43 files changed

+191
-1728
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+191
-1728
lines changed

__tests__/shared/components/Settings/__snapshots__/index.jsx.snap

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ exports[`renders account setting page correctly 1`] = `
4848
"link": "preferences",
4949
"title": "Preferences",
5050
},
51-
Object {
52-
"link": "payment",
53-
"title": "Payment",
54-
},
5551
]
5652
}
5753
/>
@@ -809,10 +805,6 @@ exports[`renders preferences setting page correctly 1`] = `
809805
"link": "preferences",
810806
"title": "Preferences",
811807
},
812-
Object {
813-
"link": "payment",
814-
"title": "Payment",
815-
},
816808
]
817809
}
818810
/>
@@ -1567,10 +1559,6 @@ exports[`renders profile setting page correctly 1`] = `
15671559
"link": "preferences",
15681560
"title": "Preferences",
15691561
},
1570-
Object {
1571-
"link": "payment",
1572-
"title": "Payment",
1573-
},
15741562
]
15751563
}
15761564
/>
@@ -2331,10 +2319,6 @@ exports[`renders tools setting page correctly 1`] = `
23312319
"link": "preferences",
23322320
"title": "Preferences",
23332321
},
2334-
Object {
2335-
"link": "payment",
2336-
"title": "Payment",
2337-
},
23382322
]
23392323
}
23402324
/>

__tests__/shared/components/tc-communities/__snapshots__/JoinCommunity.jsx.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ exports[`Matches shallow shapshot 2`] = `
6565
Joining...
6666
</span>
6767
<ThemedLoadingIndicator
68+
className=""
6869
composeAdhocTheme="deeply"
6970
composeContextTheme="softly"
7071
mapThemrProps={[Function]}

config/default.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ module.exports = {
167167
SUBDOMAIN_PROFILE_CONFIG: [{
168168
groupId: '20000000', communityId: 'wipro', communityName: 'topgear', userProfile: 'https://topgear-app.wipro.com/user-details',
169169
}],
170-
TIMELNE_EVENT_API: 'https://api.topcoder-dev.com/v5/timeline-wall',
170+
TIMELINE_WALL_API: 'https://api.topcoder-dev.com/v5/timeline-wall',
171171
},
172172

173173
/* Information about Topcoder user groups can be cached in various places.
@@ -465,7 +465,8 @@ module.exports = {
465465
PLATFORMUI_SITE_URL: 'https://platform-ui.topcoder-dev.com',
466466
DICE_VERIFY_URL: 'https://accounts-auth0.topcoder-dev.com',
467467
TIMELINE: {
468-
REJECTION_EVENT_REASONS: ['Duplicate Event'],
468+
REJECTION_EVENT_REASONS: ['Duplicate Event', 'Violates the Topcoder terms', 'Inaccurate or Invalid'],
469469
ALLOWED_FILETYPES: ['image/jpeg', 'image/png', 'video/mp4', 'video/x-msvideo', 'video/webm'],
470+
FETCHING_PENDING_APPROVAL_EVENTS_INTERVAL: 5 * 60 * 1000, // 5 minutes
470471
},
471472
};

config/production.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = {
6262
},
6363
EMAIL_VERIFY_URL: 'http://www.topcoder.com/settings/account/changeEmail',
6464
THRIVE_FEED: 'https://topcoder.com/api/feeds/thrive',
65-
TIMELNE_EVENT_API: 'https://api.topcoder.com/v5/timeline-wall',
65+
TIMELINE_WALL_API: 'https://api.topcoder.com/v5/timeline-wall',
6666
},
6767
/* Filestack configuration for uploading Submissions
6868
* These are for the production back end */

src/assets/images/PayPal_logo_gray.svg

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

src/assets/images/Payoneer_log_gray.svg

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

src/assets/images/Western_Union_Logo_gray.svg

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

src/assets/images/arrow-right-green.svg

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

src/assets/images/icon-back-arrow.svg

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

0 commit comments

Comments
 (0)