Skip to content

Commit 786db04

Browse files
authored
Merge pull request #4155 from topcoder-platform/develop
Member Stats History
2 parents c9ff6f4 + 7703b75 commit 786db04

File tree

9 files changed

+4614
-2264
lines changed

9 files changed

+4614
-2264
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,23 +175,20 @@ workflows:
175175
branches:
176176
only:
177177
- develop
178-
- feature-stats-history
179178
# This is alternate dev env for parallel testing
180179
- "build-test":
181180
context : org-global
182181
filters:
183182
branches:
184183
only:
185-
- develop
186-
- notifications
184+
- feature-contentful
187185
# This is beta env for production soft releases
188186
- "build-prod-beta":
189187
context : org-global
190188
filters:
191189
branches:
192190
only:
193191
- develop
194-
- hot-fix-image-issue
195192
# Production builds are exectuted only on tagged commits to the
196193
# master branch.
197194
- "build-prod":

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ exports[`renders a full Profile correctly 1`] = `
199199
className=""
200200
handle="testHandle"
201201
inModal={false}
202-
meta={null}
203202
stats={
204203
Object {
205204
"COPILOT": Object {
@@ -700,7 +699,6 @@ exports[`renders an empty Profile correctly 1`] = `
700699
className=""
701700
handle="testHandle"
702701
inModal={false}
703-
meta={null}
704702
stats={
705703
Object {
706704
"COPILOT": null,

0 commit comments

Comments
 (0)