Attention: Data Proxy will be migrated from SWIFT to S3 storage at Friday, the 9th of May 2025 starting from 9pm CEST (my timezone). For more details, please join the rocket chat channel https://chat.ebrains.eu/channel/data-proxy-user-group


Changes for page Releases

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

From version 48.1
edited by hbpadmin
on 2021/09/14 15:06
Change comment: There is no comment for this version
To version 1.1
edited by chaney08
on 2021/05/06 11:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.hbpadmin
1 +XWiki.chaney08
Content
... ... @@ -1,143 +1,19 @@
1 -=== **Collaboratory 2 release (2021-09-14)** ===
1 +=== **Drive issue** ===
2 2  
3 -**Collaboratory.Wiki**
3 +Users have reported issues trying to access the drive. This is something we are aware of and trying to fix as soon as possible. This issue seems to be an Openshift problem.
4 4  
5 -* 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.
5 +Until this is resolved, users will have issues accessing any functionality that requires Drive access. This mainly concerns the Lab and to a less extant, any service that requires access to the drive.
6 6  
7 -=== **Collaboratory 2 release (2021-09-03)(Released)** ===
7 +**Potential fix: **We believe we have identified the issue and will be bringing the Lab service down for up to an hour at 10pm CEST on April 28th as we attempt to deploy this fix. All current Notebooks will be killed during this downtime. - Unfortunately this fix has not worked and we are looking at other solutions at the moment.
8 8  
9 -**Collaboratory.Wiki**
9 +**Potential fix 2: **We have another small release that should fix the issue at 13:30 CEST Today. All currently running notebooks will be killed during this downtime.
10 10  
11 -* 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]] .
12 -* 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.
13 -* The GET Users endpoint is now only available for authenticated users.
11 +This issue has been resolved, please let support know if you encounter any issues with the lab. Thank you for your understanding.
14 14  
15 -=== **Collaboratory 2 release (2021-08-31)(Released)** ===
13 +We apologise for any inconvenience this has caused
16 16  
17 -**Collaboratory 1**
15 +=== **Collaboratory 2 release (2021-04-28)** ===
18 18  
19 -* Account creation has been removed from Collaboratory 1 in preparation for Collaboratory 1 shutdown.
20 -
21 -**Collaboratory.IAM**
22 -
23 -* 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.
24 -
25 -**Collaboratory.Wiki**
26 -
27 -* 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.
28 -
29 -=== **Collaboratory 2 release (2021-08-17)(Released)** ===
30 -
31 -**Collaboratory.IAM**
32 -
33 -* 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.
34 -
35 -**Collaboratory.Lab**
36 -
37 -* Added a form for the user to select the Fenix site to run notebooks on.
38 -* Activated the Fenix Jülich Supercomputing Centre execution site.
39 -* Users visiting the Lab before visiting the Drive will now receive an appropriate error message.
40 -* New environment variables have been added in the Notebook environment with:
41 -** the notebook filename,
42 -** the name of the collab containing the notebook file in its Drive,
43 -** the Fenix site where the notebook is executed, and
44 -** the Docker image in which the notebook is executed.
45 -* 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.
46 -* Read the [[FAQ>>doc:Collabs.the-collaboratory.Documentation Lab.FAQ.Creating and accessing environment variables .WebHome]] for creating your own custom environment variables.
47 -
48 -=== **Collaboratory 2 release (2021-08-03)(Released)** ===
49 -
50 -**Collaboratory.Wiki**
51 -
52 -* 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.
53 -
54 -=== **Collaboratory 2 release (2021-07-20)(Released)** ===
55 -
56 -**Collaboratory.Wiki**
57 -
58 -* Collaboratory deletion now removes the associated Drive from the name, preventing duplicate Drives.
59 -* Copying links from the Identity manager now works correctly.
60 -* Backend changes made in preparation for future releases.
61 -* Complete redesign of the Documentation which you will find in [[The Collaboratory>>doc:Collabs.the-collaboratory.WebHome]] collab.
62 -
63 -=== **Collaboratory 2 release (2021-07-06) (Released)** ===
64 -
65 -**Collaboratory.Lab**
66 -
67 -* Fixes and improvements to pyplot and matplotlib.
68 -* Added NGL Viewer to interactively view molecular structures.
69 -* Fixed permission issues in the notebook docker images that was were causing some libraries to throw warnings, the .cache dir is now writeable.
70 -* Images have been cleaned by removing unnecessary libraries.
71 -
72 -**Collaboratory.IAM**
73 -
74 -* Fixed an issue where a user would occasionally be unable to delete a newly created collab.
75 -
76 -**Collaboratory.Drive**
77 -
78 -* Fixed an issue where linking directly to a document in a newly created private collab would provide an "Unable to view file" error.
79 -
80 -=== **Collaboratory 2 release (2021-06-22) (Released)** ===
81 -
82 -**Collaboratory.Lab**
83 -
84 -* Official EBRAINS Docker image~: Added R and rpy2.
85 -* Experimental Docker image for EBRAINS tool developers: NFS Mount will now be available for developers. Added gcc10 and image optimisations.
86 -
87 -=== **Collaboratory 2 release (2021-06-14) (Released)** ===
88 -
89 -**Collaboratory.Wiki **
90 -
91 -* Fixed an issue causing new collabs to not have a Drive present.
92 -
93 -=== **Collaboratory 2 release (2021-06-10) (Released)** ===
94 -
95 -**Collaboratory.Wiki **
96 -
97 -* A small bug fix for the collab search page.
98 -
99 -=== **Collaboratory 2 release (2021-06-08) (Released)** ===
100 -
101 -**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.**
102 -
103 -**Collaboratory.Wiki **
104 -
105 -* Added more filters to Collab search, you can now filter on collabs where you are a viewer, an editor or an admin.
106 -* 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.
107 -* 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.
108 -* The collab page editor has been replaced by a full page editor instead of the current inline editor being used.
109 -
110 -**Collaboratory.Lab**
111 -
112 -* Users can now choose between 2 different images when launching a notebook, most users should keep using the Official EBRAINS image, however tool developers can now work on the experimental image.
113 -
114 -**Collaboratory.Bucket**
115 -
116 -* The ability for users to create permanent links is now available via the UI by right clicking on any file and choosing "Manage public link".
117 -
118 -=== **Collaboratory 2 release (2021-05-11) (Released)** ===
119 -
120 -**The Collaboratory release on 11th May represents a large change in the functionality of the collab search page. Please [[contact support>>https://ebrains.eu/support/]] if you encounter any issues with this new functionality, thank you.**
121 -
122 -**Collaboratory.Wiki**
123 -
124 -* Large update to the collab search page functionality
125 -** Look and feel has been improved
126 -** You will now see "Highlighted collabs" when initially arriving on the page
127 -** You can now filter by "My favourite" collabs - Showing only those collabs that you have favourited (Small heart symbol on top right of a collab page)
128 -
129 -**Collaboratory.Lab**
130 -
131 -* Neuron installation has been fixed and updated to latest version.
132 -* The "Copy shareable link" menu entry in the file browser of the Lab should now produce a correct URL without manual intervention.
133 -* You can now use Environment variables populated from a URL, [[more information>>https://wiki.ebrains.eu/bin/view/Collabs/the-collaboratory/how-to/Adding%20environment%20variables%20to%20Jupyter%20Notebooks/]]
134 -
135 -**Collaboratory.Bucket**
136 -
137 -* The ability for users to create permanent links is now available  (Via API only for now): [[API Documentation>>https://data-proxy.ebrains.eu/api/docs#/permalinks]]
138 -
139 -=== **Collaboratory 2 release (2021-04-28) (Partially released)** ===
140 -
141 141  **Due to the problem described in the "Drive issue" announcement, the Collaboratory release was delayed from 27th April to the 28th April**
142 142  
143 143  **Collaboratory.Wiki**
... ... @@ -157,7 +157,7 @@
157 157  * Nueron installation has been fixed and updated to latest version.
158 158  * The "Copy shareable link" button should now work without manual intervention.
159 159  
160 -=== **Collaboratory 2 release (2021-04-13) (Released)** ===
36 +=== **Collaboratory 2 release (2021-04-13)** ===
161 161  
162 162  **Collaboratory.Wiki**
163 163  
... ... @@ -164,7 +164,7 @@
164 164  * The new "Bucket" menu will be available in every new collab created, and will be rolled out to existing collab's in the coming days.
165 165  * Users logged into the wiki, should now automatically be logged into the lab in an iFrame instead of needing to login again.
166 166  
167 -=== **Collaboratory 2 release (2021-03-30) (Released)** ===
43 +=== **Collaboratory 2 release (2021-03-30)** ===
168 168  
169 169  The release going ahead on the 30th March will contain numerous upgrades and fixes throughout the Collaboratory Drive, Wiki and Lab.
170 170  
... ... @@ -186,18 +186,30 @@
186 186  
187 187  Note: This release will cause all running containers to be reset.
188 188  
189 -=== Wiki update (2021-03-02) **(Released)** ===
65 +=== Collaboratory User Group (UG) meeting ===
190 190  
67 +The UG meeting is a great way to stay informed about recent and upcoming changes to the Collaboratory as well as making your voice and ideas heard directly by the developers. If you are interested in attending this meeting, or know someone who is interested, please feel free[[ to join these meetings>>url:https://wiki.ebrains.eu/bin/view/Collabs/collaboratory-user-group/Joining%20the%20group/]]
68 +
69 +=== Wiki update (2021-03-02) ===
70 +
191 191  As well as numerous bug fixes and small improvements to the Wiki, we are also upgrading the current version of XWiki(Version 10.11.9) to the most recent version of XWiki (Version 12.10.2). We are also adding a few fixes to its integration in the Wiki front end . A new feature was added: a new "Like" (Represented by a [[image:https://a.slack-edge.com/production-standard-emoji-assets/13.0/google-medium/2764-fe0f.png||alt=":heart:"]]) feature that is now available on Collab pages. For now, it can be used to show support and approval for any Collab page you like and use, in the future, we will be expanding upon this functionality. 
192 192  
193 193  If you would like to see new features or feel certain functionality is required to improve the Collaboratory, please [[join the Collaboratory user group>>url:https://wiki.ebrains.eu/bin/view/Collabs/collaboratory-user-group/Joining%20the%20group/]], once joined, please do not hesitate to [[make your suggestions>>url:https://drive.ebrains.eu/lib/aac38e36-4bd9-48ee-9ae6-b876a65028aa/file/Collaboratory%20User%20Group%20-%20Suggestion%20box.docx]].
194 194  
195 -=== EBRAINS ticketing system (2021-03-02) **(Released)** ===
75 +=== EBRAINS ticketing system (2021-03-02) ===
196 196  
197 197  The categories of tickets are being aligned to the description of [[services on the EBRAINS.eu website>>url:https://ebrains.eu/services/]]. We are using this opportunity to also upgrade the ticketing system to a more recent version.
198 198  
199 -=== Collaboratory 2 release (2021-02-17) **(Released)** ===
79 +=== OnlyOffice license issue ===
200 200  
81 +We are aware that some users are getting issues when trying to use OnlyOffice similar to the following image~:
82 +
83 +[[image:https://wiki.ebrains.eu/bin/download/Collabs/the-collaboratory/Announcements/WebHome/1613726704318-340.png?rev=1.1||alt="1613726704318-340.png"]].
84 +
85 +We are working on this issue and will have it fixed as soon as possible, thank you for your patience and we apologise for any inconvenience caused.
86 +
87 +=== Collaboratory 2 release (2021-02-17) ===
88 +
201 201  The release going ahead on 17th February has the following enhancements.
202 202  
203 203  
... ... @@ -205,7 +205,7 @@
205 205  1. OnlyOffice is being upgraded to the latest version. This should solve the issue listed below in the "Files locked in the Drive " section. The section will remain temporarily until it is verified this issue is fully fixed.
206 206  1. Seafile file system is being increased
207 207  
208 -=== Collaboratory 1 maintenance **(Released)** ===
96 +=== Collaboratory 1 maintenance ===
209 209  
210 210  Collaboratory 1 services will be down from 18:00 CET [[(my timezone)>>url:https://everytimezone.com/s/4a9daa55]] Thursday Jan 7 for maintenance. The services are being re-hosted from the EPFL/BBP infrastructure to the Fenix infrastructure. The OIDC authentication service will be reactivated first (within 30 minutes); all other services will follow in the evening. Once the Collaboratory 1 services are back online, you may find that files added to the storage within the last days do not initially appear. This will be remedied overnight as we synchronize the storage. Thank you for your patience and understanding.
211 211