Skip to content

Bug fixes : Contentful and Navigation #4265

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 23 commits into from
Apr 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
1eb8ea4
Fixes #4159
kkartunov Apr 3, 2020
5fa45f3
Fix #4091
kkartunov Apr 3, 2020
447c864
Fix #4167
kkartunov Apr 3, 2020
9cbeb21
Fix path to pass URL + Params to Navigation Compoment
luizrrodrigues Apr 8, 2020
f344d93
Deploy nav-hotfix-thrive-link to Test serve
luizrrodrigues Apr 8, 2020
2227890
Navigation: Fix HELP link in account menu
luizrrodrigues Apr 9, 2020
e67f2e2
TC Footer #4158
kkartunov Apr 6, 2020
b76af4a
Fix #3956
kkartunov Apr 13, 2020
e1362db
Merge branch 'master' into feature-contentful
kkartunov Apr 13, 2020
22c0aa8
Fixes footer orvelap
kkartunov Apr 14, 2020
f1561aa
Merge branch 'master' into feature-contentful
kkartunov Apr 14, 2020
1988500
Add request rate limit to Contentful calls
kkartunov Apr 14, 2020
8204924
Merge branch 'master' into feature-contentful
kkartunov Apr 15, 2020
aabd83a
#4158 social links fixes
kkartunov Apr 15, 2020
f427f8d
Merge branch 'develop' into nav-hotfix-thrive-link
sushilshinde Apr 16, 2020
d2a405c
ci: change navigation comp url
sushilshinde Apr 16, 2020
f6632bc
Merge pull request #4254 from topcoder-platform/nav-hotfix-thrive-link
sushilshinde Apr 16, 2020
973d217
#4257: Challenge Header - Change numWinners to always return integer …
luizrrodrigues Apr 16, 2020
50fe459
ci: deploying on beta for QA
sushilshinde Apr 16, 2020
f466ef6
deployong on beta
sushilshinde Apr 16, 2020
98d9294
Merge pull request #4248 from topcoder-platform/feature-contentful
sushilshinde Apr 16, 2020
6f0efd4
Upgrade html-to-text version from 3.3.0 to 5.1.1
luizrrodrigues Apr 16, 2020
23b566a
Merge pull request #4259 from topcoder-platform/hotfix-legacy-mm
sushilshinde Apr 16, 2020
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
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ workflows:
filters:
branches:
only:
- develop
- feature-contentful
# This is beta env for production soft releases
- "build-prod-beta":
Expand All @@ -191,7 +190,7 @@ workflows:
branches:
only:
- develop
- hot-fix-profile-issue
- hotfix-legacy-mm
# 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 @@ -13,7 +13,7 @@ exports[`Matches shallow shapshot 1`] = `
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
placeholder="Search.."
placeholder="Search..."
type="text"
value=""
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ exports[`Default render 1`] = `
"separator": true,
},
Object {
"href": "https://community-app.topcoder-dev.com/thrive/tracks?track=Topcoder",
"href": "/thrive/tracks?track=Topcoder",
"title": "Help",
},
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,17 @@ exports[`renders preferences setting page correctly 1`] = `
width="30"
xmlns="http://www.w3.org/2000/svg"
/>,
"invitation letter": <Invletter
height="30"
viewBox="0 0 30 30"
width="30"
xmlns="http://www.w3.org/2000/svg"
/>,
"payment": <Payment
viewBox="0 0 34 30"
xmlns="http://www.w3.org/2000/svg"
/>,
"referrals": <Referral
height="30"
viewBox="0 0 30 30"
width="30"
xmlns="http://www.w3.org/2000/svg"
/>,
}
}
names={
Array [
"e-mail",
"forum",
"payment",
"invitation letter",
"referrals",
]
}
toggle={[Function]}
Expand Down
Loading