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

ClickHouse-Only cBioPortal Demo based on standard schema #10839

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Apr 18, 2024

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

Commits on Jun 11, 2024

  1. fixes/changes to the point of home page rendering

    - table names in mybatis mappers standardized to lower case only
    - SQL format bugs fixed (such as 'ONSAMPLE.PATIENT_ID' -> 'ON sample.PATIENT_ID'
    - SQL keywords captitalized where noticed
    - comment out password setting to allow use of local redis
    - some whitespace standardization included in AlterationCountsMapper.xml
    sheridancbio committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    35b86ff View commit details
    Browse the repository at this point in the history
  2. whitespace standardization and clickhouse driver

    - whitespace changes to AlterationCountsMapper.xml not separate from lowercasing of fields
    sheridancbio committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    827227b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. lower case standardize field names

    - also partial progress (to rendering of home page) fixing remaining GROUP BY issues
    sheridancbio committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    fd18424 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. progress to rendering of study view page

    - format SQL IN list clauses with minimal whitespace
    - attempt at debugging AlterationCountMapper (incomplete)
    - fix some missed case conversions (to all lower case fields and tables)
    sheridancbio committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    075c9b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

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

Commits on Aug 20, 2024

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

Commits on Aug 22, 2024

  1. restore password in CustomRedisCachingProvider

    put placeholder in migration.sql and make db version consistent
    sheridancbio committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    eab18ce View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    91d2f69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8636e62 View commit details
    Browse the repository at this point in the history