Skip to content

Commit 02d1dc4

Browse files
authored
Merge pull request #1611 from topcoder-platform/develop
[RELEASE] PM-413 - Deprecate Connect (5443)
2 parents ef8acb0 + bf96af0 commit 02d1dc4

File tree

167 files changed

+7533
-1174
lines changed

Some content is hidden

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

167 files changed

+7533
-1174
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ parameters:
99

1010
defaults: &defaults
1111
docker:
12-
- image: cimg/python:3.11.7-browsers
12+
- image: cimg/python:3.11.11-browsers
1313

1414
test_defaults: &test_defaults
1515
docker:
@@ -74,7 +74,7 @@ builddeploy_steps: &builddeploy_steps
7474
source awsenvconf
7575
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-deployvar
7676
source buildenvvar
77-
./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${LOGICAL_ENV}-global-appvar,${LOGICAL_ENV}-${APPNAME}-appvar -i ${APPNAME}
77+
./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${LOGICAL_ENV}-global-appvar,${LOGICAL_ENV}-${APPNAME}-appvar -i ${APPNAME} -p FARGATE
7878
#curl --request POST \
7979
#--url https://circleci.com/api/v2/project/github/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/pipeline \
8080
#--header "Circle-Token: ${CIRCLE_TOKEN}" \
@@ -152,7 +152,7 @@ workflows:
152152
context: org-global
153153
filters: &filters-dev
154154
branches:
155-
only: ["develop", "multiround", "release_0.20.9", "metadata-fix"]
155+
only: ["develop", "PM-803_wm-regression-fixes"]
156156

157157
# Production builds are exectuted only on tagged commits to the
158158
# master branch.

config/constants/development.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ module.exports = {
4444
CREATE_FORUM_TYPE_IDS: ['927abff4-7af9-4145-8ba1-577c16e64e2e', 'dc876fa4-ef2d-4eee-b701-b555fcc6544c', 'ecd58c69-238f-43a4-a4bb-d172719b9f31', '78b37a69-92d5-4ad7-bf85-c79b65420c79', '929bc408-9cf2-4b3e-ba71-adfbf693046c'],
4545
FILE_PICKER_API_KEY: process.env.FILE_PICKER_API_KEY,
4646
FILE_PICKER_CONTAINER_NAME: 'tc-challenge-v5-dev',
47+
FILE_PICKER_SUBMISSION_CONTAINER_NAME: process.env.FILE_PICKER_SUBMISSION_CONTAINER_NAME || 'submission-staging-dev',
4748
FILE_PICKER_REGION: 'us-east-1',
4849
FILE_PICKER_CNAME: 'fs.topcoder.com',
50+
FILE_PICKER_LOCATION: 's3',
4951
// if idle for this many minutes, show user a prompt saying they'll be logged out
5052
IDLE_TIMEOUT_MINUTES: 10,
5153
// duration to show the prompt saying user will be logged out, before actually logging out the user
@@ -55,5 +57,8 @@ module.exports = {
5557
HEADER_AUTH_URLS_HREF: `https://accounts-auth0.${DOMAIN}?utm_source=community-app-main`,
5658
HEADER_AUTH_URLS_LOCATION: `https://accounts-auth0.${DOMAIN}?retUrl=%S&utm_source=community-app-main`,
5759
SKILLS_V5_API_URL: `${API_V5}/standardized-skills/skills/autocomplete`,
58-
UPDATE_SKILLS_V5_API_URL: `${API_V5}/standardized-skills/challenge-skills`
60+
UPDATE_SKILLS_V5_API_URL: `${API_V5}/standardized-skills/challenge-skills`,
61+
SALESFORCE_BILLING_ACCOUNT_LINK: 'https://c.cs18.visual.force.com/apex/baredirect?id=',
62+
TYPEFORM_URL: 'https://topcoder.typeform.com/to/YJ7AL4p8',
63+
PROFILE_URL: 'https://profiles.topcoder-dev.com/'
5964
}

config/constants/production.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,19 @@ module.exports = {
4343
CREATE_FORUM_TYPE_IDS: ['927abff4-7af9-4145-8ba1-577c16e64e2e', 'dc876fa4-ef2d-4eee-b701-b555fcc6544c', 'ecd58c69-238f-43a4-a4bb-d172719b9f31', '78b37a69-92d5-4ad7-bf85-c79b65420c79', '929bc408-9cf2-4b3e-ba71-adfbf693046c'],
4444
FILE_PICKER_API_KEY: process.env.FILE_PICKER_API_KEY,
4545
FILE_PICKER_CONTAINER_NAME: 'tc-challenge-v5-prod',
46+
FILE_PICKER_SUBMISSION_CONTAINER_NAME: process.env.FILE_PICKER_SUBMISSION_CONTAINER_NAME || 'submission-staging-prod',
4647
FILE_PICKER_REGION: 'us-east-1',
4748
FILE_PICKER_CNAME: 'fs.topcoder.com',
49+
FILE_PICKER_LOCATION: 's3',
4850
IDLE_TIMEOUT_MINUTES: 10,
4951
IDLE_TIMEOUT_GRACE_MINUTES: 5,
5052
MULTI_ROUND_CHALLENGE_TEMPLATE_ID: 'd4201ca4-8437-4d63-9957-3f7708184b07',
5153
UNIVERSAL_NAV_URL: 'https://uni-nav.topcoder.com/v1/tc-universal-nav.js',
5254
HEADER_AUTH_URLS_HREF: `https://accounts-auth0.${DOMAIN}?utm_source=community-app-main`,
5355
HEADER_AUTH_URLS_LOCATION: `https://accounts-auth0.${DOMAIN}?retUrl=%S&utm_source=community-app-main`,
5456
SKILLS_V5_API_URL: `${API_V5}/standardized-skills/skills/autocomplete`,
55-
UPDATE_SKILLS_V5_API_URL: `${API_V5}/standardized-skills/challenge-skills`
57+
UPDATE_SKILLS_V5_API_URL: `${API_V5}/standardized-skills/challenge-skills`,
58+
SALESFORCE_BILLING_ACCOUNT_LINK: 'https://topcoder.my.salesforce.com/apex/baredirect?id=',
59+
TYPEFORM_URL: 'https://topcoder.typeform.com/to/YJ7AL4p8',
60+
PROFILE_URL: 'https://profiles.topcoder.com/'
5661
}

0 commit comments

Comments
 (0)