Skip to content

Commit 4db68f3

Browse files
committed
Merge branch 'develop' into reskin-challenge-details
2 parents 1034699 + 40a82f8 commit 4db68f3

File tree

294 files changed

+13586
-17716
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

294 files changed

+13586
-17716
lines changed

.circleci/config.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -349,35 +349,36 @@ workflows:
349349
filters:
350350
branches:
351351
only:
352-
- develop
352+
- free
353353
# This is alternate dev env for parallel testing
354354
- "build-test":
355355
context : org-global
356356
filters:
357357
branches:
358358
only:
359-
- tco23
359+
- free
360360
# This is alternate dev env for parallel testing
361361
- "build-qa":
362362
context : org-global
363363
filters:
364364
branches:
365365
only:
366-
- free
366+
- reskin-profile-settings
367367
# This is beta env for production soft releases
368368
- "build-prod-beta":
369369
context : org-global
370370
filters:
371371
branches:
372372
only:
373-
- reskin-challenge-details
373+
- beta-demo
374374
# This is stage env for production QA releases
375375
- "build-prod-staging":
376376
context : org-global
377377
filters: &filters-staging
378378
branches:
379379
only:
380380
- develop
381+
- old-mm-fix
381382
# Production builds are exectuted
382383
# when PR is merged to the master
383384
# Don't change anything in this configuration
@@ -397,6 +398,7 @@ workflows:
397398
branches:
398399
ignore:
399400
- develop
401+
- submission_delete_button
400402

401403
Smoke Testing:
402404
when: << pipeline.parameters.run_smoketesting >>

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jspm_packages
4545
# macOS system files
4646
*.DS_Store
4747

48+
.env.sh
49+
4850
# Misc files
4951
.build-info
5052
.vscode

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ ARG GOOGLE_SERVICE_ACCOUNT_PRIVATE_KEY
7878
# Optimizely
7979
ARG OPTIMIZELY_SDK_KEY
8080

81+
# Gamification
82+
ARG GAMIFICATION_ORG_ID
83+
8184
################################################################################
8285
# Setting of environment variables in the Docker image.
8386

@@ -143,6 +146,8 @@ ENV GOOGLE_SERVICE_ACCOUNT_PRIVATE_KEY=$GOOGLE_SERVICE_ACCOUNT_PRIVATE_KEY
143146
# Optimizely
144147
ENV OPTIMIZELY_SDK_KEY=$OPTIMIZELY_SDK_KEY
145148

149+
ENV GAMIFICATION_ORG_ID=$GAMIFICATION_ORG_ID
150+
146151
################################################################################
147152
# Testing and build of the application inside the container.
148153

__tests__/shared/__snapshots__/index.jsx.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ exports[`Snapshot match 1`] = `
3131
position="top-center"
3232
preventDuplicates={true}
3333
progressBar={false}
34+
showCloseButton={true}
3435
transitionIn="fadeIn"
3536
transitionOut="fadeOut"
3637
/>
@@ -69,6 +70,7 @@ exports[`Snapshot match 2`] = `
6970
position="top-center"
7071
preventDuplicates={true}
7172
progressBar={false}
73+
showCloseButton={true}
7274
transitionIn="fadeIn"
7375
transitionOut="fadeOut"
7476
/>

