Skip to content

Commit

Permalink
Added release notes for 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prioux committed Dec 10, 2019
1 parent 2170184 commit fd54bea
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 100 deletions.
32 changes: 32 additions & 0 deletions Release-Notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@

## CBRAIN Release Notes

#### Version 5.3.0 Released 2019-12-10

New features:

- From a Task's information page, a user can now access a "Publish to Zenodo"
page. The task's output and runtime information will be published to
Zenodo. Caveat: pushing data is done synchronously, which blocks the
browser (TODO, as pushing as a forked process messes up the libcurl library)
- The Network Operation Center now provides weekly, monthly and yearly reports
- Userfile resource usage tracking: whenever files are added, deleted or change size,
persistent records are made about the change
- Task resource usage tracking: whenever tasks reach a final state, persistent records
are made. These include the status of the tasks, but also their accumulated CPU
and wall times
- Administrators can configure 'epilogue' sections of the tool configs, to match
the existing prologue sections. This allow the admin to surround the running
script with e.g. `sg newgroup bash <<TOKEN` (in the prologue) and `TOKEN` (in
the epilogue), making sure the script runs with a particular effective GID.
- The QC panels for userfiles have a new layout; also users can toggle between
one panel or two
- The S3FlatDataProvider class now allows confiuring a S3 provider that starts
with a prefixed path (e.g. "/a/b/c", and all the files are under that)
- Users now have an 'affiliation' field, with a controled set of values for it
- Userfile custom viewers can return an informative error message informing the
framework why they aren't available for a particular file
- New built-in viewers for singularity image files, json files, xml files
- The Diagnostics tool has options for generating busy loops (system and/or user)

Bug fixes:

- Many many small ones.

#### Version 5.2.0 Released 2019-09-13

We added a Code Of Conduct file to the GitHub repo.
Expand Down
Loading

0 comments on commit fd54bea

Please sign in to comment.