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

Merge release branch '1.22.0' #659

Merged
merged 56 commits into from
Dec 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
9dcf878
Return instead of throw exception
askask Apr 30, 2024
43fd42d
updated development version to 1.22.0-SNAPSHOT
web-flow Sep 16, 2024
b3ae27a
Merge pull request #613 from NUM-Forschungsdatenplattform/feature/upd…
ramueSVA Sep 16, 2024
7872603
add clamAV to local env; make delete attachment idempotent
mafasva Sep 16, 2024
151ad5e
Merge pull request #615 from NUM-Forschungsdatenplattform/feature/att…
ramueSVA Sep 16, 2024
ba00d24
Bump commons-io:commons-io from 2.16.1 to 2.17.0
dependabot[bot] Sep 19, 2024
58d051b
Bump org.springframework.boot:spring-boot-starter-parent
dependabot[bot] Sep 20, 2024
0b6e337
Merge pull request #617 from NUM-Forschungsdatenplattform/dependabot/…
ramueSVA Sep 24, 2024
0c9f806
Merge pull request #616 from NUM-Forschungsdatenplattform/dependabot/…
ramueSVA Sep 24, 2024
bf63cfe
Update build-for-development.yml
ramueSVA Sep 24, 2024
7bb4123
Update build-for-development.yml
ramueSVA Sep 24, 2024
a5fc537
Bump org.apache.commons:commons-csv from 1.11.0 to 1.12.0
dependabot[bot] Sep 25, 2024
5ca6a68
Update build-for-development.yml
ramueSVA Sep 25, 2024
1bd585b
Merge pull request #618 from NUM-Forschungsdatenplattform/dependabot/…
ramueSVA Sep 25, 2024
3148a97
Merge pull request #604 from fkaercher/feature/return-exception
ramueSVA Sep 25, 2024
7c20060
Update build-for-development.yml
ramueSVA Sep 26, 2024
a0ddbca
Update build-for-development.yml
ramueSVA Sep 26, 2024
a898d31
Bump testcontainers.version from 1.20.1 to 1.20.2
dependabot[bot] Oct 1, 2024
203650a
Bump ehr-sdk.version from 2.17.0 to 2.18.0
dependabot[bot] Oct 1, 2024
3ee8e5e
Update build-for-development.yml
ramueSVA Oct 4, 2024
8dfb4b6
Bump surefire.version from 3.5.0 to 3.5.1
dependabot[bot] Oct 7, 2024
e93a960
Feature/project info metrics (#625)
ramueSVA Oct 7, 2024
1354f0b
Merge pull request #623 from NUM-Forschungsdatenplattform/dependabot/…
ramueSVA Oct 7, 2024
344af67
Merge pull request #622 from NUM-Forschungsdatenplattform/dependabot/…
ramueSVA Oct 7, 2024
22bae50
Merge pull request #620 from NUM-Forschungsdatenplattform/dependabot/…
ramueSVA Oct 7, 2024
ae544b2
Bump ch.qos.logback:logback-classic from 1.5.7 to 1.5.9
dependabot[bot] Oct 9, 2024
7a17969
Feature/checkstyle (#627)
mafasva Oct 10, 2024
8d21768
Merge pull request #626 from NUM-Forschungsdatenplattform/dependabot/…
ramueSVA Oct 10, 2024
ec48f2d
Bump ch.qos.logback:logback-classic from 1.5.9 to 1.5.10 (#628)
dependabot[bot] Oct 15, 2024
bc1e61b
Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5…
dependabot[bot] Oct 15, 2024
ac58412
Bump ch.qos.logback:logback-classic from 1.5.10 to 1.5.11 (#629)
dependabot[bot] Oct 16, 2024
57e999f
Ignore Test
ramueSVA Oct 28, 2024
da5dbdd
Ignore Test
ramueSVA Oct 28, 2024
608679f
Bump org.apache.maven.plugins:maven-checkstyle-plugin (#635)
dependabot[bot] Oct 28, 2024
079a145
Bump ch.qos.logback:logback-classic from 1.5.11 to 1.5.12 (#637)
dependabot[bot] Oct 28, 2024
81edac7
Bump com.puppycrawl.tools:checkstyle from 10.18.2 to 10.19.0 (#636)
dependabot[bot] Oct 28, 2024
e55a82b
Bump org.apache.maven.plugins:maven-dependency-plugin (#634)
dependabot[bot] Oct 28, 2024
74f287c
Bump org.springframework.boot:spring-boot-starter-parent (#633)
dependabot[bot] Oct 28, 2024
923ba9b
Bump testcontainers.version from 1.20.2 to 1.20.3 (#632)
dependabot[bot] Oct 28, 2024
8e44b9c
Bump ehr-sdk.version from 2.18.0 to 2.19.0 (#638)
dependabot[bot] Oct 30, 2024
186a674
Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.1 to 3.5…
dependabot[bot] Nov 4, 2024
9b086ea
Bump com.puppycrawl.tools:checkstyle from 10.19.0 to 10.20.0 (#639)
dependabot[bot] Nov 4, 2024
a9406f2
Bump surefire.version from 3.5.1 to 3.5.2 (#640)
dependabot[bot] Nov 4, 2024
bbceb2c
Bump com.puppycrawl.tools:checkstyle from 10.20.0 to 10.20.1 (#643)
dependabot[bot] Nov 11, 2024
5b69251
Bump ehr-sdk.version from 2.19.0 to 2.20.0 (#642)
dependabot[bot] Nov 11, 2024
2833e64
Use SELECT COUNT to get number of patients (#645)
askask Nov 19, 2024
4332a48
Fix ClassCastException when value is of type DvText (#644)
askask Nov 19, 2024
0522a9b
Bump commons-io:commons-io from 2.17.0 to 2.18.0 (#649)
dependabot[bot] Nov 20, 2024
c194e1f
Bump testcontainers.version from 1.20.3 to 1.20.4 (#650)
dependabot[bot] Nov 21, 2024
01f2f4d
Add Feature flags
ramueSVA Nov 25, 2024
a5ec0c2
fix manager search (#656)
ramueSVA Dec 2, 2024
c17512f
Bump com.puppycrawl.tools:checkstyle from 10.20.1 to 10.20.2 (#655)
dependabot[bot] Dec 2, 2024
1a3fedc
add deploy env for feature (#657)
mafasva Dec 2, 2024
af01721
updated project version to 1.22.0
Dec 3, 2024
25670d1
updated release version to 1.22.0
web-flow Dec 3, 2024
1026cd6
Merge branch 'main' into release/1.22.0
mafasva Dec 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add deploy env for feature (#657)
  • Loading branch information
mafasva authored Dec 2, 2024
commit 1a3fedc209bce9529dae2be35a3f74ad7460170f
3 changes: 3 additions & 0 deletions src/main/resources/application-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,6 @@ clamAV:
logging:
level:
org.highmed.numportal: ${LOG_LEVEL}

feature:
search-by-manager: ${FEATURE_SEARCH_BY_MANAGER}
Loading