__tests__/shared/components/GUIKit/Datepicker/__snapshots__/index.jsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ exports[`Default render 1`] = `
102102
regular={false}
103103
renderCalendarInfo={null}
104104
renderDayContents={[Function]}
105-
renderMonthElement={null}
105+
renderMonthElement={[Function]}
106106
renderMonthText={null}
107107
reopenPickerOnClearDate={false}
108108
required={false}

__tests__/shared/components/Leaderboard/__snapshots__/LeaderboardTable.jsx.snap

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ exports[`Matches shallow shapshot 1`] = `
7070
className="src-shared-components-Leaderboard-LeaderboardTable-themes-___styles__winnings-info___PBqQk"
7171
>
7272
<span>
73-
0
7473
points
7574
</span>
7675
<span>
@@ -84,7 +83,7 @@ exports[`Matches shallow shapshot 1`] = `
8483
<td
8584
className="src-shared-components-Leaderboard-LeaderboardTable-themes-___styles__col-points___2-5d7"
8685
>
87-
0.00
86+
NaN
8887
</td>
8988
</tr>
9089
<tr>
@@ -125,7 +124,6 @@ exports[`Matches shallow shapshot 1`] = `
125124
className="src-shared-components-Leaderboard-LeaderboardTable-themes-___styles__winnings-info___PBqQk"
126125
>
127126
<span>
128-
0
129127
points
130128
</span>
131129
<span>
@@ -139,7 +137,7 @@ exports[`Matches shallow shapshot 1`] = `
139137
<td
140138
className="src-shared-components-Leaderboard-LeaderboardTable-themes-___styles__col-points___2-5d7"
141139
>
142-
0.00
140+
NaN
143141
</td>
144142
</tr>
145143
<tr>
@@ -180,7 +178,6 @@ exports[`Matches shallow shapshot 1`] = `
180178
className="src-shared-components-Leaderboard-LeaderboardTable-themes-___styles__winnings-info___PBqQk"
181179
>
182180
<span>
183-
0
184181
points
185182
</span>
186183
<span>
@@ -194,7 +191,7 @@ exports[`Matches shallow shapshot 1`] = `
194191
<td
195192
className="src-shared-components-Leaderboard-LeaderboardTable-themes-___styles__col-points___2-5d7"
196193
>
197-
0.00
194+
NaN
198195
</td>
199196
</tr>
200197
<tr>
@@ -235,7 +232,6 @@ exports[`Matches shallow shapshot 1`] = `
235232
className="src-shared-components-Leaderboard-LeaderboardTable-themes-___styles__winnings-info___PBqQk"
236233
>
237234
<span>
238-
0
239235
points
240236
</span>
241237
<span>
@@ -249,7 +245,7 @@ exports[`Matches shallow shapshot 1`] = `
249245
<td
250246
className="src-shared-components-Leaderboard-LeaderboardTable-themes-___styles__col-points___2-5d7"
251247
>
252-
0.00
248+
NaN
253249
</td>
254250
</tr>
255251
</tbody>

__tests__/shared/components/Leaderboard/__snapshots__/PodiumSpot.jsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ exports[`Matches shallow shapshot 1`] = `
4747
<span
4848
className="src-shared-components-Leaderboard-PodiumSpot-themes-___styles__value___2shA5"
4949
>
50-
0.00
50+
NaN
5151
</span>
5252
<span
5353
className="src-shared-components-Leaderboard-PodiumSpot-themes-___styles__value-title___1Jf_7"
@@ -106,7 +106,7 @@ exports[`Matches shallow shapshot 2`] = `
106106
<span
107107
className="src-shared-components-Leaderboard-PodiumSpot-themes-___styles__value___2shA5"
108108
>
109-
0.00
109+
NaN
110110
</span>
111111
<span
112112
className="src-shared-components-Leaderboard-PodiumSpot-themes-___styles__value-title___1Jf_7"

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ exports[`renders a full Profile correctly 1`] = `
5858
},
5959
]
6060
}
61+
badges={Object {}}
6162
challenges={null}
6263
clearSubtrackChallenges={[Function]}
6364
copilot={true}
@@ -720,6 +721,7 @@ exports[`renders a full Profile correctly 1`] = `
720721
exports[`renders an empty Profile correctly 1`] = `
721722
<ProfilePage
722723
achievements={Array []}
724+
badges={Object {}}
723725
challenges={null}
724726
clearSubtrackChallenges={[Function]}
725727
copilot={false}

0 commit comments

Comments
 (0)