Skip to content

Commit

Permalink
DIG-898: Show username of the authenticated user in data portal (#660)
Browse files Browse the repository at this point in the history
* Enable data censoring and rename cancer_type to primary_site

* Update data portal to handle censored data from Query as well

* Update query tests to deal with both the rename and censoring

* Fixup text garbling in specific cases

* Remove query completeness censoring, fixup homepage

* Pull up fixes from candig-data-portal

* Fixup a whitescreen caused by an empty response from Query

* [wip]

* Fixup: graphs on the search page, and pulling aggregate threshold count from .env

* Add OPA_URL to QUery's Docker-compose (for grabbing current auth'd user)

* Data-portal / query somehow got out of date

* Update data portal

* Fixup versions of submodules
  • Loading branch information
OrdiNeu authored and daisieh committed Jul 16, 2024
1 parent 3955fcb commit c0cf69a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/query/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:
CANDIG_KATSU_URL: ${KATSU_PRIVATE_URL}
CANDIG_HTSGET_URL: ${HTSGET_PRIVATE_URL}
VAULT_URL: ${VAULT_PRIVATE_URL}
OPA_URL: ${OPA_URL}
SERVICE_NAME: ${SERVICE_NAME}
AGGREGATE_COUNT_THRESHOLD: ${AGGREGATE_COUNT_THRESHOLD}
extra_hosts:
Expand Down

0 comments on commit c0cf69a

Please sign in to comment.