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

RFC72 Rebase #10339

Closed
wants to merge 177 commits into from
Closed

RFC72 Rebase #10339

wants to merge 177 commits into from

Commits on Dec 2, 2022

  1. fix #9461 - mutations api endpoint

    - modified java files to remove unused properties and changes to tests
    - db changes, mutationmapper.xml
    - Update seed_mini.sql
    
    roll back changes for refseqMrnaId
    
    roll back changes for refseqMrnaId
    
    Update ExtendedMutation.java
    
    Added required property setOncotatorRefseqMrnaId and getOncotatorRefseqMrnaId
    jagnathan committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    967afbe View commit details
    Browse the repository at this point in the history
  2. Updated more files for removed fields

    Updated more files for removed fields
    
    Remove unused oncotator fields
    
    Remove unused oncotator fields
    ONCOTATOR_DBSNP_RS
    ONCOTATOR_UNIPROT_ENTRY_NAME
    
    remove fields from sql file
    
    ONCOTATOR_DBSNP_RS and ONCOTATOR_UNIPROT_ENTRY_NAME removal from sql file
    jagnathan committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    eeb8f8a View commit details
    Browse the repository at this point in the history
  3. db changes and renaming the column prefixes from oncotator to mutation

    db changes in sql for renaming columns
    renamed the column prefixes from oncotator to mutation on multiple classes and files
    jagnathan committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    3b2f8bb View commit details
    Browse the repository at this point in the history
  4. Update SQL statements

    Update testSql.sql
    
    updating testSql for the name change of columns from ONCOTATOR to MUTATION
    
    Update DaoMutation.java
    
    The data files still use the old column prefix of ONCOTATOR instead of MUTATION
    
    Update DaoMutation.java
    
    Update migration.sql
    
    Adding quotes around column names
    jagnathan committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    d1a400d View commit details
    Browse the repository at this point in the history
  5. db changes and renaming the column prefixes from oncotator to mutation

    db changes in sql for renaming columns
    renamed the column prefixes from oncotator to mutation on multiple classes and files
    jagnathan committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    871eccd View commit details
    Browse the repository at this point in the history
  6. Update migration.sql

    Update migration.sql
    
    fix syntax errors in mysql change column
    
    Update migration.sql
    
    fix syntax errors in mysql change column
    
    setting db version
    
    setting db version
    jagnathan committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    98c892f View commit details
    Browse the repository at this point in the history
  7. Removed Link columns

    Removed Link columns and modified the documentation
    jagnathan committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    dec3627 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Update news.md

    sbabyanusha committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    1c56e26 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. update news.md

    sbabyanusha committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f8e3350 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    d7be358 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    89bde61 View commit details
    Browse the repository at this point in the history
  2. Update Mutation model

    dippindots committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    9ca0563 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Merge pull request #9914 from jagnathan/fix-9461-mutations-api-endpoi…

    …nt-final
    
    Fix 9461 mutations api endpoint final
    dippindots authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    ec2236f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Update SQL to fix incompatibility with sqlmode OnlyFullGroupBy and ad…

    …d support for multiple database impls to support mysql and h2
    haynescd committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    30578f4 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into bugfix/ch/Fix-incom…

    …patible-with-sqlmodeOnlyFullGroupBy
    haynescd committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    c1a38a8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10079 from haynescd/bugfix/ch/Fix-incompatible-wi…

    …th-sqlmodeOnlyFullGroupBy
    
    Update SQL to fix incompatibility with sqlmode OnlyFullGroupBy
    haynescd authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    f375e62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ec8632 View commit details
    Browse the repository at this point in the history
  5. Several small fixes and cleanup after feedback @dippindots

    Bas Leenknegt authored and dippindots committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    b4f3097 View commit details
    Browse the repository at this point in the history
  6. Remove excess whitespace

    Bas Leenknegt authored and dippindots committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    bae8b2b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Merge pull request #10039 from BasLee/custom_data_binning_endpoint

    Binning of custom data
    dippindots authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    ca13827 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    05bfd35 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. update bilkent members

    inodb authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    0d6ca0e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Merge pull request #10097 from cBioPortal/master

    Merge master into v5.3.0
    dippindots authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    327a4eb View commit details
    Browse the repository at this point in the history
  2. Frontend v5.3.0

    dippindots authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    4c46c8d View commit details
    Browse the repository at this point in the history
  3. Update ClinicalEventMyBatisRepositoryTest.java

    We need to update this test because it's not java 8 compatible.
    dippindots authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    b1308d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    945cd5a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10098 from cBioPortal/demo-v5.3.0

    Release v5.3.0
    dippindots authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    0b2dfa6 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Merge pull request #10054 from thehyve/update-cosmic-importer

    update cosmic importer for new cosmic datafiles
    inodb authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    1656299 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10091 from pvannierop/fix_sv_queries

    Fix StructuralVariantMapper.xml
    dippindots authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    2f3653a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    3711cf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6140e5 View commit details
    Browse the repository at this point in the history
  3. Update news.md

    sbabyanusha committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    3443d56 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Frontend v5.3.1

    dippindots authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    b851a6f View commit details
    Browse the repository at this point in the history
  2. Update News.md

    sbabyanusha committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    5051c4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e10871 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Use custom driver annotations in sv counts

    Bas Leenknegt committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    33948e9 View commit details
    Browse the repository at this point in the history
  2. Test custom driver annotations filter in sv count query

    Bas Leenknegt committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    4857a14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a3fd84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fa82fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a534eb7 View commit details
    Browse the repository at this point in the history
  6. Add comment to mybatis sv whereSite1IsNot2 clause

    Bas Leenknegt committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    17f8b7e View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Fix validation result_report.html: include new sv

    Bas Leenknegt committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    363488b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Frontend v5.3.2

    dippindots authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    d6bd1e2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10092 from BasLee/sv-counts-with-custom-driver-an…

    …notations
    
    Include driver filter in sv count query
    dippindots authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    5456f33 View commit details
    Browse the repository at this point in the history
  3. Update News.md

    sbabyanusha authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    90c123d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d47b8d0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #9994 from cBioPortal/feb-6-2023-newsreleas

    Update news.md
    inodb authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    5255b5a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. fixed swagger page validation errors

    jfkonecn authored and inodb committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    a57c489 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Merge pull request #10101 from jfkonecn/hotfix

    fixed swagger page validation errors
    inodb authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    1898d06 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Frontend v5.3.3

    dippindots authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    d790883 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Add MSK database migration documentation (#10115)

    Co-authored-by: Ino de Bruijn <[email protected]>
    dippindots and inodb authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    880d6b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    5679255 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Add studyId to CancerStudyTag entity

    Bas Leenknegt committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    1ff02a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10116 from BasLee/tags-with-study-id

    Add studyId to CancerStudyTag entity
    alisman authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    a33532d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Frontend v5.3.4

    alisman authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    68c53a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Merge pull request #10130 from cBioPortal/alisman-patch-7

    Frontend v5.3.4
    alisman authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    2c107f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    95c80c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10128 from haynescd/feature/10125-Add-Configurati…

    …on-Property-max-number-of-studies
    
    🔧 Add Configuration Properties for study view summary limits
    alisman authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    593c589 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. add sitemaps for retype

    adding url should fix this
    inodb authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    fe3ab58 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Frontend v5.3.5

    dippindots authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    76cf44f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10137 from cBioPortal/frontend-v5.3.5

    Frontend v5.3.5
    dippindots authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    2265fe2 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Add tutorials from others

    inodb authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    d2d46f9 View commit details
    Browse the repository at this point in the history
  2. Add Farhan Haq tutorial video

    inodb authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    ef862a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Merge pull request #10142 from cBioPortal/add-additional-tutorials

    Add tutorials from others
    inodb authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    c06ccad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cdfdb9 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Frontend v5.3.6

    dippindots authored May 3, 2023
    Configuration menu
    Copy the full SHA
    808bd6b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10143 from haynescd/feature/10135-Add-Configurati…

    …on-Property-For-StudyDownloadUrl
    
    🔧 Add StudyDownloadUrl to portal.properties
    inodb authored May 3, 2023
    Configuration menu
    Copy the full SHA
    d5aeab9 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Update News-Genie.md

    ritikakundra authored May 4, 2023
    Configuration menu
    Copy the full SHA
    d066ae8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Fix study tag search when no studies present

    Bas Leenknegt committed May 8, 2023
    Configuration menu
    Copy the full SHA
    0bc22ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10164 from BasLee/fix-study-tags-search-with-no-s…

    …tudies
    
    Fix study tag search when no studies available
    inodb authored May 8, 2023
    Configuration menu
    Copy the full SHA
    46275a6 View commit details
    Browse the repository at this point in the history
  3. Add dsnparse Python requirement

    Needed for future PR concerning using db.connection_string to connect to the database
    pvannierop authored May 8, 2023
    Configuration menu
    Copy the full SHA
    57cd682 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10165 from cBioPortal/pvannierop-patch-4

    Add dsnparse Python requirement
    dippindots authored May 8, 2023
    Configuration menu
    Copy the full SHA
    ff6f0e7 View commit details
    Browse the repository at this point in the history
  5. add jeremy to about page

    tmazor authored May 8, 2023
    Configuration menu
    Copy the full SHA
    567f7bf View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10166 from cBioPortal/tmazor-patch-7

    add jeremy to about page
    inodb authored May 8, 2023
    Configuration menu
    Copy the full SHA
    584008b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Documentation markdown fixes (#10186)

    * Fix broken hyperlink to retype
    * Move development files under development directory
    * Fix markdown links for table of contents
    justinjao authored May 19, 2023
    Configuration menu
    Copy the full SHA
    f83dc50 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Frontend v5.3.7

    dippindots committed May 23, 2023
    Configuration menu
    Copy the full SHA
    383ea00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    037b361 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10168 from cBioPortal/frontend-v5.3.7

    Frontend v5.3.7
    dippindots authored May 23, 2023
    Configuration menu
    Copy the full SHA
    16da69b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Fix integration test

    dippindots committed May 24, 2023
    Configuration menu
    Copy the full SHA
    326e765 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10193 from cBioPortal/fix-integration-test

    Fix integration test
    dippindots authored May 24, 2023
    Configuration menu
    Copy the full SHA
    8d0008b View commit details
    Browse the repository at this point in the history
  3. Frontend v5.3.8

    dippindots authored May 24, 2023
    Configuration menu
    Copy the full SHA
    1f162e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21947e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d07e617 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10156 from haynescd/feature/10133-Exclude-Clinica…

    …l-Attributes-with-low-priority
    
    Feature/10133 exclude clinical attributes with low priority
    haynescd authored May 24, 2023
    Configuration menu
    Copy the full SHA
    d0b7a1d View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. add statistical tests in FAQ

    Fixed #10198
    jjgao authored May 26, 2023
    Configuration menu
    Copy the full SHA
    f004fad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9af6061 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Frontend v5.3.9

    dippindots authored May 30, 2023
    Configuration menu
    Copy the full SHA
    c41f29e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Merge pull request #10202 from cBioPortal/frontend-v5.3.9

    Frontend v5.3.9
    dippindots authored May 31, 2023
    Configuration menu
    Copy the full SHA
    d72a44f View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. change docker compose cmds

    inodb authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    566da57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8532fe3 View commit details
    Browse the repository at this point in the history
  3. fix release notes docs link

    inodb authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    09bdc01 View commit details
    Browse the repository at this point in the history
  4. fix release procedure info

    inodb authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    838557f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Frontend v5.3.10

    dippindots authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    383b6bb View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Merge pull request #10210 from cBioPortal/frontend-v5.3.10

    Frontend v5.3.10
    dippindots authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    23178a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    100d642 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    ad324a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Adding new features news (#10149)

    * Adding new features news from 2022/05 to current
    
    Co-authored-by: Ino de Bruijn <[email protected]>
    dippindots and inodb authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    1768381 View commit details
    Browse the repository at this point in the history
  2. Update web-API-and-Clients.md (#10209)

    Add description of cbioportalR in web API section
    karissawhiting authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    b2f0fbf View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Merge pull request #10199 from cBioPortal/jjgao-patch-1

    add statistical tests in GC in FAQ
    dippindots authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    ff4c6ea View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Frontend v5.3.11

    dippindots authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    1654557 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Paginate clinical table response using Page and Pagable spring interf…

    …aces
    Bas Leenknegt committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9b70fcc View commit details
    Browse the repository at this point in the history
  2. Use PaginatedClinicalData

    Bas Leenknegt committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    08b7aa2 View commit details
    Browse the repository at this point in the history
  3. Add query to count items in clinical table

    Bas Leenknegt committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b7e4de0 View commit details
    Browse the repository at this point in the history
  4. Replace spring page with page response headers

    Bas Leenknegt committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f8aa8b0 View commit details
    Browse the repository at this point in the history
  5. Fix page size when sorting clinical table

    Bas Leenknegt committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    92dc40a View commit details
    Browse the repository at this point in the history
  6. Sort clinical table by sample and patient ID

    Bas Leenknegt committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    2ae0269 View commit details
    Browse the repository at this point in the history
  7. Fix distinct in patient attr sorting

    Bas Leenknegt committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    c3f8588 View commit details
    Browse the repository at this point in the history
  8. Fix difference h2 and mysql in sorting nulls last

    Bas Leenknegt committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f828ee0 View commit details
    Browse the repository at this point in the history
  9. Rename *SampleClinicalTable* methods

    Bas Leenknegt committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9d7c2b3 View commit details
    Browse the repository at this point in the history
  10. update members about us page

    add calla & bryan, move several people to alumni
    inodb authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    fede09e View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Revert controler rename to keep backward compatible

    Bas Leenknegt committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    654a5d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Merge pull request #10211 from BasLee/poc-paginated-clinical-table

    Paginated clinical table
    dippindots authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    15cf8ce View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Impl. Struct Var count endpoint for Study View

    pvannierop authored and Bas Leenknegt committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    f07c966 View commit details
    Browse the repository at this point in the history
  2. Remove unused imports

    PR feedback Gaofei
    pvannierop authored and Bas Leenknegt committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    f14a3ea View commit details
    Browse the repository at this point in the history
  3. Correct variable name

    PR feedback Gaofei
    pvannierop authored and Bas Leenknegt committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    a06ba40 View commit details
    Browse the repository at this point in the history
  4. Change HashMap to Set

    PR feedback Gaofei
    pvannierop authored and Bas Leenknegt committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    615644d View commit details
    Browse the repository at this point in the history
  5. Return counts when gene 1 or gene2 is null

    pvannierop authored and Bas Leenknegt committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    804aa0b View commit details
    Browse the repository at this point in the history
  6. Change missing site1 or site2 gene for SV to INFO log level

    Was WARN before.
    pvannierop authored and Bas Leenknegt committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    077a0b3 View commit details
    Browse the repository at this point in the history
  7. Update result report

    pvannierop authored and Bas Leenknegt committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    631a5b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dbee688 View commit details
    Browse the repository at this point in the history
  9. Frontend v5.3.12

    alisman committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    69c17d4 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #10234 from alisman/v5.3.12

    Frontend v5.3.12
    alisman authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    f7189e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Merge pull request #10233 from oplantalech/reference_genome_badge

    Create property to show reference genome in study list
    alisman authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    8bf1312 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. fix contributor last name

    onursumer committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    7e7717f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Merge pull request #10239 from onursumer/about-us-name-correction

    Fix contributor last name
    alisman authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    8b911fc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10119 from pvannierop/sv_counts_endpoint

    RFC68: Impl. Struct Var count endpoint for Study View
    alisman authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    670337a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Frontend v5.3.13

    dippindots authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    5b51b70 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10243 from cBioPortal/frontend-v5.3.13

    Frontend v5.3.13
    dippindots authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    49adca0 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    105661f View commit details
    Browse the repository at this point in the history
  2. Add unit tests for resolveEntrezGeneIds

    pvannierop authored and Bas Leenknegt committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    1ed61f4 View commit details
    Browse the repository at this point in the history
  3. Changes after PR reviews

    - Rename StructVar* to StructuralVariant*
    - Revert JsonInclude Always to NON_NULL
    -
    Bas Leenknegt committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    28e0134 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Merge pull request #10214 from pvannierop/studyview_sv_queryfilter

    RFC68: Impl. structural variant filtering in Study View filter
    dippindots authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2d79405 View commit details
    Browse the repository at this point in the history
  2. Add Java 11 as requirement

    inodb authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    8acd3df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b205cb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Merge pull request #10258 from h164654156465/data-download-control

    modify documentation for skin.hide_download_controls
    alisman authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    249d4ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    719e5d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    48f4d69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2712b20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcac80a View commit details
    Browse the repository at this point in the history
  4. Add more tests and comments

    kalletlak committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    dc487c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Merge pull request #10261 from kalletlak/timeline-performance

    Improve study-view treatment api's performance
    kalletlak authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b3400e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. fix 10221 - 403 issue

    fix 10221 - 403 issue; swagger annotations cause issue in authentication object. If user authorization is enabled, authentication object is obtained from SecurityContextHolder
    jagnathan authored and dippindots committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    660ed0a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Merge pull request #10267 from jagnathan/fix10221-403-authorized-stud…

    …ies-2
    
    fix 10221 - 403 issue; authentication object is obtained from Security Context.
    dippindots authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    9e90a2a View commit details
    Browse the repository at this point in the history
  2. Update Pyyaml package

    See yaml/pyyaml#724 for details of this update
    dippindots authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b7de8f3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10283 from cBioPortal/update-pyyaml

    Update Pyyaml package
    dippindots authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    78dbe9e View commit details
    Browse the repository at this point in the history
  4. Frontend v5.3.14

    dippindots committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    1a115f6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10281 from cBioPortal/frontend-v5.3.14

    Frontend v5.3.14
    dippindots authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a3794f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    16acfa7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10254 from kalletlak/feature/10248

    Set download button visibility in UI based on user role/group
    kalletlak authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8f6534e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    7339191 View commit details
    Browse the repository at this point in the history
  2. Update about us page

    dippindots authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    173cb57 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Frontend v5.3.15

    dippindots authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    8412f5e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10297 from cBioPortal/frontend-v5.3.15

    Frontend v5.3.15
    dippindots authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    4ac327b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    0ed4759 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. update one-sided fisher test to two-sided

    Bryan Lai authored and dippindots committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0425e7b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10288 from gblaih/two-sided-fisher-test

    Two sided fishers test
    dippindots authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    70f4597 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbee06e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10305 from dippindots/catch-redis-error

    Allow Redis service unavailable when Redis is enabled
    dippindots authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    731bd62 View commit details
    Browse the repository at this point in the history
  5. Frontend v5.3.16

    dippindots authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4b76f51 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10306 from cBioPortal/frontend-v5.3.16

    Frontend v5.3.16
    dippindots authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    58a9cbe View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Update two-sided fisher tests news (#10312)

    * Add two-sided fisher tests news
    
    ---------
    
    Co-authored-by: Ino de Bruijn <[email protected]>
    dippindots and inodb authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d035bb1 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Genomic data counts study-view endpoint (#10300)

    * implement getting CNA types for a gene specific
    
    * add tests for genomic-data-counts endpoint
    
    * change CopyNumberDataCounterFilter to StudyViewFilter and GenomicDataCountFilter
    
    * change to molecularDataService to fetch data
    
    * add filter logic for DISCRETE molecular profiles
    
    * Refactor
    
    * count NA and clean up codes
    
    * Updates
    
    * Update StudyViewServiceImplTest.java
    
    ---------
    
    Co-authored-by: Qi-Xuan Lu <[email protected]>
    Co-authored-by: Karthik <[email protected]>
    3 people authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ca2bdff View commit details
    Browse the repository at this point in the history
  2. Frontend v5.3.17

    dippindots authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1b9b31c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10292 from cBioPortal/dippindots-patch-1

    Update about us page
    dippindots authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1acb7a1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10318 from cBioPortal/frontend-v5.3.17

    Frontend v5.3.17
    dippindots authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    4956dcb View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Add defaults for genomic evolution tab in patient view (#10309)

    * Add defaults for mutation heatmap and line chart checkboxes
    
    * Update text
    
    ---------
    
    Co-authored-by: Gaofei Zhao <[email protected]>
    BasLee and dippindots authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7b2bbe2 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Add data access token user role filter feature (#10315)

    * Add data access token user role filter feature
    * Update and more tests
    * Update failing test
    
    ---------
    
    Co-authored-by: Jeremy R. Easton-Marks <[email protected]>
    kalletlak and JREastonMarks authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    7f523c8 View commit details
    Browse the repository at this point in the history
  2. Update About-Us.md (#10196)

    Update About-Us.md
    ritikakundra authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    63d2c6a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    ca96047 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10329 from cBioPortal/label-check

    Add label check test for pull request
    dippindots authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    dc7b0ea View commit details
    Browse the repository at this point in the history
  3. Frontend v5.3.18

    dippindots authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    92d79bf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10331 from cBioPortal/frontend-v5.3.18

    Frontend v5.3.18
    dippindots authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    e9cbd82 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. add info about adding labels

    inodb authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    643cfcd View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    fe2c82e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. (GSoC) Generic Assay Categorical/Binary data implementation Backend (#…

    …10303)
    
    * update backend
    
    * finish tests
    
    * modify controller file structure
    
    * modify import
    
    * update backend
    
    * finish tests
    
    * modify controller file structure
    
    * refactor some variables
    
    * modify enrichment compare and validate issue
    
    * refactor the controllers and services
    
    * refactor test
    
    * Update GenericAssayEnrichmentServiceImpl.java
    
    * fixed simplification issues
    
    * add inline comments
    
    * modify import
    
    * solve core test issue
    
    * test check
    
    * modify expressionenrichment
    
    * modify imports
    
    * update backend
    
    * finish tests
    
    * modify controller file structure
    
    * modify import
    
    * update backend
    
    * finish tests
    
    * modify controller file structure
    
    * refactor some variables
    
    * modify enrichment compare and validate issue
    
    * refactor the controllers and services
    
    * refactor test
    
    * Update GenericAssayEnrichmentServiceImpl.java
    
    * fixed simplification issues
    
    * add inline comments
    
    * modify import
    
    * solve core test issue
    
    * test check
    
    * modify expressionenrichment
    
    * modify imports
    
    * update imports
    
    * Update GenericAssayEnrichment.java
    Djokovic0311 authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    901406f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Merge branch 'rfc72'

    JREastonMarks committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4f28eac View commit details
    Browse the repository at this point in the history
  2. Revert "Merge branch 'rfc72'"

    This reverts commit 4f28eac, reversing
    changes made to 901406f.
    JREastonMarks committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4a0ba3c View commit details
    Browse the repository at this point in the history