Skip to content

Commit f65ea10

Browse files
authored
Merge pull request #4664 from topcoder-platform/revert-4656-develop
Revert "Updates"
2 parents 23bb2ff + d1c0ecf commit f65ea10

File tree

27 files changed

+903
-700
lines changed

27 files changed

+903
-700
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ workflows:
231231
branches:
232232
only:
233233
- develop
234+
- feature-contentful
234235
# This is alternate dev env for parallel testing
235236
- "build-test":
236237
context : org-global

.eslintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"extends": "./node_modules/topcoder-react-utils/config/eslint/default.json",
33
"rules": {
44
"jsx-a11y/anchor-is-valid": false,
5-
"import/no-cycle": [2, { "maxDepth": 1 }],
6-
"react/forbid-prop-types": false
5+
"import/no-cycle": [2, { "maxDepth": 1 }]
76
},
87
"env": {
98
"browser": true

__tests__/shared/components/__snapshots__/TopcoderFooter.jsx.snap

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,15 @@ exports[`Matches shallow shapshot 1`] = `
348348
Talk to Sales
349349
</a>
350350
</li>
351+
<li
352+
className="src-shared-components-TopcoderFooter-___style__link___3-nzm"
353+
>
354+
<a
355+
href="https://www.topcoder-dev.com/community/terms"
356+
>
357+
Terms
358+
</a>
359+
</li>
351360
</ul>
352361
</div>
353362
<div
@@ -604,7 +613,7 @@ exports[`Matches shallow shapshot 1`] = `
604613
© 2020 Topcoder
605614
<a
606615
className="src-shared-components-TopcoderFooter-___style__link___3-nzm"
607-
href="https://www.topcoder-dev.com/policy"
616+
href="https://www.topcoder.com/privacy-policy/"
608617
>
609618
Policies
610619
</a>

__tests__/shared/containers/__snapshots__/TopcoderHeader.jsx.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ exports[`Matches shallow snapshot 1`] = `
1111
closeMobileMenu={[Function]}
1212
closeSearch={[Function]}
1313
dismissChallengeNotifications={[Function]}
14-
headerMenu={null}
1514
loadNotifications={[Function]}
1615
markAllNotificationAsRead={[Function]}
1716
markAllNotificationAsSeen={[Function]}

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ module.exports = {
160160
COMMUNITY_API: 'http://localhost:8000',
161161
COMMUNITY_APP_GITHUB_ISSUES: 'https://github.com/topcoder-platform/community-app/issues',
162162
EMAIL_VERIFY_URL: 'http://www.topcoder-dev.com/settings/account/changeEmail',
163+
THRIVE_POLL_FEED: 'https://www.topcoder.com/feed',
163164
},
164165

165166
/* Information about Topcoder user groups can be cached in various places.
@@ -405,5 +406,4 @@ module.exports = {
405406
TC_EDU_ARTICLES_PATH: '/articles',
406407
TC_EDU_SEARCH_PATH: '/search',
407408
TC_EDU_SEARCH_BAR_MAX_RESULTS_EACH_GROUP: 3,
408-
POLICY_PAGES_PATH: '/policy',
409409
};

0 commit comments

Comments
 (0)