Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Releases: ucsc-cgp/cgp-dashboard

commons-0.1.7-beta

07 Dec 17:51
b78775f
Compare
Choose a tag to compare
commons-0.1.7-beta Pre-release
Pre-release

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

11 Oct 18:40
Compare
Choose a tag to compare
commons-0.1.6-beta Pre-release
Pre-release

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 and proxy_firecloud.
  • Fixed access token not getting refreshed properly.
  • Upgrade Flask.

commons-0.1.5-beta

28 Sep 16:30
d6295c6
Compare
Choose a tag to compare
commons-0.1.5-beta Pre-release
Pre-release

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

26 Sep 15:38
5ef42c5
Compare
Choose a tag to compare
commons-0.1.4-beta Pre-release
Pre-release

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.

This release starts at 7f797e5 and continues to 5ef42c5.

commons-0.1.3-beta

19 Jul 21:28
b2ce67e
Compare
Choose a tag to compare
commons-0.1.3-beta Pre-release
Pre-release

Fixes refreshing of access token, which in turn gets calls to FireCloud API working again.

commons-0.1.2-beta

13 Jul 17:04
Compare
Choose a tag to compare
commons-0.1.2-beta Pre-release
Pre-release

Removed devstorage.full_control scope from Login, as this is no longer needed for Export to FireCloud

1.0.9

03 Nov 23:22
Compare
Choose a tag to compare

check cookie session
redirect boardwalk to the boardwalk page
minor updates to About page

1.0.8

18 Aug 21:33
Compare
Choose a tag to compare

updated biographies

1.0.7

21 Jun 20:48
Compare
Choose a tag to compare

This release includes a burn-down chart. It reads from elasticsearch and stores plot points in a postgreSQL database on an hourly basis, up to the past 24 hours. Deltes plot points older than 24 hours as time goes on.

1.0.6

08 Jun 00:47
Compare
Choose a tag to compare

This release lifts the restriction on login, so that now anyone with a Gmail account can log in.