Skip to content

Commit

Permalink
remove refs
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Pickering <[email protected]>
  • Loading branch information
alexvpickering committed Jun 20, 2023
1 parent 7b9bb05 commit 3a21de0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- id: check-issue-url
name: Check issue URL
run: |-
REGEX="#### URL to issue\s?\r\n(https:\/\/biomage\.atlassian\.net\/browse\/BIOMAGE-[0-9]+|https:\/\/github\.com\/biomage-org\/issues\/issues\/[0-9]+|N\/A)"
REGEX="#### URL to issue\s?\r\n(https:\/\/github\.com\/hms-dbmi-cellenics\/issues\/issues\/[0-9]+|N\/A)"
echo "REGEX to test against:"
echo $REGEX
Expand All @@ -41,7 +41,7 @@ jobs:
- id: extract-staging
name: Check staging URL
run: |-
REGEX="#### Link to staging deployment URL \(or set N\/A\)\s?\r\n(https:\/\/ui-(.+)\.scp-staging\.biomage\.net|N\/A)"
REGEX="#### Link to staging deployment URL \(or set N\/A\)\s?\r\n(https:\/\/ui-(.+)\.staging\.single-cell-platform\.net|N\/A)"
echo "REGEX to test against:"
echo $REGEX
Expand Down
2 changes: 1 addition & 1 deletion src/specs/api.v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
name: MIT
url: "https://github.com/hms-dbmi-cellenics/api/blob/master/LICENSE"
contact:
name: Biomage Ltd.
name: Cellenics
servers:
- url: /v2
tags:
Expand Down
3 changes: 1 addition & 2 deletions src/utils/emailTemplates/buildPipelineStatusEmailBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ const buildPipelineStatusEmailBody = (experimentId, status, user) => {
<h3>Hello ${firstname},</h3>
<p>Thanks for using Cellenics! <br/>
<br />
${status === SUCCEEDED ? successMessage : failMessage}<br/><br/>${isHMS ? '' : `
The Biomage Team`}
${status === SUCCEEDED ? successMessage : failMessage}<br/><br/>
<small> <br/> <br/> You can disable the notifications for this experiment when you start processing it again. </small>
<p/>
</body>
Expand Down
4 changes: 0 additions & 4 deletions tests/utils/__snapshots__/sendEmail.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Array [
<a href=\\"https://scp.biomage.net/experiments/other-id/data-processing\\">https://scp.biomage.net/experiments/other-id/data-processing</a> <br/>
We are working hard to identify and fix the issue. We will let you know as soon as your data is ready to explore. <br/>
<br/><br/>
The Biomage Team
<small> <br/> <br/> You can disable the notifications for this experiment when you start processing it again. </small>
<p/>
</body>
Expand All @@ -47,7 +46,6 @@ Array [
<a href=\\"https://scp.biomage.net/experiments/other-id/data-processing\\">https://scp.biomage.net/experiments/other-id/data-processing</a> <br/>
We are working hard to identify and fix the issue. We will let you know as soon as your data is ready to explore. <br/>
<br/><br/>
The Biomage Team
<small> <br/> <br/> You can disable the notifications for this experiment when you start processing it again. </small>
<p/>
</body>
Expand Down Expand Up @@ -93,7 +91,6 @@ Array [
<br />
<br />
Happy analysing! <br/><br/><br/>
The Biomage Team
<small> <br/> <br/> You can disable the notifications for this experiment when you start processing it again. </small>
<p/>
</body>
Expand All @@ -115,7 +112,6 @@ Array [
<br />
<br />
Happy analysing! <br/><br/><br/>
The Biomage Team
<small> <br/> <br/> You can disable the notifications for this experiment when you start processing it again. </small>
<p/>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Object {
<a href=\\"https://scp.biomage.net/experiments/mock-experiment-id/data-processing\\">https://scp.biomage.net/experiments/mock-experiment-id/data-processing</a> <br/>
We are working hard to identify and fix the issue. We will let you know as soon as your data is ready to explore. <br/>
<br/><br/>
The Biomage Team
<small> <br/> <br/> You can disable the notifications for this experiment when you start processing it again. </small>
<p/>
</body>
Expand All @@ -45,7 +44,6 @@ Object {
<a href=\\"https://scp.biomage.net/experiments/mock-experiment-id/data-processing\\">https://scp.biomage.net/experiments/mock-experiment-id/data-processing</a> <br/>
We are working hard to identify and fix the issue. We will let you know as soon as your data is ready to explore. <br/>
<br/><br/>
The Biomage Team
<small> <br/> <br/> You can disable the notifications for this experiment when you start processing it again. </small>
<p/>
</body>
Expand Down Expand Up @@ -86,7 +84,6 @@ Object {
<br />
<br />
Happy analysing! <br/><br/><br/>
The Biomage Team
<small> <br/> <br/> You can disable the notifications for this experiment when you start processing it again. </small>
<p/>
</body>
Expand All @@ -108,7 +105,6 @@ Object {
<br />
<br />
Happy analysing! <br/><br/><br/>
The Biomage Team
<small> <br/> <br/> You can disable the notifications for this experiment when you start processing it again. </small>
<p/>
</body>
Expand Down

0 comments on commit 3a21de0

Please sign in to comment.