-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFC72] Update frontend for backend Spring Boot #4753
Conversation
@@ -2,11 +2,11 @@ version: '3' | |||
|
|||
services: | |||
cbioportal: | |||
image: cbioportal/cbioportal:demo-rfc72 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to remove later, this is a hack b/c it's no longer picking up the env/custom.sh
BACKEND
parameter
env/custom.sh
Outdated
@@ -1,2 +1,3 @@ | |||
#export CBIOPORTAL_URL="http://localhost:8081" | |||
#export GENOME_NEXUS_URL="https://www.genomenexus.org" | |||
BACKEND=cbioportal:demo-rfc72 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@inodb did this work? i tried this but coun't get it to work (in another PR). I mean, couldn't even get it to checkout the right branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this did not work, but updating image:
directly does work
- $TEST_HOME/docker_compose/keycloak/samlKeystore.jks:/cbioportal-webapp/samlKeystore.jks:ro | ||
- $E2E_WORKSPACE/keycloak/idp-metadata.xml:/cbioportal-webapp/client-tailored-saml-idp-metadata.xml:ro |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WEB-INF folder disappeared in spring boot
5c56fd3
to
049116a
Compare
#4750) * match cna chart colors with oncoprint and adjust label colors according to slice brightness * fix end to end tests on study view page * update pie charts @computed to @autoBind --------- Co-authored-by: Qi-Xuan Lu <[email protected]>
Add the group information as label below chart landmark line functionality Dynamic calculation of groups for axis Implement hazard ratio show hazard ratio between every group Remove hazard ratio warning when feature flag is disabled Removed feature flag for survival chart
Update the call to api-docs
Remove api-docs from urls
Related to cBioPortal/cbioportal#10356
Only merge once the backend is approved&merged: cBioPortal/cbioportal#10425