Skip to content

Commit c2f2a0a

Browse files
committed
updated from develop
2 parents c41bf69 + bf96af0 commit c2f2a0a

File tree

133 files changed

+39054
-52086
lines changed

Some content is hidden

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

133 files changed

+39054
-52086
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 4 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
@@ -57,5 +59,6 @@ module.exports = {
5759
SKILLS_V5_API_URL: `${API_V5}/standardized-skills/skills/autocomplete`,
5860
UPDATE_SKILLS_V5_API_URL: `${API_V5}/standardized-skills/challenge-skills`,
5961
SALESFORCE_BILLING_ACCOUNT_LINK: 'https://c.cs18.visual.force.com/apex/baredirect?id=',
60-
TYPEFORM_URL: 'https://topcoder.typeform.com/to/YJ7AL4p8'
62+
TYPEFORM_URL: 'https://topcoder.typeform.com/to/YJ7AL4p8',
63+
PROFILE_URL: 'https://profiles.topcoder-dev.com/'
6164
}

config/constants/production.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ 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',
@@ -54,5 +56,6 @@ module.exports = {
5456
SKILLS_V5_API_URL: `${API_V5}/standardized-skills/skills/autocomplete`,
5557
UPDATE_SKILLS_V5_API_URL: `${API_V5}/standardized-skills/challenge-skills`,
5658
SALESFORCE_BILLING_ACCOUNT_LINK: 'https://topcoder.my.salesforce.com/apex/baredirect?id=',
57-
TYPEFORM_URL: 'https://topcoder.typeform.com/to/YJ7AL4p8'
59+
TYPEFORM_URL: 'https://topcoder.typeform.com/to/YJ7AL4p8',
60+
PROFILE_URL: 'https://profiles.topcoder.com/'
5861
}

0 commit comments

Comments
 (0)