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

TASK-6565 Ensure the CellBase DB adaptors are updated to reflect the latest data releases #700

Open
wants to merge 14 commits into
base: release-6.x.x
Choose a base branch
from

Commits on Jul 5, 2024

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

Commits on Jul 18, 2024

  1. lib: add DataReleaseSingleton and JUnit tests, #TASK-6565

    On branch TASK-6565
    Changes to be committed:
    	new file:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/DataReleaseSingleton.java
    	new file:   cellbase-lib/src/test/java/org/opencb/cellbase/lib/impl/core/DataReleaseSingletonTest.java
    jtarraga committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    f9a4f45 View commit details
    Browse the repository at this point in the history
  2. lib: update code to use the DataReleaseSingleton and rename some cons…

    …tants, #TASK-6565
    
    On branch TASK-6565
    Changes to be committed:
    	modified:   cellbase-app/src/main/java/org/opencb/cellbase/app/cli/admin/executors/LoadCommandExecutor.java
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/EtlCommons.java
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/CellBaseDBAdaptor.java
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/ClinicalMongoDBAdaptor.java
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/GeneMongoDBAdaptor.java
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/GenomeMongoDBAdaptor.java
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/MetaMongoDBAdaptor.java
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/MissenseVariationFunctionalScoreMongoDBAdaptor.java
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/OntologyMongoDBAdaptor.java
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/PharmacogenomicsMongoDBAdaptor.java
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/ProteinMongoDBAdaptor.java
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/PublicationMongoDBAdaptor.java
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/RegulationMongoDBAdaptor.java
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/RepeatsMongoDBAdaptor.java
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/SnpMongoDBAdaptor.java
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/SpliceScoreMongoDBAdaptor.java
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/TranscriptMongoDBAdaptor.java
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/VariantMongoDBAdaptor.java
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/XRefMongoDBAdaptor.java
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/managers/CellBaseManagerFactory.java
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/managers/DataReleaseManager.java
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/variant/annotation/VariantAnnotationCalculator.java
    jtarraga committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    0cd7e9a View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. server: check data release in URL in the GenericRestWSServer, #TASK-6565

    On branch TASK-6565
    Changes to be committed:
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/DataReleaseSingleton.java
    	modified:   cellbase-server/src/main/java/org/opencb/cellbase/server/rest/GenericRestWSServer.java
    jtarraga committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    c8ebf7f View commit details
    Browse the repository at this point in the history
  2. server: fix check data release in the GenericRestWSServer, #TASK-6565

    On branch TASK-6565
    Changes to be committed:
    	modified:   cellbase-server/src/main/java/org/opencb/cellbase/server/rest/GenericRestWSServer.java
    jtarraga committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    4737a29 View commit details
    Browse the repository at this point in the history
  3. lib: fix check in the singlenton, #TASK-6565

    On branch TASK-6565
    Changes to be committed:
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/DataReleaseSingleton.java
    jtarraga committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    32c5b07 View commit details
    Browse the repository at this point in the history
  4. lib: fix checkstyle, #TASK-6565

    On branch TASK-6565
    Changes to be committed:
    	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/impl/core/DataReleaseSingleton.java
    jtarraga committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    dc27856 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

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

Commits on Aug 8, 2024

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

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    68a60f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62dd902 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f86423c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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

Commits on Oct 1, 2024

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