Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
d6897f7
Merge pull request #7075 from topcoder-platform/develop
kkartunov Feb 24, 2025
3430cd8
Merge pull request #7080 from topcoder-platform/develop
kkartunov Mar 18, 2025
089bb68
Merge pull request #7084 from topcoder-platform/develop
kkartunov Mar 28, 2025
fa48bc2
Merge pull request #7088 from topcoder-platform/develop
jmgasper Apr 2, 2025
c66f5a7
Merge pull request #7090 from topcoder-platform/develop
kkartunov Apr 16, 2025
609d44c
Merge pull request #7093 from topcoder-platform/develop
kkartunov May 13, 2025
e5cf98f
feat(challenge-feed): pm-1188 copilot opportunities on challenge feed
May 15, 2025
9a8d287
chore(styles): linting fixes in scss files
May 15, 2025
f83c121
test: fix snaphsots
kkartunov May 19, 2025
524a86c
test: fix snapshot timing
kkartunov May 19, 2025
f1e3d3e
chore(core): general code cleanup
May 19, 2025
03bcfff
Merge pull request #7094 from topcoder-platform/PM-1188
kkartunov May 19, 2025
f9800f1
do not drop the copilot opportunities on bucket change
vas3a May 27, 2025
a212a87
fix(opportunities): remove search bar and fix typos
May 27, 2025
2e72c56
Merge pull request #7095 from topcoder-platform/copilot-opportunities
himaniraghav3 May 27, 2025
e1955be
PM-967 - expose "TOPGEAR_ALLOWED_SUBMISSIONS_DOMAINS" to app
vas3a Jun 17, 2025
42a7426
PM-967 - dockerfile: add TOPGEAR_ALLOWED_SUBMISSIONS_DOMAINS arg
vas3a Jun 17, 2025
a94cb2f
Merge pull request #7096 from topcoder-platform/PM-967_tg-submission-…
vas3a Jun 17, 2025
5e04220
PM-967 - keep env var as string
vas3a Jun 17, 2025
6aae359
Merge pull request #7097 from topcoder-platform/PM-967_tg-submission-…
vas3a Jun 17, 2025
e99f2fd
PM-967 - expose "TOPGEAR_ALLOWED_SUBMISSIONS_DOMAINS" to app
vas3a Jun 17, 2025
e00107e
PM-967 - dockerfile: add TOPGEAR_ALLOWED_SUBMISSIONS_DOMAINS arg
vas3a Jun 17, 2025
d98dc9d
PM-967 - keep env var as string
vas3a Jun 17, 2025
f992867
Merge pull request #7098 from topcoder-platform/HOTFIX_PM-967_tg-subm…
kkartunov Jun 18, 2025
5f7b109
fix: canceled status color
hentrymartin Jun 19, 2025
fd5bc53
Merge pull request #7099 from topcoder-platform/pm-1311
hentrymartin Jun 19, 2025
74bc5c9
Merge pull request #7100 from topcoder-platform/master
kkartunov Jun 20, 2025
ecbdcbf
fix: removed innovation challenge tab
hentrymartin Jul 7, 2025
6e6ad81
fix: removed innovation challenge tab
hentrymartin Jul 7, 2025
cdc2e15
fix: lint
hentrymartin Jul 7, 2025
4d261ef
Merge pull request #7102 from topcoder-platform/pm-1346
kkartunov Jul 9, 2025
a7fb60a
fix: use latest tc react lib
hentrymartin Jul 9, 2025
691abf6
chore: debug provisional score
hentrymartin Jul 14, 2025
9809daf
Update config.yml
jmgasper Jul 15, 2025
c5a2f66
Update config.yml
jmgasper Jul 15, 2025
fff2dfd
fix: provisional score
hentrymartin Jul 16, 2025
545eb7a
chore: updated tc react lib
hentrymartin Jul 16, 2025
4649b7b
fix: dont show more filters button for copilots bucket
hentrymartin Jul 18, 2025
a8760f7
Merge pull request #7104 from topcoder-platform/pm-1316
kkartunov Jul 21, 2025
b6dff5b
Merge pull request #7103 from topcoder-platform/pm-1358_1
kkartunov Jul 21, 2025
2ff2623
fix: copilot opportunity title and color for canceled opportunities
himaniraghav3 Jul 28, 2025
114411a
Merge pull request #7105 from topcoder-platform/PM-1517
kkartunov Jul 29, 2025
86e4514
fix: sorting on copilots opportunity
himaniraghav3 Jul 31, 2025
1e21dc6
Merge pull request #7106 from topcoder-platform/PM-1314
kkartunov Jul 31, 2025
3156db0
fix: sorting on copilots opportunity
himaniraghav3 Aug 1, 2025
7e2ed35
Merge pull request #7107 from topcoder-platform/PM-1314
himaniraghav3 Aug 1, 2025
44c20cf
Fixed CSS style issue
rishabhtc Sep 23, 2025
8e25fa2
Removed empty line
rishabhtc Sep 23, 2025
b965353
deploying branch for testing in dev
rishabhtc Sep 24, 2025
6905806
Removed branch from config
rishabhtc Sep 24, 2025
6d516c3
Undo the fix to test
rishabhtc Sep 24, 2025
94e3773
Re-apply the fix
rishabhtc Sep 24, 2025
10dcb18
Merge pull request #7112 from topcoder-platform/ps-411-css-issue
rishabhtc Sep 24, 2025
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
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@ workflows:
branches:
only:
- develop
- pm-1346
- pm-1358_1
# This is alternate dev env for parallel testing
# Deprecate this workflow due to beta env shutdown
# https://topcoder.atlassian.net/browse/CORE-251
Expand Down
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ ARG GAMIFICATION_ORG_ID
# Universal Nav
ARG UNIVERSAL_NAV_URL

