Skip to content

Change CBIOPORTAL_URL to staging environment (TESTING PARRELEL)#5601

Draft
alisman wants to merge 1 commit into
masterfrom
alisman-patch-12
Draft

Change CBIOPORTAL_URL to staging environment (TESTING PARRELEL)#5601
alisman wants to merge 1 commit into
masterfrom
alisman-patch-12

Conversation

@alisman

@alisman alisman commented Jun 2, 2026

Copy link
Copy Markdown
Collaborator

Fix cBioPortal/cbioportal# (see https://help.github.com/en/articles/closing-issues-using-keywords)

Describe changes proposed in this pull request:

  • a
  • b

Checks

  • Has tests or has a separate issue that describes the types of test that should be created. If no test is included it should explicitly be mentioned in the PR why there is no test.
  • The commit log is comprehensible. It follows 7 rules of great commit messages. For most PRs a single commit should suffice, in some cases multiple topical commits can be useful. During review it is ok to see tiny commits (e.g. Fix reviewer comments), but right before the code gets merged to master or rc branch, any such commits should be squashed since they are useless to the other developers. Definitely avoid merge commits, use rebase instead.
  • Is this PR adding logic based on one or more clinical attributes? If yes, please make sure validation for this attribute is also present in the data validation / data loading layers (in backend repo) and documented in File-Formats Clinical data section!

Any screenshots or GIFs?

If this is a new visual feature please add a before/after screenshot or gif
here with e.g. Giphy CAPTURE or Peek

Notify reviewers

Read our Pull request merging
policy
. It can help to figure out who worked on the
file before you. Please use git blame <filename> to determine that
and notify them either through slack or by assigning them as a reviewer on the PR


View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

Copilot AI review requested due to automatic review settings June 2, 2026 16:12

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the master branch environment configuration to point CBIOPORTAL_URL at a staging backend, affecting how branch-aware scripts (and CI e2e) resolve the target cBioPortal instance.

Changes:

  • Changed CBIOPORTAL_URL in env/master.sh from https://www.cbioportal.org to https://staging.cbioportal.org.

Comment thread env/master.sh
@@ -1,2 +1,2 @@
export CBIOPORTAL_URL="https://www.cbioportal.org"
export CBIOPORTAL_URL="https://staging.cbioportal.org"
@netlify

netlify Bot commented Jun 2, 2026

Copy link
Copy Markdown

Deploy Preview for cbioportalfrontend ready!

Name Link
🔨 Latest commit 799b195
🔍 Latest deploy log https://app.netlify.com/projects/cbioportalfrontend/deploys/6a27236ed506800008d59347
😎 Deploy Preview https://deploy-preview-5601.preview.cbioportal.org
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@onursumer onursumer self-assigned this Jun 8, 2026
@onursumer onursumer marked this pull request as draft June 15, 2026 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants