Skip to content

Commit c771bcd

Browse files
Merge pull request #6590 from topcoder-platform/develop
Release v1.17.10
2 parents 4231948 + 957ef15 commit c771bcd

File tree

48 files changed

+2509
-2880
lines changed

Some content is hidden

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

48 files changed

+2509
-2880
lines changed

.circleci/config.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -349,15 +349,14 @@ workflows:
349349
filters:
350350
branches:
351351
only:
352-
- develop
353-
- reskin-profile
352+
- free
354353
# This is alternate dev env for parallel testing
355354
- "build-test":
356355
context : org-global
357356
filters:
358357
branches:
359358
only:
360-
- free
359+
- tco23
361360
# This is alternate dev env for parallel testing
362361
- "build-qa":
363362
context : org-global
@@ -371,15 +370,14 @@ workflows:
371370
filters:
372371
branches:
373372
only:
374-
- reskin-profile
373+
- footer-update
375374
# This is stage env for production QA releases
376375
- "build-prod-staging":
377376
context : org-global
378377
filters: &filters-staging
379378
branches:
380379
only:
381-
- fix-security-headers
382-
- tco23-BS-comps
380+
- develop
383381
# Production builds are exectuted
384382
# when PR is merged to the master
385383
# Don't change anything in this configuration

__tests__/shared/components/ProfilePage/Stats/SubTrackChallengeView/__snapshots__/index.jsx.snap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -963,6 +963,11 @@ exports[`SubtrackChallengeView matches shallow snapshot 1`] = `
963963
}
964964
challengesHasMore={null}
965965
handle="thomaskranitsas"
966+
isAlreadyLoadChallenge={
967+
Object {
968+
"current": false,
969+
}
970+
}
966971
loadMarathon={[Function]}
967972
loadSRM={[Function]}
968973
loadSubtrackChallenges={[Function]}

0 commit comments

Comments
 (0)