Changes for page Releases

Last modified by hbpadmin on 2025/02/12 17:17

From version 186.1
edited by mmorgan
on 2023/02/14 13:10
Change comment: There is no comment for this version
To version 204.1
edited by mmorgan
on 2023/06/27 14:15
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,9 +1,67 @@
1 +=== **Collaboratory release (2023-06-27)** ===
2 +
3 +(% class="wikigeneratedid" %)
4 +**Collaboratory.IAM**
5 +
6 +* Introduce a new form for users from institutions which have not yet been validated
7 +* Prepare the management of updates to EBRAINS Terms
8 +
9 +**Collaboratory.Wiki**
10 +
11 +* Introduce a new unified search UI to search for collabs and wiki pages
12 +* Introduce new option to make Groups private
13 +* Introduce new option to create invitation links to invite a user to a collab's team
14 +* Avoid the display of the toast message for guest users
15 +* Implementing performance optimisations
16 +
17 +**Collaboratory.Lab**
18 +
19 +* Update the Docker image used in the Lab by removing excess packages, adding libraries, and improving Git integration (prefilling the username and email)
20 +
21 +(% style="color:#3498db" %)Check this page for confirmation that the release has been completed.
22 +
23 +=== **Collaboratory release (2023-05-02) (Released)** ===
24 +
25 +**Collaboratory.IAM**
26 +
27 +* The registration form is updated to collect additional information for new users: consent to Terms in the registration form (not in a separate page, consent to receive emails, country of residence).
28 +
29 +Users might notice a very short downtime of the IAM service (~~1 minute) as this release is deployed.
30 +
31 +=== **Collaboratory release (2023-03-09) (Released)** ===
32 +
33 +**Collaboratory.Wiki**
34 +
35 +* Collab guest accounts can now be created again.
36 +
37 +=== **Collaboratory release (2023-02-21) (Released)** ===
38 +
39 +**Collaboratory.Wiki**
40 +
41 +* Collab names are now unique. Once a collab name has been used, even if the collab is deleted, that name will no longer be usable.
42 +* Unit admins will now receive weekly reminders if a user join request is awaiting a response.
43 +
44 +**Collaboratory.Bucket**
45 +
46 +* Performance optimizations on both the back-end and the front-end
47 +* Simplification of the API (e.g. deprecation of "public" endpoints) - [[API endpoints>>doc:Collabs.the-collaboratory.Documentation Bucket.API]]
48 +* Better support for clients issuing many requests (such as image viewer apps)
49 +* Several bug fixes (such as issues with buckets containing more than 10'000 objects)
50 +
51 +**Collaboratory.Lab**
52 +
53 +* An issue when launching the Lab for usernames containing special characters has been resolved.
54 +* The tvb-ext-xircuits extension has been included in the Lab
55 +** This offers a graphical way to build a showcase within EBRAINS Lab.
56 +* Updated tvb-ext-unicore to support downloading folders from HPC and correctly update the status of jobs in all cases
57 +* Updated tvb-widgets version to include latest improvements and bug fixes
58 +
1 1  === **Collaboratory release (2023-02-09) (Released)** ===
2 2  
3 3  **Collaboratory.Wiki**
4 4  
5 -* The Drive service now supports URLs pointing to a subfolder and the URL of the page is updated when navigating in the Drive.
6 -** URL format as follows: https:~/~/wiki.ebrains.eu/bin/view/Collabs///<collabname>///Drive#//<folder>/////<subfolder>//
63 +* The Drive service now supports URLs pointing to a sub-folder and the URL of the page is updated when navigating in the Drive.
64 +** URL format as follows: https:~/~/wiki.ebrains.eu/bin/view/Collabs///<collabname>///Drive#//<folder>/<subfolder>//
7 7  ** Note that such links only work for users that are already logged in.
8 8  
9 9  === **Collaboratory release (2023-02-07) (Released)** ===