physionet-build
physionet-build copied to clipboard
The new PhysioNet platform.
This Pull Request implements the feature to add cohosts for an event. This PR is a continuation of the Cohost PR : #1925 The feature has been implemented in a...
We want to provide mirrors of our published projects on Amazon S3 (similar to our existing Google Cloud mirrors) for purposes of providing faster and more convenient access. For *restricted...
CosmoNote is a waveform viewer developed as part of the COSMOS project: https://cosmos.isd.kcl.ac.uk/ The COSMOS team have demonstrated how CosmoNote can be used to render PhysioNet datasets: https://cosmonote.isd.kcl.ac.uk/physionet.html We should...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 to 3.0.3. Release notes Sourced from werkzeug's releases. 3.0.3 This is the Werkzeug 3.0.3 security release, which fixes security issues and bugs but does not otherwise...
This adds test coverage for most of the URLs in the `project` app. See the previous pull requests #1695, #1922, #2108 for background. With this change, the bulk of site...
When a project is submitted, the editor is asked "Is the project free of protected health information?" We don't want to give anyone the false impression that we have performed...
## What This is a small PR making a tiny change in the queryset for the trainings. The logic is updated to also include custom logic for courses as their...
## What? Here i have added a feature that will allow users to take the training from settings. User can choose from a list of available trainings and take the...
`credential_application` raises ServiceUnavailable if SYSTEM_MAINTENANCE_NO_UPLOAD is set. I think this is wrong because I think this form does *not* upload files anymore. On the other hand, `edit_trainings` does *not* pay...