From bc389e90d1af250a1fd96e70ab9c8f26fb66d09e Mon Sep 17 00:00:00 2001 From: rv0lt Date: Fri, 6 Oct 2023 12:02:37 +0200 Subject: [PATCH 1/3] new templates --- dds_web/templates/mail/project_release.html | 2 +- dds_web/templates/mail/project_release.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dds_web/templates/mail/project_release.html b/dds_web/templates/mail/project_release.html index 1e96f384c..4183de5fa 100644 --- a/dds_web/templates/mail/project_release.html +++ b/dds_web/templates/mail/project_release.html @@ -27,7 +27,7 @@

The DDS CLI command dds ls -p {{project_id}} can be used to list the files in this project.

- The DDS CLI command dds data get -p {{project_id}} -a can be used to download all the files in this project to your current directory.

+ The DDS CLI command dds data get -p {{project_id}} -a --verify-checksum can be used to download all the files in this project to your current directory.

Your access to this project will expire on {{deadline}}

diff --git a/dds_web/templates/mail/project_release.txt b/dds_web/templates/mail/project_release.txt index a7cf4774c..162f0a803 100644 --- a/dds_web/templates/mail/project_release.txt +++ b/dds_web/templates/mail/project_release.txt @@ -10,7 +10,7 @@ You were added to this project by {{displayed_sender}}. The DDS CLI command 'dds ls -p {{project_id}}' can be used to list the files in this project. -The DDS CLI command 'dds data get -p {{project_id}} -a' can be used to download all the files in this project to your current directory. +The DDS CLI command 'dds data get -p {{project_id}} -a --verify-checksum' can be used to download all the files in this project to your current directory. Your access to this project will expire on {{deadline}} From 972f9d706ee09bc1b98f284e824dce34cafda1e4 Mon Sep 17 00:00:00 2001 From: rv0lt Date: Fri, 6 Oct 2023 12:42:27 +0200 Subject: [PATCH 2/3] springlog --- SPRINTLOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SPRINTLOG.md b/SPRINTLOG.md index 09dc78670..c96aac575 100644 --- a/SPRINTLOG.md +++ b/SPRINTLOG.md @@ -310,5 +310,6 @@ _Nothing merged in CLI during this sprint_ # 2023-10-02 - 2023-10-13 +- Add flag --verify-checksum to the comand in email template ([#1409])(https://scilifelab.atlassian.net/jira/software/projects/DDS/boards/13?selectedIssue=DDS-1409) - Project title displayed along with the internal project ID email sent when a project is released ([#1475](https://github.com/ScilifelabDataCentre/dds_web/pull/1475)) - Use full DDS name in MOTD email subject ([#1477](https://github.com/ScilifelabDataCentre/dds_web/pull/1477)) From 2bdd4ce6d30414d61edbbe8cf3b28936794cc51c Mon Sep 17 00:00:00 2001 From: rv0lt Date: Fri, 6 Oct 2023 15:27:05 +0200 Subject: [PATCH 3/3] correct sprintlog --- SPRINTLOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPRINTLOG.md b/SPRINTLOG.md index c96aac575..ee717956f 100644 --- a/SPRINTLOG.md +++ b/SPRINTLOG.md @@ -310,6 +310,6 @@ _Nothing merged in CLI during this sprint_ # 2023-10-02 - 2023-10-13 -- Add flag --verify-checksum to the comand in email template ([#1409])(https://scilifelab.atlassian.net/jira/software/projects/DDS/boards/13?selectedIssue=DDS-1409) - Project title displayed along with the internal project ID email sent when a project is released ([#1475](https://github.com/ScilifelabDataCentre/dds_web/pull/1475)) - Use full DDS name in MOTD email subject ([#1477](https://github.com/ScilifelabDataCentre/dds_web/pull/1477)) +- Add flag --verify-checksum to the comand in email template ([#1478])(https://github.com/ScilifelabDataCentre/dds_web/pull/1478)