Skip to content

Commit

Permalink
Merge pull request #46 from KPMP/develop
Browse files Browse the repository at this point in the history
Release v1.6 (Q4 2024)
  • Loading branch information
rlreamy authored Dec 13, 2024
2 parents 35e16f0 + 32e0858 commit 088c8eb
Show file tree
Hide file tree
Showing 12 changed files with 809 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build-gradle-project:
env:
IMAGE_TAG: 1.5
IMAGE_TAG: 1.6
runs-on: ubuntu-latest
steps:
- name: Get branch names
Expand Down
1 change: 1 addition & 0 deletions .java-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
21.0.4
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group='kingstonduo'
version='1.5'
version='1.6'


apply plugin: 'java'
Expand All @@ -22,7 +22,9 @@ apply plugin: 'idea'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'


test{
useJUnitPlatform()
}

repositories {
mavenCentral()
Expand All @@ -36,6 +38,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'com.mysql:mysql-connector-j:8.3.0'
implementation 'org.apache.commons:commons-text:1.12.0'

implementation 'com.graphql-java:graphql-spring-boot-starter:5.0.2'
implementation 'com.graphql-java:graphiql-spring-boot-starter:5.0.2'
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## Release 1.6

Brief summary of what's in this release:
- uniquifying the clinical data filters by adding a few characters so filtering works correctly in app
- updated code to get clinical data from new table
- changed tissueType to enrollmentCategory


### Breaking changes

Expand Down
Loading

0 comments on commit 088c8eb

Please sign in to comment.