... |
... |
@@ -1,7 +1,53 @@ |
1 |
|
-=== **Collaboratory 2 release (2021-12-14) ** === |
|
1 |
+=== **Collaboratory 2 release (2022-02-08)** === |
2 |
2 |
|
|
3 |
+**Collaboratory.Wiki** |
|
4 |
+ |
|
5 |
+* All common navigation elements in a collab (Drive, Team, Lab, Bucket) are now grouped together at the top of the left navigation panel. |
|
6 |
+ |
3 |
3 |
**Collaboratory.Lab** |
4 |
4 |
|
|
9 |
+* Updated JupyterLab image to use latest version |
|
10 |
+** Adds a debugger to the Lab, allowing users to debug their notebooks. |
|
11 |
+** Includes native git integration |
|
12 |
+** Allows the user to install extensions to JupyterLab |
|
13 |
+* Fixed issues with notebook exports (and re-enabled native PDF export) |
|
14 |
+* Added [[nbgitpuller>>https://jupyterhub.github.io/nbgitpuller/]] support |
|
15 |
+* Set bash as the default shell in the terminal |
|
16 |
+* Updated the JupyterLab extension to make [[Lab URL query parameters>>doc:Collabs.the-collaboratory.Documentation Lab.FAQ.Creating and accessing environment variables .WebHome]] available (now works with direct links to a specific openshift cluster) |
|
17 |
+* Reduced Docker image size to improve Collaboratory Lab load times. |
|
18 |
+* Fixed unknown user id issue in the Lab container |
|
19 |
+* Updated Jupyter Hub version |
|
20 |
+ |
|
21 |
+=== **Collaboratory 2 release (2022-01-25) (Delayed, Released 27th)** === |
|
22 |
+ |
|
23 |
+**Collaboratory.Wiki** |
|
24 |
+ |
|
25 |
+* Adding a new API to delete collabs. Details found [[here>>doc:Collabs.the-collaboratory.Documentation Wiki.API.WebHome]] after release. |
|
26 |
+* The "Get Collab" API has been updated, you can now use this API to search for exact title. Details found [[here>>doc:Collabs.the-collaboratory.Documentation Wiki.API.WebHome]] after release. |
|
27 |
+* Updates to the maintenance banner. |
|
28 |
+ |
|
29 |
+=== **Collaboratory 2 release (2022-01-17) (Released)** === |
|
30 |
+ |
|
31 |
+**Collaboratory.Lab** |
|
32 |
+ |
|
33 |
+* We are re-enabling the Juelich site selection for running your Notebooks on. |
|
34 |
+ |
|
35 |
+=== **Collaboratory 2 release (2022-01-11) (Released)** === |
|
36 |
+ |
|
37 |
+**Collaboratory.Wiki** |
|
38 |
+ |
|
39 |
+* The new Toast that appears if you have not filled in your PLUS profile has been updated to take into account more scenarios. The message and links will change dynamically based on a users situation. |
|
40 |
+* Upgrading XWiki to latest patch version. |
|
41 |
+* New policy released regarding collabs. [[Read more>>doc:Collabs.the-collaboratory.New Collaboratory\.wiki policy.WebHome]] |
|
42 |
+ |
|
43 |
+**Collaboratory.Drive** |
|
44 |
+ |
|
45 |
+* File uploads are now limited to 1GB or below in size. |
|
46 |
+ |
|
47 |
+=== **Collaboratory 2 release (2021-12-14) (Released)** === |
|
48 |
+ |
|
49 |
+**Collaboratory.Lab** |
|
50 |
+ |
5 |
5 |
* Idle Labs are now kept running for up to 12 hours before being automatically closed. |
6 |
6 |
* The Lab is aware of a new permission regarding user quotas. Lab users will be asked to grant the Lab this permission in their next session. |
7 |
7 |
* The "Experimental" image is now becoming the Official EBRAINS image while the current "Official EBRAINS" image will now be deprecated. |
... |
... |
@@ -22,7 +22,7 @@ |
22 |
22 |
* Public buckets are now visible to anyone authenticated in the UI |
23 |
23 |
* Public / Private toggle is visible to everyone but disabled by default. Only administrators can update the bucket privacy status. |
24 |
24 |
|
25 |
|
-=== **Collaboratory 2 release (2021-12-07) ** === |
|
71 |
+=== **Collaboratory 2 release (2021-12-07) (Released)** === |
26 |
26 |
|
27 |
27 |
**Collaboratory.Lab** |
28 |
28 |
|