Skip to content

Slash tc #5716

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 52 commits into from
Sep 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
cf84b03
API proxy endpoint to taas-jobs
kkartunov Aug 19, 2021
dc1da6e
feature(component): add tco leaderboard component
rakibansary Aug 28, 2021
f148bad
ci: on qa
kkartunov Aug 29, 2021
ec7b059
slash tc-init
kkartunov Aug 29, 2021
a4d8426
ci: on beta
kkartunov Aug 29, 2021
7bab6ea
auto time zone - TC time
kkartunov Aug 29, 2021
64f3fe7
align-center mobile - TC time
kkartunov Aug 29, 2021
ef449a2
feature(component): add gigs feed component
rakibansary Aug 29, 2021
abe93c9
feature(component): add tco leaderboard component
rakibansary Aug 29, 2021
5253202
ci: on qa
rakibansary Aug 29, 2021
0cec10c
feature(component): thrive feed
rakibansary Aug 30, 2021
7287fd5
fix: use title to build if slug is empty
rakibansary Aug 30, 2021
50731da
ci: on qa
rakibansary Aug 30, 2021
6a882d3
feature(component): challenges feed
rakibansary Aug 30, 2021
df4b61c
Add NewsFeed and ThriveFeed
kkartunov Aug 31, 2021
48f93ce
Merge GigsFeed
kkartunov Aug 31, 2021
25575c1
css tweaks - masonry
kkartunov Sep 1, 2021
0f1a528
Fix Avatar styles of TCO leaderboards feed component
fthts Sep 1, 2021
ece847e
Merge pull request #5682 from fthts/new-tco-leaderboards-component-av…
rakibansary Sep 1, 2021
02d4e6d
fix: challenges feed preview
rakibansary Sep 1, 2021
565d5ff
refactor: challenges feed component
rakibansary Sep 2, 2021
16f8a24
merge TCO leaderboards
kkartunov Sep 2, 2021
a6175f4
merge challenges feed
kkartunov Sep 2, 2021
2744245
replace dashboard with slash tc
kkartunov Sep 2, 2021
dbff698
ci: on qa
kkartunov Sep 2, 2021
97596a2
fix no data bug for gigs feed
kkartunov Sep 2, 2021
032c4ef
Merge branch 'slash-tc' of https://github.com/topcoder-platform/commu…
kkartunov Sep 2, 2021
0cda9ea
gigs feed error handling with text
kkartunov Sep 2, 2021
71ecc08
limit news to 6
kkartunov Sep 2, 2021
77a7a04
Fix TCO Leaderboards chevron icon
fthts Sep 3, 2021
6a419a2
Merge pull request #5685 from fthts/tco-leaderboard-chevron-icon-fix
rakibansary Sep 3, 2021
ea6ba1d
ci: on beta
kkartunov Sep 3, 2021
3011563
merge blogfeed
kkartunov Sep 7, 2021
e6a1fe0
fixed rss parse bug
kkartunov Sep 8, 2021
d6182ba
hover fix for view all link on blog
kkartunov Sep 8, 2021
9faf307
team tweeks 1
kkartunov Sep 9, 2021
b1b54ac
Move to /dashboard
kkartunov Sep 10, 2021
de28993
fix url paths remaining
kkartunov Sep 10, 2021
beeb21a
set ids to navi menu
kkartunov Sep 10, 2021
1fdfaf2
fixed tests
kkartunov Sep 10, 2021
1e103d3
application only gigs + navi fix
kkartunov Sep 13, 2021
1d5d543
fixed spacing on TCO leaderboards
kkartunov Sep 14, 2021
16df8be
bug fixes v1
kkartunov Sep 20, 2021
a307ecb
Merge branch 'master' into slash-tc
kkartunov Sep 21, 2021
55cf571
Move to /home and some bug fixes
kkartunov Sep 22, 2021
7e21468
tweaks for /tc
kkartunov Sep 23, 2021
ce966f0
add login check for /home
kkartunov Sep 27, 2021
5e3f1de
ci:on staging
kkartunov Sep 27, 2021
f019bc4
fix TCO leaderboard dropdown - mobile
kkartunov Sep 27, 2021
22926c5
Merge branch 'develop' into slash-tc
kkartunov Sep 27, 2021
afcd507
ci: remove from staging
kkartunov Sep 27, 2021
79818d2
Merge branch 'develop' into slash-tc
luizrrodrigues Sep 28, 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
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ workflows:
filters:
branches:
only:
- develop
- free
# This is alternate dev env for parallel testing
- "build-test":
context : org-global
Expand All @@ -363,15 +363,14 @@ workflows:
filters:
branches:
only:
- free
- slash-tc
# This is stage env for production QA releases
- "build-prod-staging":
context : org-global
filters: &filters-staging
branches:
only:
- develop
- fix-score-issue
- free
# Production builds are exectuted
# when PR is merged to the master
# Don't change anything in this configuration
Expand Down
19 changes: 0 additions & 19 deletions __tests__/shared/components/Dashboard/Header.jsx

This file was deleted.

51 changes: 0 additions & 51 deletions __tests__/shared/components/Dashboard/Program/IosCard.jsx

This file was deleted.

This file was deleted.

Loading