Skip to content

Commit f5c1909

Browse files
committed
merge with develop branch
2 parents faf919a + 0eca022 commit f5c1909

File tree

39 files changed

+14534
-1782
lines changed

39 files changed

+14534
-1782
lines changed

.circleci/config.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,21 +175,28 @@ workflows:
175175
branches:
176176
only:
177177
- develop
178+
- hot-fix-profile-issue
178179
# This is alternate dev env for parallel testing
179180
- "build-test":
180181
context : org-global
181182
filters:
182183
branches:
183184
only:
184-
- comcast-community
185+
- feature-contentful
186+
- hot-fix-content-at-bottom-of-challenge-details
185187
# This is beta env for production soft releases
186188
- "build-prod-beta":
187189
context : org-global
188190
filters:
189191
branches:
190192
only:
191193
- develop
192-
# Production builds are exectuted only on tagged commits to the
194+
- hotfix-legacy-mm
195+
# Production builds are exectuted
196+
# when PR is merged to the master
197+
# Don't change anything in this configuration
198+
# That might trigger wrong branch to be
199+
# deployed on the production
193200
# master branch.
194201
- "build-prod":
195202
context : org-global

__tests__/shared/components/Contentful/SearchBar/__snapshots__/SearchBar.jsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exports[`Matches shallow shapshot 1`] = `
1313
onBlur={[Function]}
1414
onChange={[Function]}
1515
onFocus={[Function]}
16-
placeholder="Search.."
16+
placeholder="Search..."
1717
type="text"
1818
value=""
1919
/>

__tests__/shared/components/Header/__snapshots__/index.jsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ exports[`Default render 1`] = `
143143
"separator": true,
144144
},
145145
Object {
146-
"href": "https://community-app.topcoder-dev.com/thrive/tracks?track=Topcoder&tax=Help%20Articles",
146+
"href": "/thrive/tracks?track=Topcoder&tax=Help%20Articles",
147147
"title": "Help",
148148
},
149149
Object {

__tests__/shared/components/Settings/Preferences/__snapshots__/index.jsx.snap

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,31 +23,17 @@ exports[`renders preferences setting page correctly 1`] = `
2323
width="30"
2424
xmlns="http://www.w3.org/2000/svg"
2525
/>,
26-
"invitation letter": <Invletter
27-
height="30"
28-
viewBox="0 0 30 30"
29-
width="30"
30-
xmlns="http://www.w3.org/2000/svg"
31-
/>,
3226
"payment": <Payment
3327
viewBox="0 0 34 30"
3428
xmlns="http://www.w3.org/2000/svg"
3529
/>,
36-
"referrals": <Referral
37-
height="30"
38-
viewBox="0 0 30 30"
39-
width="30"
40-
xmlns="http://www.w3.org/2000/svg"
41-
/>,
4230
}
4331
}
4432
names={
4533
Array [
4634
"e-mail",
4735
"forum",
4836
"payment",
49-
"invitation letter",
50-
"referrals",
5137
]
5238
}
5339
toggle={[Function]}

0 commit comments

Comments
 (0)