@@ -8,19 +8,84 @@ Please view this file on the master branch, on stable branches it's out of date.
88
99## Unreleased
1010
11+ ### Added
12+ - All active user computation are aborted when user is deleted (@mkasztelnik )
13+ - Pipelines API (@Nuanda )
14+ - New provenance data file type (@mkasztelnik )
15+ - Data file synchronization API (@mkasztelnik )
16+ - Description how to start https development server using puma (@mkasztelnik )
17+ - Data file type stored in DB (@mkasztelnik )
18+ - Start runnable computation after new file appears (@mkasztelnik )
19+ - First version of automatic patient synchronization machinery (@Nuanda )
20+
21+ ### Changed
22+ - Move application controller configurations to separate concerns (@mkasztelnik )
23+
24+ ### Deprecated
25+
26+ ### Removed
27+ - Remove ` thin ` from ` Gemfile ` since puma can be used to start https development server (@mkasztelnik )
28+ - Remove ` Patient#procedure_status ` not used anymore (@mkasztelnik )
29+ - Remove ` guard ` since no one from the team is using it right now (@mkasztelnik )
30+
31+ ### Fixed
32+ - Issue #361 regression when running a rimrock step without tag or branch (@Nuanda )
33+
34+ ### Security
35+
36+ ## 0.12.1
37+
38+ ### Fixed
39+ - Fix pipeline list: CRC model CFD/ROM pipelines (@mkasztelnik )
40+
41+ ## 0.12.0
42+
43+ ### Added
44+ - Pipelines API (@Nuanda )
45+ - New provenance data file type (@mkasztelnik )
46+ - Add FileStore IP to rake attack safelist (@mkasztelnik )
47+
48+ ### Changed
49+ - ` pressure_drops ` file pattern extension changed to ` dat ` (@mkasztelnik )
50+ - JWT expiration time is now the same as for other envs (@mkasztelnik )
51+ - JWT expiration time can be configured using ENV variable (@mkasztelnik )
52+ - ` stage_in ` adds commented line when file cannot be found (@mkasztelnik )
53+ - Update to ruby 2.5.3 (@mkasztelnik )
54+ - Update to rails 5.2.1 (@mkasztelnik )
55+ - Replaced ERB-based templating with a Liquid-based system (@Nuanda , @mkasztelnik )
56+
57+ ### Deprecated
58+
59+ ### Removed
60+
61+ ### Fixed
62+ - Seg output shortening rule fix to deal with both success and failure outputs (@Nuanda )
63+ - ExclusivelyOwnedGroups incorrect positive removed (@Nuanda )
64+ - Updated truncated_off_mesh regular expression to recognize new segmentation output (@Nuanda )
65+ - STDOUT and STDERR files reset to nil for a re-run computation (@Nuanda )
66+ - Uploading input files via WebDAV triggers computation run (@Nuanda )
67+ - ` Pipelines::StartRunnable ` starts only configured computations (@mkasztelnik )
68+
69+ ### Security
70+
71+ ## 0.11.0
72+
1173### Added
1274- Patients API (@mkasztelnik )
1375- Accepting ` file.zip ` as a correct input for segmentation (@Nuanda )
14- - First version of automatic patient synchronization machinery (@Nuanda )
76+ - Extended clinical details section with a multi-entry widget (@Nuanda )
1577
1678### Changed
79+ - Exclude process-\* tags from the EurValve CI (@jmeizner )
80+ - Segmentation output files have shorter names (@Nuanda )
1781
1882### Deprecated
1983
2084### Removed
2185
2286### Fixed
2387- Fixed GitLab integration spec (@Nuanda )
88+ - Missing clinical data for some patients (@Nuanda )
2489
2590### Security
2691
0 commit comments