-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into 11810-remove-archive-courses-feature
- Loading branch information
Showing
16 changed files
with
102 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM gcr.io/google.com/cloudsdktool/cloud-sdk:alpine | ||
|
||
RUN apk --update add openjdk8-jre | ||
RUN apk --update add openjdk11-jre | ||
RUN gcloud components install beta cloud-datastore-emulator | ||
|
||
ENTRYPOINT gcloud beta emulators datastore start --host-port 0.0.0.0:8484 --project placeholder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
73 changes: 73 additions & 0 deletions
73
src/main/resources/userEmailTemplate-feedbackSessionOpening.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<p>Hello ${userName},</p> | ||
|
||
${instructorPreamble} | ||
|
||
<p> | ||
The following feedback session ${status}. | ||
<div> | ||
<table style="max-width:600px;border:1px solid black;"> | ||
<tr> | ||
<td style="padding:5px;"> | ||
<strong> | ||
Course: | ||
</strong> | ||
</td> | ||
<td style="padding:5px;"> | ||
[${courseId}] ${courseName} | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td style="padding:5px;"> | ||
<strong> | ||
Feedback Session Name: | ||
</strong> | ||
</td> | ||
<td style="padding:5px;"> | ||
${feedbackSessionName} | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td style="padding:5px;"> | ||
<strong> | ||
Deadline: | ||
</strong> | ||
</td> | ||
<td style="padding:5px;"> | ||
${deadline} | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td style="padding:5px;vertical-align:top"> | ||
<strong> | ||
Session Instructions: | ||
</strong> | ||
</td> | ||
<td style="padding:5px;"> | ||
${sessionInstructions} | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
<ul> | ||
<li> | ||
<strong>To ${feedbackAction} your feedback for the above session, please go to this Web address: </strong> | ||
<a href="${submitUrl}">${submitUrl}</a> | ||
</li> | ||
<li> | ||
The above link is unique to you. Please do not share it with others. | ||
</li> | ||
<li> | ||
After submitting, you are encouraged to download the proof of submission, which will contain your latest responses. | ||
</li> | ||
</ul> | ||
</p> | ||
|
||
${additionalContactInformation} | ||
|
||
<p> | ||
Regards, | ||
<br>TEAMMATES Team. | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -767,5 +767,4 @@ private void verifyEmailReceivedCorrectly( | |
} | ||
assertTrue(hasReceivedEmailCorrectly); | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters