diff --git a/.circleci/config.yml b/.circleci/config.yml index 5ca4199330..6af31f2fd4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -351,6 +351,7 @@ workflows: only: - PROD-4183 - changelog + - remove_submission_review # This is alternate dev env for parallel testing - "build-test": context : org-global diff --git a/config/backup-default.js b/config/backup-default.js index 0e399b364c..ab48e02fea 100644 --- a/config/backup-default.js +++ b/config/backup-default.js @@ -115,7 +115,6 @@ module.exports = { FORUMS: 'https://apps.topcoder-dev.com/forums', FORUMS_VANILLA: 'https://vanilla.topcoder-dev.com', HELP: 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles', - SUBMISSION_REVIEW: 'https://submission-review.topcoder-dev.com', THRIVE: 'https://community-app.topcoder-dev.com/thrive', @@ -473,5 +472,4 @@ module.exports = { }, /* development id - makes surveys have warning about environment */ UNIVERSAL_NAV_URL: '//uni-nav.topcoder-dev.com/v1/tc-universal-nav.js', - SPRIG_ENVIRONMENT_ID: 'bUcousVQ0-yF', }; diff --git a/config/default.js b/config/default.js index d50de2aec7..c43129ceb7 100644 --- a/config/default.js +++ b/config/default.js @@ -116,7 +116,6 @@ module.exports = { FORUMS: 'https://apps.topcoder-dev.com/forums', FORUMS_VANILLA: 'https://vanilla.topcoder-dev.com', HELP: 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles', - SUBMISSION_REVIEW: 'https://submission-review.topcoder-dev.com', THRIVE: 'https://community-app.topcoder-dev.com/thrive', @@ -477,5 +476,4 @@ module.exports = { MEMBER_PROFILE_REDIRECT_URL: 'https://profiles.topcoder-dev.com', MEMBER_SEARCH_REDIRECT_URL: 'https://talent-search.topcoder-dev.com', ACCOUNT_SETTINGS_REDIRECT_URL: 'https://account-settings.topcoder-dev.com', - SPRIG_ENVIRONMENT_ID: 'bUcousVQ0-yF', }; diff --git a/config/production.js b/config/production.js index c372930853..e62eb9eec6 100644 --- a/config/production.js +++ b/config/production.js @@ -35,7 +35,6 @@ module.exports = { FORUMS: 'https://apps.topcoder.com/forums', FORUMS_VANILLA: 'https://discussions.topcoder.com', HELP: 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles', - SUBMISSION_REVIEW: 'https://submission-review.topcoder.com', MEMBER: 'https://member.topcoder.com', ONLINE_REVIEW: 'https://software.topcoder.com', PAYMENT_TOOL: 'https://payment.topcoder.com', @@ -238,6 +237,5 @@ module.exports = { UNIVERSAL_NAV_URL: '//uni-nav.topcoder.com/v1/tc-universal-nav.js', MEMBER_PROFILE_REDIRECT_URL: 'https://profiles.topcoder.com', MEMBER_SEARCH_REDIRECT_URL: 'https://talent-search.topcoder.com', - SPRIG_ENVIRONMENT_ID: 'a-IZBZ6-r7bU', ACCOUNT_SETTINGS_REDIRECT_URL: 'https://account-settings.topcoder.com', }; diff --git a/package-lock.json b/package-lock.json index d613edef86..34d7f5aa0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1445,11 +1445,6 @@ "resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz", "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==" }, - "@sprig-technologies/sprig-browser": { - "version": "2.21.2", - "resolved": "https://registry.npmjs.org/@sprig-technologies/sprig-browser/-/sprig-browser-2.21.2.tgz", - "integrity": "sha512-AT//JgJYaMgnglVPESq5p1LB9zySoA57AnGzC4J7CgZQADMO2zlF22HilxuooMv8G561MfLPIoT3/IXV65HZJQ==" - }, "@tanem/svg-injector": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@tanem/svg-injector/-/svg-injector-1.2.1.tgz", diff --git a/package.json b/package.json index e270dbc3b7..b7df7b4ce7 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,6 @@ "dependencies": { "@hapi/joi": "^16.1.4", "@optimizely/react-sdk": "^2.5.0", - "@sprig-technologies/sprig-browser": "^2.20.1", "@topcoder-platform/tc-auth-lib": "topcoder-platform/tc-auth-lib#1.0.4", "aos": "^2.3.4", "atob": "^2.1.1", diff --git a/src/client/index.jsx b/src/client/index.jsx index d2a1e2c024..b879711ac2 100644 --- a/src/client/index.jsx +++ b/src/client/index.jsx @@ -13,15 +13,10 @@ import { getFreshToken, } from '@topcoder-platform/tc-auth-lib'; import { actions, logger, errors } from 'topcoder-react-lib'; -import { client, redux, config } from 'topcoder-react-utils'; -import { sprig } from '@sprig-technologies/sprig-browser/dist'; +import { client, redux } from 'topcoder-react-utils'; import './styles.scss'; -const Sprig = sprig.configure({ - environmentId: config.SPRIG_ENVIRONMENT_ID, -}); - const { setErrorsStore } = errors; /** @@ -60,7 +55,6 @@ function identify(profile, roles, userIdHash) { integrations: { All: false, Chameleon: true }, }, ); - Sprig('setUserId', profile.handle); } /** diff --git a/src/shared/components/Gigs/GigDetails/index.jsx b/src/shared/components/Gigs/GigDetails/index.jsx index cffab15131..282e825842 100644 --- a/src/shared/components/Gigs/GigDetails/index.jsx +++ b/src/shared/components/Gigs/GigDetails/index.jsx @@ -134,7 +134,7 @@ function GigDetails(props) { ** USA Visa Holders - Please consult an attorney before applying to any Topcoder Gig. Some visa statuses will or will not allow you to conduct freelance work with Topcoder. - *** Topcoder and Wipro employees are not eligible for Gig work opportunities. Do not apply and send questions to support@topcoder.com. + *** Topcoder and Wipro employees are not eligible for Gig work opportunities. Do not apply and send questions to gigwork@topcoder.com.