Skip to content

Release v1.17.10 #6590

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 44 commits into from
Jul 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
0189f74
Revert "improvement(reskin-profile): qa link"
dedywahyudi Jun 7, 2022
f2ca64f
Merge branch 'develop' into reskin
dedywahyudi Jun 28, 2022
eb42961
Challenge Icons Colors
suppermancool Jun 28, 2022
d7b0baa
Merge pull request #6568 from topcoder-platform/f2f-30277179-4
dedywahyudi Jun 28, 2022
eb11611
ci: set reskin to qa & beta
dedywahyudi Jul 7, 2022
7d23240
Merge branch 'develop' into reskin
dedywahyudi Jul 7, 2022
41a5f7a
improvement(reskin): mm submission mobile
dedywahyudi Jul 8, 2022
a6c2138
improvement(reskin): mm swap toggle view
dedywahyudi Jul 13, 2022
a795778
improvement(reskin): sort by mm submission
dedywahyudi Jul 15, 2022
70f6cc3
improvement(reskin-profile): change modal bg
dedywahyudi Jun 15, 2022
0fa8dd9
improvement(reskin-profile): change to #000
dedywahyudi Jun 15, 2022
b64338c
ci: deploy to QA
rakibansary Jun 15, 2022
72262e9
improvement(reskin-profile): edit page title
dedywahyudi Jun 17, 2022
ddabfe8
ci: reskin-profile to qa & beta
dedywahyudi Jun 17, 2022
abbb0d4
Merge branch 'develop' into reskin-profile
dedywahyudi Jun 17, 2022
ff10285
improvement(reskin-profile): verified badge
dedywahyudi Jun 20, 2022
5465de2
Merge pull request #6587 from topcoder-platform/reskin-profile-alt
luizrrodrigues Jul 20, 2022
78d808f
ci: deploy develop to Stag env
luizrrodrigues Jul 20, 2022
fdc11fb
Merge branch 'develop' into reskin
luizrrodrigues Jul 20, 2022
351dab5
Merge pull request #6566 from topcoder-platform/reskin
luizrrodrigues Jul 20, 2022
d084aa7
fix(reskin-profile): test update
dedywahyudi Jun 20, 2022
d952374
improvement(reskin-profile): all modal activities
dedywahyudi Jun 22, 2022
873a8d6
improvement(reskin-profile): change SRM stat to competitions
dedywahyudi Jun 24, 2022
fcaa936
improvement(reskin-profile): verified badge
dedywahyudi Jun 20, 2022
b28e9ac
improvement(reskin-profile): bottom preloader
dedywahyudi Jun 26, 2022
3c6ee01
improvement(reskin-profile): challenge list in modal dup
dedywahyudi Jun 28, 2022
ad56d03
improvement(reskin-profile): challenge icons colors
dedywahyudi Jun 28, 2022
04b1d30
Merge pull request #6568 from topcoder-platform/f2f-30277179-4
dedywahyudi Jun 28, 2022
e9c57db
improvement(reskin-profile): challenge list in modal dup2
dedywahyudi Jun 29, 2022
f8393cf
fix(reskin-profile): verified badge tooltip
dedywahyudi Jun 30, 2022
d57c2fa
Merge branch 'develop' into reskin-profile
dedywahyudi Jul 1, 2022
a06e284
fix(reskin-profile): verified badge tooltip
dedywahyudi Jun 30, 2022
e276044
improvement(reskin-profile): modal dup data
dedywahyudi Jul 2, 2022
95e47db
fix: update to 1000.29.3
dedywahyudi Jul 2, 2022
b1a51f0
improvement(reskin-profile): mm challenge details
dedywahyudi Jul 8, 2022
d7251aa
improvement(reskin-profile): code activity wrong challenge
dedywahyudi Jul 15, 2022
d753589
Merge branch 'develop' into reskin-profile
dedywahyudi Jul 18, 2022
3e91b38
fix(reskin-profile): test update
dedywahyudi Jun 20, 2022
63dfcbd
fix: modal activity previous data
dedywahyudi Jun 24, 2022
efc5274
fix(reskin-profile): update test
dedywahyudi Jul 20, 2022
963eca8
improvement(reskin-profile): hide the tco badge
dedywahyudi Jul 20, 2022
bb9ac65
Merge pull request #6589 from topcoder-platform/reskin-profile-alt
luizrrodrigues Jul 20, 2022
494af7c
topcoder-react-lib update
luizrrodrigues Jul 20, 2022
957ef15
fix; for issue https://topcoder.atlassian.net/browse/PROD-2278
luizrrodrigues Jul 20, 2022
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
10 changes: 4 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,15 +349,14 @@ workflows:
filters:
branches:
only:
- develop
- reskin-profile
- free
# This is alternate dev env for parallel testing
- "build-test":
context : org-global
filters:
branches:
only:
- free
- tco23
# This is alternate dev env for parallel testing
- "build-qa":
context : org-global
Expand All @@ -371,15 +370,14 @@ workflows:
filters:
branches:
only:
- reskin-profile
- footer-update
# This is stage env for production QA releases
- "build-prod-staging":
context : org-global
filters: &filters-staging
branches:
only:
- fix-security-headers
- tco23-BS-comps
- develop
# Production builds are exectuted
# when PR is merged to the master
# Don't change anything in this configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,11 @@ exports[`SubtrackChallengeView matches shallow snapshot 1`] = `
}
challengesHasMore={null}
handle="thomaskranitsas"
isAlreadyLoadChallenge={
Object {
"current": false,
}
}
loadMarathon={[Function]}
loadSRM={[Function]}
loadSubtrackChallenges={[Function]}
Expand Down
Loading