# Topgear submissions allowed domains
ARG TOPGEAR_ALLOWED_SUBMISSIONS_DOMAINS

################################################################################
# Setting of environment variables in the Docker image.

Expand Down Expand Up @@ -154,6 +157,9 @@ ENV GAMIFICATION_ORG_ID=$GAMIFICATION_ORG_ID
# Universal nav
ENV UNIVERSAL_NAV_URL=$UNIVERSAL_NAV_URL

# Topgear submissions allowed domains
ENV TOPGEAR_ALLOWED_SUBMISSIONS_DOMAINS=$TOPGEAR_ALLOWED_SUBMISSIONS_DOMAINS

################################################################################
# Testing and build of the application inside the container.

Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@ exports[`Matches shallow shapshot 1 shapshot 1 1`] = `
auth={Object {}}
challenges={Array []}
communityName={null}
copilotOpportunities={Array []}
expandTag={null}
expandedTags={Array []}
expanding={false}
filterState={Object {}}
loadMoreActive={null}
loadMoreAll={null}
loadMoreCopilotOpportunities={null}
loadMoreMy={null}
loadMoreMyPast={null}
loadMoreOnGoing={null}
Expand Down Expand Up @@ -103,12 +105,14 @@ exports[`Matches shallow shapshot 2 shapshot 2 1`] = `
auth={Object {}}
challenges={Array []}
communityName={null}
copilotOpportunities={Array []}
expandTag={null}
expandedTags={Array []}
expanding={false}
filterState={Object {}}
loadMoreActive={null}
loadMoreAll={null}
loadMoreCopilotOpportunities={null}
loadMoreMy={null}
loadMoreMyPast={null}
loadMoreOnGoing={null}
Expand Down
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ docker build -t $TAG \
--build-arg CONTENTFUL_EDU_CDN_API_KEY=$CONTENTFUL_EDU_CDN_API_KEY \
--build-arg CONTENTFUL_EDU_PREVIEW_API_KEY=$CONTENTFUL_EDU_PREVIEW_API_KEY \
--build-arg FILESTACK_API_KEY=$FILESTACK_API_KEY \
--build-arg TOPGEAR_ALLOWED_SUBMISSIONS_DOMAINS=$TOPGEAR_ALLOWED_SUBMISSIONS_DOMAINS \
--build-arg FILESTACK_SUBMISSION_CONTAINER=$FILESTACK_SUBMISSION_CONTAINER \
--build-arg MAILCHIMP_API_KEY=$MAILCHIMP_API_KEY \
--build-arg MAILCHIMP_BASE_URL=$MAILCHIMP_BASE_URL \
Expand Down
1 change: 1 addition & 0 deletions config/backup-default.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ module.exports = {
/* This is the same value as above, but it is used by topcoder-react-lib,
* as a more verbose name for the param. */
COMMUNITY_APP: 'https://community-app.topcoder-dev.com',
COPILOTS_URL: 'https://copilots.topcoder-dev.com',
CHALLENGES_URL: 'https://www.topcoder-dev.com/challenges',
TCO_OPEN_URL: 'https://www.topcoder-dev.com/community/member-programs/topcoder-open',
ARENA: 'https://arena.topcoder-dev.com',
Expand Down
1 change: 1 addition & 0 deletions config/custom-environment-variables.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,5 @@ module.exports = {
ORG_ID: 'GAMIFICATION_ORG_ID',
ENABLE_BADGE_UI: 'GAMIFICATION_ENABLE_BADGE_UI',
},
TOPGEAR_ALLOWED_SUBMISSIONS_DOMAINS: 'TOPGEAR_ALLOWED_SUBMISSIONS_DOMAINS',
};
3 changes: 2 additions & 1 deletion config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ module.exports = {
* as a more verbose name for the param. */
COMMUNITY_APP: 'https://community-app.topcoder-dev.com',
CHALLENGES_URL: 'https://www.topcoder-dev.com/challenges',
COPILOTS_URL: 'https://copilots.topcoder-dev.com',
TCO_OPEN_URL: 'https://www.topcoder-dev.com/community/member-programs/topcoder-open',
ARENA: 'https://arena.topcoder-dev.com',
AUTH: 'https://accounts-auth0.topcoder-dev.com',
Expand Down Expand Up @@ -472,5 +473,5 @@ module.exports = {
ACCOUNT_SETTINGS_REDIRECT_URL: 'https://account-settings.topcoder-dev.com',
INNOVATION_CHALLENGES_TAG: 'Innovation Challenge',
PLATFORM_SITE_URL: 'https://platform.topcoder-dev.com',
TOPGEAR_ALLOWED_SUBMISSIONS_DOMAINS: ['wipro365.sharepoint.com', 'wipro365-my.sharepoint.com', 'wipro365-my.sharepoint.com.mcas.ms'],
TOPGEAR_ALLOWED_SUBMISSIONS_DOMAINS: 'wipro365.sharepoint.com|wipro365-my.sharepoint.com|wipro365-my.sharepoint.com.mcas.ms',
};
1 change: 1 addition & 0 deletions config/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = {
* as a more verbose name for the param. */
COMMUNITY_APP: 'https://community-app.topcoder.com',
CHALLENGES_URL: 'https://www.topcoder.com/challenges',
COPILOTS_URL: 'https://copilots.topcoder.com',
TCO_OPEN_URL: 'https://www.topcoder.com/community/member-programs/topcoder-open',

AUTH: 'https://accounts-auth0.topcoder.com',
Expand Down
Loading
Loading