Skip to content

Commit c2aec28

Browse files
committed
Release 6.2.0
1 parent fc85bf1 commit c2aec28

File tree

2 files changed

+241
-128
lines changed

2 files changed

+241
-128
lines changed

Release-Notes.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,48 @@
11

22
## CBRAIN/NeuroHub Release Notes
33

4+
#### Version 6.2.0 Released 2022-01-28
5+
6+
(After eleven months, the `git diff` output is over 12,000 lines long!)
7+
8+
Major features:
9+
10+
* A new Boutiques integrator was implemented. This new framework
11+
is modular and customizable, and much easier to maintain.
12+
from the developer's perspective. Some technical documentation
13+
is in this [presentation](https://prioux.github.io/new-boutiques-presentation/#/title).
14+
* The new Bouiques integrator comes with four new modules that sysadmins
15+
can configure withing each Boutiques descriptor:
16+
* BoutiquesFileNameMatcher
17+
* BoutiquesFileTypeVerifier
18+
* BoutiquesOutputFileTypeSetter
19+
* BoutiquesPostProcessingCleaner
20+
* Users can link their account to a Globus identity and
21+
authenticate with Globus from that point on.
22+
* A new DataProvider types has been added: SingBindMountDataProvider.
23+
It access files in squashfs or ext3 overlays using the singularity
24+
bindmount feature.
25+
* The NeuroHub interface now shows the user's own private project.
26+
* A new 'stream' action has been added to the userfile model,
27+
allowing seemless path-based access to file contents.
28+
* Sysadmins have access to a set of new rake tasks to extract old record
29+
from the resource_usage table, and get them saved into YAML files.
30+
Replacement monthly summary records can then be reinserted in the database
31+
so that the usage tracking for all resources stay accurate.
32+
33+
Other enhancements:
34+
35+
* New NOC status and statistics pages: users over time, tools usage
36+
over time, tasks CPU time over time.
37+
* The main login page has a public list of configured tools and datasets.
38+
* The data structure that maintains statistics about the portal
39+
requests has been simplified.
40+
* S3 data providers can be configued with distinct regions and endpoints.
41+
* A new class of users, AutomatedUser, is available for automatic systems.
42+
* Admins can configure overlays for Singularity-launched tools
43+
by provding the overlays as userfiles.
44+
* A new tool, SimpleFileExtractor, is provided with the distribution.
45+
446
#### Version 6.1.0 Released 2021-02-26
547

648
This release contains several new features and bug fixes.

0 commit comments

Comments
 (0)