Skip to content
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

Updating to master branch #1

Open
wants to merge 6,383 commits into
base: master-v1.4.2
Choose a base branch
from
Open

Conversation

jkim485
Copy link

@jkim485 jkim485 commented Jun 30, 2017

What? Why?

Fix # .

Changes proposed in this pull request:

  • a
  • b

Checks

  • Runs on Heroku.
  • 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.
  • Follows the Google Style Guide.
  • Make sure your commit messages end with a Signed-off-by string (this line
    can be automatically added by git if you run the git-commit command with
    the -s option)
  • If this is a feature, the PR is to rc. If this is a bug fix, the PR is to
    hotfix.

Any screenshots or GIFs?

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

Notify reviewers

Read our Pull request merging
policy
. If you are part of the
cBioPortal organization, notify the approprate team (remove inappropriate):

@cBioPortal/frontend
@cBioPortal/backend
@cBioPortal/devops

If you are not part of the cBioPortal organization look at who worked on the
file before you. Please use git blame <filename> to determine that
and notify them here:

haynescd and others added 30 commits February 7, 2024 15:09
…ssServlet

Add CheckDarwinAccess to proxy controller
Update pom version and frontend version
Co-authored-by: Jeremy R. Easton-Marks <[email protected]>
* setup redirect to tutorials page

* add a default route for SPA traffic

* tutorials route is handled by frontend now

* remove unused var
Customize Custom Driver Name in application.properties file
* rebase master

* tutorials route is handled by frontend now

* remove unused var

* go back to old routes, add tutorial redirect

* Add oql route

Co-authored-by: Ino de Bruijn <[email protected]>

---------

Co-authored-by: Ino de Bruijn <[email protected]>
This way, users do not have to pass the authorization headers every time they make a request, but only need to set it once
Update bravado documentation with persistent authorization
The layout of the ER diagram is also changed to highlight records hierarchy:
- study
    - patient
        - sample
            - molecular data type
The respective tables are positioned on the main diagonal.

Co-authored-by: Ruslan Forostianov <[email protected]>
* Changes Immutable List to Mutable List

* Remove Type Specifications
* Update Security Integration test to remove selenium container

* Fix yml file

* Add DirtiesContext annotation

* Remove internal.test.host

* Add mongo and session service
zainasir and others added 30 commits November 25, 2024 18:49
Add setup guide for Kubernetes deployment
...and fix some broken links
* Adds documentation for managing keycloak instance via API
* Add keycloak management doc to retype summary page
* add donate page to docs

* Update Donate.md

---------

Co-authored-by: JJ Gao <[email protected]>
Seems like we still use this standalone frontend mode
Add Clickhouse implementation of study view endpoints (off by default) with legacy api intact
---------

Co-authored-by: haynescd <[email protected]>

---------

Co-authored-by: haynescd <[email protected]>
Co-authored-by: Charles Haynes <[email protected]>
Co-authored-by: Onur Sumer <[email protected]>
Co-authored-by: Neel Kuila <[email protected]>
Co-authored-by: Bryan Lai <[email protected]>
Co-authored-by: Zhaoyuan (Ryan) Fu <[email protected]>
Co-authored-by: Qi-Xuan Lu <[email protected]>
Co-authored-by: Bryan Lai <[email protected]>
Co-authored-by: Gaofei Zhao <[email protected]>
Co-authored-by: Robert Sheridan <[email protected]>
Co-authored-by: Zain Nasir <[email protected]>
Co-authored-by: Zain Nasir <[email protected]>
Co-authored-by: haynescd <[email protected]>
* Add donate button config instructions
* add donate_button to example props
* add donate to example props
Add documentation for cBioPortal security measures.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.