Skip to content

Release v1.14.7 #5939

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 35 commits into from
Dec 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
c831c3d
feedback fixes
kkartunov Dec 7, 2021
531474b
mm lb final tweaks
kkartunov Dec 7, 2021
af997e1
fix broken media query
kkartunov Dec 7, 2021
68bb16c
nowrap handls in leaderboard
kkartunov Dec 7, 2021
3ed1271
fixed media typo
kkartunov Dec 7, 2021
742884c
more fixes mm board
kkartunov Dec 7, 2021
5f99d1e
fixed tests
kkartunov Dec 7, 2021
508f02e
webp images support
kkartunov Dec 8, 2021
0cc9b25
Merge branch 'master' into mm-leaderboard-theme
kkartunov Dec 8, 2021
c1df4a4
feed utm & footer url bug
kkartunov Dec 8, 2021
fad1e85
webp images
kkartunov Dec 8, 2021
427f729
fixed media for picture
kkartunov Dec 8, 2021
03fa0d9
pref polyfill src as falback
kkartunov Dec 8, 2021
9e9d4b3
lazy load images
kkartunov Dec 8, 2021
42c9ad1
feed date fix
kkartunov Dec 8, 2021
df1586d
webp final using images API
kkartunov Dec 9, 2021
3cd6856
mobile or use w from api
kkartunov Dec 9, 2021
e41a32b
feed draft bug
kkartunov Dec 10, 2021
bbb0b2f
add feed url to details page
kkartunov Dec 10, 2021
1f9162f
MM Dashboard
ThomasKranitsas Dec 10, 2021
fcbcbaa
Always load statistics
ThomasKranitsas Dec 10, 2021
d36ffb0
update react lib
ThomasKranitsas Dec 10, 2021
dc70fb7
fix reading statistics data from state
ThomasKranitsas Dec 10, 2021
fb07dae
actually use the data
ThomasKranitsas Dec 10, 2021
85b8222
final fixes on mm dashboard
ThomasKranitsas Dec 13, 2021
69a6bcd
fix default image
ThomasKranitsas Dec 13, 2021
d0d3101
Merge pull request #5936 from topcoder-platform/features/mm-dashboard
ThomasKranitsas Dec 13, 2021
b16e897
fix loading indicator
ThomasKranitsas Dec 13, 2021
40497f4
Merge pull request #5937 from topcoder-platform/features/mm-dashboard
ThomasKranitsas Dec 13, 2021
3df07b0
fix: for #5935
luizrrodrigues Dec 13, 2021
c57de6d
ci: deploy features/mm-dashboard to Dev env
luizrrodrigues Dec 13, 2021
510ae77
Merge pull request #5938 from topcoder-platform/features/mm-dashboard
luizrrodrigues Dec 13, 2021
6cd4fe5
fix: for #5935
luizrrodrigues Dec 13, 2021
b9d72a4
Merge pull request #5920 from topcoder-platform/mm-leaderboard-theme
luizrrodrigues Dec 13, 2021
22ef469
fix: for #5935
luizrrodrigues Dec 13, 2021
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
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ workflows:
branches:
only:
- develop
- feature/recommended-challenges-update
- features/mm-dashboard
# This is alternate dev env for parallel testing
- "build-test":
context : org-global
Expand Down Expand Up @@ -372,7 +372,7 @@ workflows:
branches:
only:
- develop
- ast-timeline-fix
- features/mm-dashboard
# Production builds are exectuted
# when PR is merged to the master
# Don't change anything in this configuration
Expand Down
24 changes: 0 additions & 24 deletions __tests__/shared/components/Contentful/Image/Image.jsx

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ exports[`Matches shallow shapshot 1`] = `
className="src-shared-components-TopcoderFooter-___style__mobile-navi-col___3BcW4"
>
<a
href="https://www.topcoder-dev.com/ommunity/admins"
href="https://www.topcoder-dev.com/community/admins"
>
ABOUT
</a>
Expand Down
Loading