Add new /activities endpoint for UI operations involving ActivitiesThis adds a set of endpoints under /v1/activities that will be useful
for new and exsiting UI code. This includings being able to list
all activities, list timeline entries for an activity, list details
about a specific timeline entry, and retrieve the input and output data
for a given timeline entry / subprocess.
Introduce NewApplyMasks, a complete rewrite of ApplyMasksThis version handles orphans and referencing files, and does
almost all processing itself. It does still generate an edit skeleton
for moving the pre-masked files, as that operation needs to have an
email to link to (so this script cannot create a new timepoint in
a second activity without causing issues).
Fix bug with Public Copy Status Report URLWay back, the individual ABC would be running on a port like
6000 but the API was on 80 so the port was being forced to 80.
That's no longer an issue, and also the user might be on https
so 80 may break the link. This commit just removes the port entirely.
Pull request #389: Feature/parsing of histopathologyMerge in PT/oneposda from feature/parsing-of-histopathology to master
* commit '63999bbee2d3a15c03c2b796dd0d8d373943c3dc':
path bugfix for output bucket change
button to call the export operation
migration file cleanup
initial concept test
Fix Baseline and Dual versions of BackgroundPrivateDispositionsThere was a change to the number of arguments another script takes,
and these needed to be updated to pass that empty argument.
Pull request #386: Fix file details api call to work for non-image files.Merge in PT/oneposda from Fix-file-api-query to master
* commit '0f29de9b6287de56f22cf35e343cf66595daf734':
Fix file details api call to work for non-image files.
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.