Skip to content

Updates #4656

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Jul 21, 2020
Merged

Updates #4656

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
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ workflows:
branches:
only:
- develop
- feature-contentful
# This is alternate dev env for parallel testing
- "build-test":
context : org-global
Expand Down
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": "./node_modules/topcoder-react-utils/config/eslint/default.json",
"rules": {
"jsx-a11y/anchor-is-valid": false,
"import/no-cycle": [2, { "maxDepth": 1 }]
"import/no-cycle": [2, { "maxDepth": 1 }],
"react/forbid-prop-types": false
},
"env": {
"browser": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -348,15 +348,6 @@ exports[`Matches shallow shapshot 1`] = `
Talk to Sales
</a>
</li>
<li
className="src-shared-components-TopcoderFooter-___style__link___3-nzm"
>
<a
href="https://www.topcoder-dev.com/community/terms"
>
Terms
</a>
</li>
</ul>
</div>
<div
Expand Down Expand Up @@ -613,7 +604,7 @@ exports[`Matches shallow shapshot 1`] = `
© 2020 Topcoder
<a
className="src-shared-components-TopcoderFooter-___style__link___3-nzm"
href="https://www.topcoder.com/privacy-policy/"
href="https://www.topcoder-dev.com/policy"
>
Policies
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ exports[`Matches shallow snapshot 1`] = `
closeMobileMenu={[Function]}
closeSearch={[Function]}
dismissChallengeNotifications={[Function]}
headerMenu={null}
loadNotifications={[Function]}
markAllNotificationAsRead={[Function]}
markAllNotificationAsSeen={[Function]}
Expand Down
2 changes: 1 addition & 1 deletion config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ module.exports = {
COMMUNITY_API: 'http://localhost:8000',
COMMUNITY_APP_GITHUB_ISSUES: 'https://github.com/topcoder-platform/community-app/issues',
EMAIL_VERIFY_URL: 'http://www.topcoder-dev.com/settings/account/changeEmail',
THRIVE_POLL_FEED: 'https://www.topcoder.com/feed',
},

/* Information about Topcoder user groups can be cached in various places.
Expand Down Expand Up @@ -406,4 +405,5 @@ module.exports = {
TC_EDU_ARTICLES_PATH: '/articles',
TC_EDU_SEARCH_PATH: '/search',
TC_EDU_SEARCH_BAR_MAX_RESULTS_EACH_GROUP: 3,
POLICY_PAGES_PATH: '/policy',
};
Loading