From e1f9c52559fe5e2c8e1f31cbbfc83778f9b0272b Mon Sep 17 00:00:00 2001
From: Aishling Cooke <aishling.cooke@scilifelab.se>
Date: Fri, 24 May 2024 12:08:12 +0200
Subject: [PATCH 1/2] DDS-1942: Remove sentence about 'no risk' from
 testing.rst

- When talking about the Testing instance of DDS, the existing doc
claims there is *no* risk. Bit pedantic but there is never no risk.
- Furthermore, as the users of this Testing instance should not be using
it for any sensitive deliveries, this should not be an issue.
---
 docs/testing.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/testing.rst b/docs/testing.rst
index fb7a86c2..c202aad3 100644
--- a/docs/testing.rst
+++ b/docs/testing.rst
@@ -30,7 +30,7 @@ This page will give you information on:
 * In order to create projects, which is required in order to test the upload / download functionality: 
     * You must have the account role "Unit Admin" or "Unit Personnel"
     * Your unit must have at least two "Unit Admins" 
-* When listing your projects you will see your projects, and yours only. However, in order to not create a large number of separate storage locations for testing purposes, the actual storage location is shared by all units in the test setup. Since the data is always encrypted and another unit would need to hack the DDS and also crack the encryption, there should be no risk of anyone else accessing your data. In the production instance, there's always a separate storage location per SciLifeLab unit.
+* When listing your projects you will see your projects, and yours only. However, in order to not create a large number of separate storage locations for testing purposes, the actual storage location is shared by all units in the test setup. In the production instance, there's always a separate storage location per SciLifeLab unit.
 * The storage quota (maximum data volume that can be uploaded in total by all units) for the testing instance is currently set to 5 TB. However, if you receive an error message indicating that the quota is met, contact delivery@scilifelab.se and we will solve this for you. 
 * Within the test instance of the DDS, all units have the following settings:
     * ``days_in_available``: 7 days. 

From 8f658138fcffcf9afda13283eac3e9a71c16e6a8 Mon Sep 17 00:00:00 2001
From: Aishling Cooke <aishling.cooke@scilifelab.se>
Date: Fri, 24 May 2024 12:13:58 +0200
Subject: [PATCH 2/2] DDS-1942: In testing.rst use term 'testing' consistently,
 update URL

- The testing instance != dev and use 'testing', rather than test.
- Update mentioned URLs from https://dds-dev.dckube3.scilifelab.se/ to
https://testing.delivery.scilifelab.se/ as the testing instance is
migrating to this new address.
- Update SPRINGLOG.md
---
 SPRINTLOG.md     |  1 +
 docs/testing.rst | 12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/SPRINTLOG.md b/SPRINTLOG.md
index fa1ebedf..c6d671bf 100644
--- a/SPRINTLOG.md
+++ b/SPRINTLOG.md
@@ -353,3 +353,4 @@ _Empty sprint_
 # 2024-05-20 - 2024-05-31
 
 - Update requests to solve CVE ([#690](https://github.com/ScilifelabDataCentre/dds_cli/pull/690))
+- Update docs for Testing instance migration, including removing use of 'dev' ([#691](https://github.com/ScilifelabDataCentre/dds_cli/pull/691))
diff --git a/docs/testing.rst b/docs/testing.rst
index c202aad3..ef9eabac 100644
--- a/docs/testing.rst
+++ b/docs/testing.rst
@@ -15,7 +15,7 @@ This page will give you information on:
 
 .. admonition:: Target audience 
 
-    This page targets any users invited to the development / testing instance of the Data Delivery System. If you have an account on the production instead (https://delivery.scilifelab.se), please read the documentation here :ref:`here<start>`.
+    This page targets any users invited to the testing instance of the Data Delivery System. If you have an account on the production instead (https://delivery.scilifelab.se), please read the documentation here :ref:`here<start>`.
 
 .. _test-important:
 
@@ -32,7 +32,7 @@ This page will give you information on:
     * Your unit must have at least two "Unit Admins" 
 * When listing your projects you will see your projects, and yours only. However, in order to not create a large number of separate storage locations for testing purposes, the actual storage location is shared by all units in the test setup. In the production instance, there's always a separate storage location per SciLifeLab unit.
 * The storage quota (maximum data volume that can be uploaded in total by all units) for the testing instance is currently set to 5 TB. However, if you receive an error message indicating that the quota is met, contact delivery@scilifelab.se and we will solve this for you. 
-* Within the test instance of the DDS, all units have the following settings:
+* Within the testing instance of the DDS, all units have the following settings:
     * ``days_in_available``: 7 days. 
     
         **Explanation:** When data has been uploaded to a project, and the data has been released (the project status has been set to "Available"), the data will be available for download for 7 days. After this, the project will automatically transition to the status "Expired".
@@ -43,17 +43,17 @@ This page will give you information on:
 
     .. note:: 
 
-        * These statuses are described in the technical overview, located on the DDS test web page mentioned above.
+        * These statuses are described in the technical overview, located on the DDS testing web page mentioned above.
         * The short number of days is only for the test instance, making it easier for you (and us) to test that the statuses work as they should.
 
-* Keep in mind that the test instance is where we try out new features etc. There may be some unexpected redeployments and there may be bugs in new features.
+* Keep in mind that the testing instance is where we try out new features etc. There may be some unexpected redeployments and there may be bugs in new features.
 
 .. _test-where:
 
 2. Where the DDS Test Instance is located
 ============================================
 
-* The test instance is located at https://dds-dev.dckube3.scilifelab.se/
+* The testing instance is located at https://testing.delivery.scilifelab.se/
 * Just like on the production site, you can find the following information on that page:
     * *Documentation*, which points to the ``Welcome page`` in the navigation field to the left.
     * *Technical overview* 
@@ -96,7 +96,7 @@ After installing the CLI, you need to complete the following steps before you ca
         # Windows PowerShell
         $env:DDS_CLI_ENV = 'test-instance'
 
-2. Verify that the output of the following command contains ``https://dds-dev.dckube3.scilifelab.se/`` and **not** ``https://delivery.scilifelab.se/``
+2. Verify that the output of the following command contains ``https://testing.delivery.scilifelab.se/`` and **not** ``https://delivery.scilifelab.se/``
 
     .. code-block:: bash