Update api masking/visualreview to optionally return masked onlyAdded awaiting_review bool parameter to masking/visualreview route. When
true, it will return only those IECs that are awaiting review. When
false, it will return everything (same as before).
Pull request #383: Mirabelle workMerge in PT/oneposda from mirabelle_work to master
* commit 'b97e13d45babfa6b389e53b515190b2d694aacff':
Fix base return model
Add FOR to IEC info endpoint, add modality and series uid to other_iecs_in_for endpoint.
Add CopySeriesFromOtherTimepoint.py scriptThis is basically the opposite of CopyPriorTimepointExcludingSeries;
It copies series from another timepoint but includes only
the supplied set of series.
Update ImportInPlaceFromPublic to fix bugThis commit changes to using fetchall() to request
all the rows from the MySQL database into memory rather than
looping over the cursor directly, due to a timeout issue that
was being encountered when trying to copy a large collection.
Pull request #377: PathBulkMerge in PT/oneposda from pathBulk to master
* commit 'f6a48f4a1a73bee3211c652772be8c000164aa83':
new bulk edit options
way to remove labels,macros,metadata, from all of the files in an activity; in progress
Pull request #375: Generalized the Apply masks to apply edit/delete operations to any functionMerge in PT/oneposda from PT-1257-apply-masks-change to master
* commit 'f6b902c6d1860a34669e4a9e3e1f056722bd9f03':
Generalized the Apply masks to apply edit/delete operations to any function
Add new endpoint visualreview/:vr/nextThis will be used (likely temporarily) to select the "next" IEC
in the VR that needs to be worked on (that is flagged for masking,
and has a masking_status of 'created').
Change to use simpler method to determine volumetricThe old method was clever but causing trouble with many volumes
that have duplicated frames or were missing frames. This new simpler
method is temporary.