Releases: ucsc-cgp/cgp-dashboard
commons-0.1.7-beta
New features
- User now needs to be logged in to view data in DataBrowser
- Once logged in, user is redirected to DataBrowser
- Access token refreshes after 1 h and user stays on Boardwalk/DataBrowser page
commons-0.1.6-beta
New features:
- Removed UCSC logo.
- Add logger messages to log user access to the CGP platform.
- Updated header authenticated UI.
- Removed methods
export_to_firecloud
andproxy_firecloud
. - Fixed access token not getting refreshed properly.
- Upgrade Flask.
commons-0.1.5-beta
This release fixes an issue where the home page would incorrectly say data was access controlled when it wasn't.
commons-0.1.4-beta
This release add authorization and whitelist support. The whitelist is managed with https://github.com/ucsc-cgp/bouncer using an AWS secret.
As part of these changes a couple new endpoints are added to dashboard, /me
which returns the user's data for boardwalk, and /authorization
which decides if the user is logged in and / or authorized in the case of a whitelist. Also various updates, bug fixes, and upgrades of dated components.
commons-0.1.3-beta
Fixes refreshing of access token, which in turn gets calls to FireCloud API working again.
commons-0.1.2-beta
Removed devstorage.full_control scope from Login, as this is no longer needed for Export to FireCloud