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,497 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:

sbabyanusha and others added 30 commits May 29, 2024 16:18
Add a new survival data api endpoint that supports customizable Dynamic Kaplan-Meier plot.
---------

Co-authored-by: Karthik <[email protected]>
Co-authored-by: Qi-Xuan Lu <[email protected]>
Remove demo-rfc72 reference from integration test
…n their landing pages (#10829)

* Implement endpoints for public virtual studies

* Add possibility to specify cancer type id and pmi for virt. study during publishing

* Filter out forbidden study ids from virtual studies

* Do not allow set * user for user virtual study

To prevent missuse of the request to publish virtual study for everyone!

* Add integration tests for (un)publishing virtual study

* Assert fields fo published virtual studies

* Use recommended ways to inject dependencies in spring

* Add issue link to session service FIXMEs

* Fix sonar reported NPE bugs

* Remove unnecessary checks for null

* Remove obsolete TODO comment

* Throw AccessForbiddenException and use GlobalExceptionHadler instead

* Throw IllegalStateException is downstream server return unsuccessful result

* Remove raw use of ResponseEntity

* Throw bad request exception instead of returning ResponseEntity

* Do not filter out VS when user does not hava access to underlying study samples

* Fix integration tests

* Extract http calls to the session service to the handler

* Remove todo comment

User has to have * username witch is not likely

* Fix sonarcloud issues

* Deduplicate ensuring publisher api key is correct

* Remove usage of generic wildcard type

* Extract logic to update VS metadata fields into a method

* Document publishing virtual study feature

* Update docs/Create-And-Publish-Virtual-Study.md

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

* Publish virtual study by modifying it instead of making copy

Also get rid of undocumented endpoint

* Improve name and docs of method to retrieve VS for user

* Assign VM after un-publshing to the owner

Make sure that we unpublish public virtual study. Fail otherwise.

---------

Co-authored-by: Charles Haynes <[email protected]>
Co-authored-by: pieterlukasse <[email protected]>
* restrict proxy access to known hosts only

* remove proxy/** endpoint
* Add Incremental Data Loading Documentation

* Apply suggestions from code review

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

---------

Co-authored-by: pieterlukasse <[email protected]>
For publishing and un-publishing we use token base authorisation
inodb and others added 30 commits February 16, 2025 16:58
* fix: allow empty genepanel query for API requests on study without gene panel data

---------

Co-authored-by: Aiosa <[email protected]>
Co-authored-by: Ino de Bruijn <[email protected]>
* support custom springboot args for api-tests

* fix typo
* Add all usecases for studyview service

* Fix apiTests

* 📝 Add docs for new clickhouse classes

* add ability to extract study ids without involvedCancerStudy interceptor

* Move to domain module

* Extract UseCases

* Move tests for domain specific Repositories

* Make sonar fixes

* Remove docs
* Test v6.0.27

* Test uppercase groupId
* Remove servlet-api dependency from mockserver-client-java

* Update documentation to reflect the change of removing servlet-api package
* Fix frequency issue for same genePanel
Rebase to original branch
…pose (#11433)

* add documentation for clickhouse mode setup for cbioportal docker compose

* update clickhouse compatible release

* improve study import docs
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.