... |
... |
@@ -1,11 +1,139 @@ |
1 |
|
-=== **Collaboratory 2 release (2021-06-08 & 2021-06-09)** === |
|
1 |
+=== **Collaboratory 2 release (2021-11-02)** === |
2 |
2 |
|
3 |
|
-**As well as individual services, we have also changed how announcements are made, if more than one announcement is being made you now see an arrow to the left of the announcement banner that you can use to switch between announcements.** |
|
3 |
+**Collaboratory.Drive** |
4 |
4 |
|
5 |
|
-**Collaboratory.Wiki (DELAYED Until 2021-06-09)** |
|
5 |
+* We are deploying an upgrade to the Drive which should resolve multiple issues and adds new features including: |
|
6 |
+** It will limit performance issues for Lab sessions left idling by users. |
|
7 |
+** It updates dynamically when new files are created/deleted in a sub-folder. |
|
8 |
+** It adds color tagging to individual files. |
6 |
6 |
|
7 |
|
-**Due to issues discovered during testing of the new release, it was have decided to delay the release of the Collabopratory.Wiki changes.** |
|
10 |
+The Drive service will be down for up to 3 hours for the deployment of the new release. (% style="background-color:#f39c12; color:#000000" %)**Do not create new collabs during the downtime**! |
8 |
8 |
|
|
12 |
+(% class="wikigeneratedid" %) |
|
13 |
+**Collaboratory.Lab** |
|
14 |
+ |
|
15 |
+* The new version provides access to Lab sessions with more RAM for authorized users. Authorization can be requested by contacting [[https:~~/~~/ebrains.eu/support>>https://ebrains.eu/support]] with a motivation. |
|
16 |
+ |
|
17 |
+=== **Collaboratory 2 release (2021-10-19) (Released)** === |
|
18 |
+ |
|
19 |
+**Collaboratory.Lab** |
|
20 |
+ |
|
21 |
+* We have now added the ability for users to request larger amounts of memory for notebooks. For now, the best way to gain access to these larger notebooks is to [[contact support>>https://ebrains.eu/support/]] to request access. |
|
22 |
+ |
|
23 |
+**Collaboratory.Bucket** |
|
24 |
+ |
|
25 |
+* Users now have the ability to copy files from one bucket to another. You can do this when initially creating a bucket or at any time after creation via the Bucket UI. |
|
26 |
+ |
|
27 |
+=== **Collaboratory 2 release (2021-10-11) (Released)** === |
|
28 |
+ |
|
29 |
+**Collaboratory.Lab** |
|
30 |
+ |
|
31 |
+* We are adding a new Python kernel to the Collaboratory Lab in which pre-installed neuroscience tools are readily available. The new kernel is the one with "//**EBRAINS**//" in its name. Available tools in that kernel can be listed with the command "//**module avail**//". The new kernel will be available in the experimental Docker image of the Lab. |
|
32 |
+ |
|
33 |
+=== **Collaboratory 2 release (2021-09-14) (Released)** === |
|
34 |
+ |
|
35 |
+**Collaboratory.Wiki** |
|
36 |
+ |
|
37 |
+* Collabs will now have a "Contact Administrator" button that allows users to send a message to the administrators of a collab. The administrators will receive the message along with the details of the user that has sent the message. |
|
38 |
+ |
|
39 |
+=== **Collaboratory 2 release (2021-09-03) (Released)** === |
|
40 |
+ |
|
41 |
+**Collaboratory.Wiki** |
|
42 |
+ |
|
43 |
+* A new API is available to retrieve users emails based off a username, this is only available to users with the appropriate rights and will be detailed in the [[Wiki API>>doc:Collabs.the-collaboratory.Documentation Wiki.API.WebHome]] . |
|
44 |
+* The User API will now also return the "mitreid-sub", a unique identifier carried over from Collaboratory 1 that will be maintained in Collaboratory 2. |
|
45 |
+* The GET Users endpoint is now only available for authenticated users. |
|
46 |
+ |
|
47 |
+=== **Collaboratory 2 release (2021-08-31) (Released)** === |
|
48 |
+ |
|
49 |
+**Collaboratory 1** |
|
50 |
+ |
|
51 |
+* Account creation has been removed from Collaboratory 1 in preparation for Collaboratory 1 shutdown. |
|
52 |
+ |
|
53 |
+**Collaboratory.IAM** |
|
54 |
+ |
|
55 |
+* Users registering on Collaboratory 2 will now have a 16 digit numerical "Mitreid-sub" generated. This allows services using the "mitreid-sub" on Collaboratory 1 to continue using this field on Collaboratory 2. |
|
56 |
+ |
|
57 |
+**Collaboratory.Wiki** |
|
58 |
+ |
|
59 |
+* The collab creation form has been updated. When users click on "Create" they will now see a popup window informing them of the progress of the collab creation. |
|
60 |
+ |
|
61 |
+=== **Collaboratory 2 release (2021-08-17) (Released)** === |
|
62 |
+ |
|
63 |
+**Collaboratory.IAM** |
|
64 |
+ |
|
65 |
+* Users can check in the Wiki for their [[past login events>>https://iam.ebrains.eu/auth/realms/hbp/account/log]] (or from the wiki > user profile icon > basic profile > logs). The IAM update will pass the correct IP address from which the user logged in, instead of displaying the IP address 127.0.0.1. |
|
66 |
+ |
|
67 |
+**Collaboratory.Lab** |
|
68 |
+ |
|
69 |
+* Added a form for the user to select the Fenix site to run notebooks on. |
|
70 |
+* Activated the Fenix Jülich Supercomputing Centre execution site. |
|
71 |
+* Users visiting the Lab before visiting the Drive will now receive an appropriate error message. |
|
72 |
+* New environment variables have been added in the Notebook environment with: |
|
73 |
+** the notebook filename, |
|
74 |
+** the name of the collab containing the notebook file in its Drive, |
|
75 |
+** the Fenix site where the notebook is executed, and |
|
76 |
+** the Docker image in which the notebook is executed. |
|
77 |
+* View our [[sample notebook>>https://lab.ebrains.eu/user-redirect/lab/tree/shared/The%20Collaboratory/lab_env.ipynb?LAB_TEST=1]] on how to access these variables. NOTE: This notebook will not work until after tonight's deployment. |
|
78 |
+* Read the [[FAQ>>doc:Collabs.the-collaboratory.Documentation Lab.FAQ.Creating and accessing environment variables .WebHome]] for creating your own custom environment variables. |
|
79 |
+ |
|
80 |
+=== **Collaboratory 2 release (2021-08-03) (Released)** === |
|
81 |
+ |
|
82 |
+**Collaboratory.Wiki** |
|
83 |
+ |
|
84 |
+* Change 2 endpoints of the Collaboratory [[Wiki API>>doc:Collabs.the-collaboratory.Documentation Wiki.API.WebHome]] to also accept a Keycloak sub unique identifier as a search parameter. |
|
85 |
+ |
|
86 |
+=== **Collaboratory 2 release (2021-07-20) (Released)** === |
|
87 |
+ |
|
88 |
+**Collaboratory.Wiki** |
|
89 |
+ |
|
90 |
+* Collaboratory deletion now removes the associated Drive from the name, preventing duplicate Drives. |
|
91 |
+* Copying links from the Identity manager now works correctly. |
|
92 |
+* Backend changes made in preparation for future releases. |
|
93 |
+* Complete redesign of the Documentation which you will find in [[The Collaboratory>>doc:Collabs.the-collaboratory.WebHome]] collab. |
|
94 |
+ |
|
95 |
+=== **Collaboratory 2 release (2021-07-06) (Released)** === |
|
96 |
+ |
|
97 |
+**Collaboratory.Lab** |
|
98 |
+ |
|
99 |
+* Fixes and improvements to pyplot and matplotlib. |
|
100 |
+* Added NGL Viewer to interactively view molecular structures. |
|
101 |
+* Fixed permission issues in the notebook docker images that was were causing some libraries to throw warnings, the .cache dir is now writeable. |
|
102 |
+* Images have been cleaned by removing unnecessary libraries. |
|
103 |
+ |
|
104 |
+**Collaboratory.IAM** |
|
105 |
+ |
|
106 |
+* Fixed an issue where a user would occasionally be unable to delete a newly created collab. |
|
107 |
+ |
|
108 |
+**Collaboratory.Drive** |
|
109 |
+ |
|
110 |
+* Fixed an issue where linking directly to a document in a newly created private collab would provide an "Unable to view file" error. |
|
111 |
+ |
|
112 |
+=== **Collaboratory 2 release (2021-06-22) (Released)** === |
|
113 |
+ |
|
114 |
+**Collaboratory.Lab** |
|
115 |
+ |
|
116 |
+* Official EBRAINS Docker image~: Added R and rpy2. |
|
117 |
+* Experimental Docker image for EBRAINS tool developers: NFS Mount will now be available for developers. Added gcc10 and image optimisations. |
|
118 |
+ |
|
119 |
+=== **Collaboratory 2 release (2021-06-14) (Released)** === |
|
120 |
+ |
|
121 |
+**Collaboratory.Wiki ** |
|
122 |
+ |
|
123 |
+* Fixed an issue causing new collabs to not have a Drive present. |
|
124 |
+ |
|
125 |
+=== **Collaboratory 2 release (2021-06-10) (Released)** === |
|
126 |
+ |
|
127 |
+**Collaboratory.Wiki ** |
|
128 |
+ |
|
129 |
+* A small bug fix for the collab search page. |
|
130 |
+ |
|
131 |
+=== **Collaboratory 2 release (2021-06-08) (Released)** === |
|
132 |
+ |
|
133 |
+**As well as individual services, we have also changed how announcements are made, if more than one announcement is being made you now see an arrow to the left of the announcement banner that you can use to switch between announcements.** |
|
134 |
+ |
|
135 |
+**Collaboratory.Wiki ** |
|
136 |
+ |
9 |
9 |
* Added more filters to Collab search, you can now filter on collabs where you are a viewer, an editor or an admin. |
10 |
10 |
* Collab Creation and collab settings forms have been updated, more descriptions have been added and the private or public collab choice is now a radio button. |
11 |
11 |
* Instructions on how to get your collab as a highlighted collab have been published, if you visit the collab search page you will find a link to this new page just above the highlighted collabs. |