|
1 | 1 |
|
2 | 2 | ## CBRAIN Release Notes |
3 | 3 |
|
| 4 | +#### Version 5.3.0 Released 2019-12-10 |
| 5 | + |
| 6 | +New features: |
| 7 | + |
| 8 | +- From a Task's information page, a user can now access a "Publish to Zenodo" |
| 9 | + page. The task's output and runtime information will be published to |
| 10 | + Zenodo. Caveat: pushing data is done synchronously, which blocks the |
| 11 | + browser (TODO, as pushing as a forked process messes up the libcurl library) |
| 12 | +- The Network Operation Center now provides weekly, monthly and yearly reports |
| 13 | +- Userfile resource usage tracking: whenever files are added, deleted or change size, |
| 14 | + persistent records are made about the change |
| 15 | +- Task resource usage tracking: whenever tasks reach a final state, persistent records |
| 16 | + are made. These include the status of the tasks, but also their accumulated CPU |
| 17 | + and wall times |
| 18 | +- Administrators can configure 'epilogue' sections of the tool configs, to match |
| 19 | + the existing prologue sections. This allow the admin to surround the running |
| 20 | + script with e.g. `sg newgroup bash <<TOKEN` (in the prologue) and `TOKEN` (in |
| 21 | + the epilogue), making sure the script runs with a particular effective GID. |
| 22 | +- The QC panels for userfiles have a new layout; also users can toggle between |
| 23 | + one panel or two |
| 24 | +- The S3FlatDataProvider class now allows confiuring a S3 provider that starts |
| 25 | + with a prefixed path (e.g. "/a/b/c", and all the files are under that) |
| 26 | +- Users now have an 'affiliation' field, with a controled set of values for it |
| 27 | +- Userfile custom viewers can return an informative error message informing the |
| 28 | + framework why they aren't available for a particular file |
| 29 | +- New built-in viewers for singularity image files, json files, xml files |
| 30 | +- The Diagnostics tool has options for generating busy loops (system and/or user) |
| 31 | + |
| 32 | +Bug fixes: |
| 33 | + |
| 34 | +- Many many small ones. |
| 35 | + |
4 | 36 | #### Version 5.2.0 Released 2019-09-13 |
5 | 37 |
|
6 | 38 | We added a Code Of Conduct file to the GitHub repo. |
|
0 commit comments