Tom Baxter
Tom Baxter
Task returns "Content-Location" header along with 202 Content-Location points to new /pending end-point Upon task completion /pending end-point return 303 and "Content-Location" header Pending Content-Location header returns uri of created/updated...
## Purpose: https://openscience.atlassian.net/browse/SVCS-143 WB V1 API: add links for ?meta= call on folders ## Changes: update waterbutler/core/metadata.py move base_api_links out of BaseMetadata into utils for reuse update waterbutler/server/api/v1/provider/metadata.py to return...
## Ticket https://openscience.atlassian.net/browse/SVCS-47 ## Purpose Use python-magic(libmagic) to determine mimetypes at time of upload ## Changes update requirements.txt to include python-magic update waterbutler/core/streams/metadata.py for new class MimeStreamWriter update waterbutler/core/streams/**init**.py to...
## Ticket [SVCS-426](https://openscience.atlassian.net/browse/SVCS-426) ## Purpose Update GoogleDrive provider to v3 of the GoogleDrive API ## Changes Substantial changes to all aspects of the provider. Of particular note: GD v3 API...
starship bug-report Issue occurs before starship is installed so no bug report #### Current Behavior Crate installation... cargo install starship --locked ... fails #### Expected Behavior Crate installation... cargo install...
## Purpose: Create renderer for NifTI images. (.nii) ### Collateral Supports .nii.gz (NifTi files are commonly saved with .gz) Supports .dcm (DICOM images) ## Changes: Create papaya renderer in /mfr/extensions/papaya...
## Ticket [SVCS-531](https://openscience.atlassian.net/browse/SVCS-531) ## Purpose [SVCS-531] Improve tabular renderer to handle more TSV cases ## Changes mfr/extensions/tabular/libs/__init__.py mfr/extensions/tabular/libs/stdlib_tools.py mfr/extensions/tabular/settings.py - separate tsv_stdlib from csv_stdlib - improve exceptions tests/extensions/tabular/files/invalid_null.csv tests/extensions/tabular/test_stdlib_tools.py -...