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

Release v5.3.0 #10098

Merged
merged 14 commits into from
Mar 22, 2023
Merged

Release v5.3.0 #10098

merged 14 commits into from
Mar 22, 2023

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 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 committed 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 22, 2023

  1. Merge pull request #10097 from cBioPortal/master

    Merge master into v5.3.0
    dippindots committed 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 committed 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 committed 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