-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] develop from ehrbase:develop #208
base: develop
Are you sure you want to change the base?
Commits on May 29, 2024
-
Bump org.pf4j:pf4j from 3.11.0 to 3.11.1
Bumps [org.pf4j:pf4j](https://github.com/pf4j/pf4j) from 3.11.0 to 3.11.1. - [Release notes](https://github.com/pf4j/pf4j/releases) - [Changelog](https://github.com/pf4j/pf4j/blob/master/CHANGELOG.md) - [Commits](pf4j/pf4j@release-3.11.0...release-3.11.1) --- updated-dependencies: - dependency-name: org.pf4j:pf4j dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0859aea - Browse repository at this point
Copy the full SHA 0859aeaView commit details -
Merge pull request #1319 from ehrbase/dependabot/maven/org.pf4j-pf4j-…
…3.11.1 Bump org.pf4j:pf4j from 3.11.0 to 3.11.1
Configuration menu - View commit details
-
Copy full SHA for e18cfce - Browse repository at this point
Copy the full SHA e18cfceView commit details
Commits on Jun 4, 2024
-
CDR-1456 Performance improvement for structure subqueries targeting n…
…on locatable rm types
Configuration menu - View commit details
-
Copy full SHA for 7755daa - Browse repository at this point
Copy the full SHA 7755daaView commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0313e2 - Browse repository at this point
Copy the full SHA e0313e2View commit details -
Merge pull request #1341 from ehrbase/feature/CDR-1456
CDR-1456 Performance improvement for structure subqueries targeting n…
Configuration menu - View commit details
-
Copy full SHA for a7ce1ed - Browse repository at this point
Copy the full SHA a7ce1edView commit details
Commits on Jun 6, 2024
-
release 2.3.0: updated version to 2.3.0
bot committedJun 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 07daa51 - Browse repository at this point
Copy the full SHA 07daa51View commit details -
updated version to 2.4.0-SNAPSHOT
bot committedJun 6, 2024 Configuration menu - View commit details
-
Copy full SHA for f3665a6 - Browse repository at this point
Copy the full SHA f3665a6View commit details -
Merge branch 'release/v2.3.0' into develop
bot committedJun 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 963bf40 - Browse repository at this point
Copy the full SHA 963bf40View commit details -
CDR-1401 Add Robot tests with Basic and OAUTH2 auth types (#1342)
* feat: CDR-1401 change SECURITY_AUTHTYPE to use an env var to ehrbase container * feat: CDR-1401 add env var with AUTH_TYPE value * fix: CDR-1401 send properly the env vars to docker compose * fix: CDR-1401 test pipeline * fix: CDR-1401 test pipeline with default value NONE on SECURITY_AUTH_TYPE * fix: CDR-1401 test pipeline - send AUTH type * fix: CDR-1401 set SECURITY_AUTHTYPE: NONE to ehrbase docker compose service * fix: CDR-1401 test with AUTH_TYPE=OAUTH * fix: CDR-1401 test with AUTH_TYPE=BASIC * fix: CDR-1401 add SECURITY_AUTHTYPE: 'NONE' * fix: CDR-1401 set AUTH_TYPE to be accesible in docker-compose-int-test.yml * fix: CDR-1401 set AUTH_TYPE to be accesible in docker-compose-int-test.yml through * fix: CDR-1401 add AUTH_TYPE to env var * fix: CDR-1401 adjust docker-compose-int-test to accept var * fix: CDR-1401 adjust docker-compose-int-test to accept var modified * fix: CDR-1401 test pipeline with BASIC SECURITY_AUTHTYPE for ehrbase docker service * fix: CDR-1401 use export to send AUTH_TYPE value * fix: CDR-1401 set AUTH_TYPE to auth.env file to be used in docker compose * fix: CDR-1401 set AUTH_TYPE to auth.env file to be used in docker compose * fix: CDR-1401 set AUTH_TYPE to auth.env file to be used in docker compose * fix: CDR-1401 remove SECURITY_AUTHTYPE var from docker-compose-int-test.yml file - ehrbase service * fix: CDR-1401 test pipeline with SECURITY_AUTHTYPE=NONE set in .env.ehrbase * fix: CDR-1401 set SECURITY_AUTHTYPE based on value from matrix.test-suite * fix: CDR-1401 test pipeline with different auth types * feat: CDR-1401 enable AUTH_TYPE_TESTS BASIC cases * feat: CDR-1401 set value to SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUERURI if AUTH_TYPE is OAUTH * fix: CDR-1401 adjust how Keycloak is started and import realm, wait for keycloak to be ready * fix: CDR-1401 get logs from Keycloak * fix: CDR-1401 check OAUTH tests * fix: CDR-1401 retry keycloak to have cdr-core-sanity-check realm * fix: CDR-1401 increase sleep for keycloak for debug * fix: CDR-1401 fix retries for keycloak to check for realm existence * fix: CDR-1401 fix if ending on retries for keycloak to check for realm existence * fix: CDR-1401 test pipeline with keycloak/import inside workflows folder * fix: CDR-1401 test retry for keycloak * fix: CDR-1401 test retry for keycloak * fix: CDR-1401 use pwd to provide full path for realm to be imported * fix: CDR-1401 use . to provide relative path for realm to be imported * fix: CDR-1401 display files and folders, check rights * fix: CDR-1401 move folder with keycloak import to tests folder * fix: CDR-1401 move folder with keycloak import to tests folder * fix: CDR-1401 cleanup docker-compose and build_and_test * fix: CDR-1401 add KEYCLOAK_URL * fix: CDR-1401 test pipeline * fix: CDR-1401 test pipeline * fix: CDR-1401 test pipeline * fix: CDR-1401 test pipeline * fix: CDR-1401 test pipeline * fix: CDR-1401 test pipeline * fix: CDR-1401 test pipeline * fix: CDR-1401 test pipeline * fix: CDR-1401 test pipeline * fix: CDR-1401 test pipeline * fix: CDR-1401 test pipeline * fix: CDR-1401 test pipeline * fix: CDR-1401 test pipeline * fix: CDR-1401 test with port 8081 in SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUERURI * fix: CDR-1401 change jwt issuer-uri to localhost * fix: CDR-1401 change jwt issuer-uri to keycloak:8081 * fix: CDR-1401 change SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUERURI and set env-file to docker compose command * fix: CDR-1401 change SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUERURI and unset env-file to docker compose command * fix: CDR-1401 remove jwt-issuer and security_authtype as they will be automatically appended during pipeline execution * fix: CDR-1401 enable BASIC AUTH tests * fix: CDR-1401 change KEYCLOAK_BASE_URL to http://keycloak:8081 * fix: CDR-1401 add keycloak docker service * fix: CDR-1401 remove links but use networks * fix: CDR-1401 add networks to the bottom * fix: CDR-1401 restore links * fix: CDR-1401 add keycloak to links from ehrbase * fix: CDR-1401 remove keycloak mention from docker-compose-int-test.yml * fix: CDR-1401 add keycloak to docker-compose-int-test.yml * fix: CDR-1401 add keycloak to docker-compose-int-test.yml links ehrbase service * fix: CDR-1401 remove links keycloak from ehrbase service * fix: CDR-1401 remove keycloak mentions * fix: CDR-1401 fix docker compose file * fix: CDR-1401 fix docker compose file * fix: CDR-1401 fix docker compose file * fix: CDR-1401 fix docker compose file * fix: CDR-1401 fix docker compose file * fix: CDR-1401 fix docker compose file * fix: CDR-1401 fix docker compose file * fix: add ports to keycloak service * fix: change jwt-issueruri to localhost * fix: change pipeline for testing * fix: change pipeline for testing * fix: change KEYCLOAK_BASE_URL and host in SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUERURI * fix: CDR-1401 test pipeline * fix: change port for KEYCLOAK_BASE_URL * fix: remove useless env vars for keycloak service * fix: test pipeline with keycloak:8080/auth... jwt.issuer-uri and adjust docker-compose.yml file * fix: CDR-1401 remove debug logs and enable all test suites * fix: CDR-1401 add AUTH_TYPE=BASIC for other tests than AUTH_TYPE ones * fix: CDR-1401 remove AUTH_TYPE from SANITY_TESTS * fix: CDR-1401 set AUTH_TYPE in .env.ehrbase when AUTH_TYPE=BASIC * fix: CDR-1401 add AUTH_TYPE in .env.ehrbase if it is set to BASIC or OAUTH * fix: CDR-1401 add AUTH_TYPE in .env.ehrbase in both BASIC and OAUTH types * fix: CDR-1401 enable all test suites * fix: CDR-1401 prepare for PR * fix: CDR-1401 get integration-tests using tag latest - ready for PR * fix: CDR-1401 enable back integration-tests tag latest-feature to make Robot tests passing in feature branch * fix: CDR-1401 rename Keycloak realm and client_id, provide new exported keycloak realm+users * fix: remove not used users and roles * fix: CDR-1401 restore latest tag for integration-tests
Configuration menu - View commit details
-
Copy full SHA for 9ee5133 - Browse repository at this point
Copy the full SHA 9ee5133View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8508ce4 - Browse repository at this point
Copy the full SHA 8508ce4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0337e89 - Browse repository at this point
Copy the full SHA 0337e89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46c86d5 - Browse repository at this point
Copy the full SHA 46c86d5View commit details
Commits on Jun 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 31956cd - Browse repository at this point
Copy the full SHA 31956cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1d0018 - Browse repository at this point
Copy the full SHA a1d0018View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e89e9d - Browse repository at this point
Copy the full SHA 5e89e9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7be354c - Browse repository at this point
Copy the full SHA 7be354cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c70e11a - Browse repository at this point
Copy the full SHA c70e11aView commit details
Commits on Jun 10, 2024
-
CDR-1330 AQL meta parameters default-limit, max-limit, max-fetch + fe…
…tch precedence strategies
Configuration menu - View commit details
-
Copy full SHA for 7714046 - Browse repository at this point
Copy the full SHA 7714046View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83531c6 - Browse repository at this point
Copy the full SHA 83531c6View commit details -
Merge pull request #1345 from ehrbase/feature/CDR-1479
Feature/cdr 1479
Configuration menu - View commit details
-
Copy full SHA for 6de315f - Browse repository at this point
Copy the full SHA 6de315fView commit details -
release 2.4.0: updated version to 2.4.0
bot committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 26c7dbd - Browse repository at this point
Copy the full SHA 26c7dbdView commit details -
updated version to 2.5.0-SNAPSHOT
bot committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for dd9e472 - Browse repository at this point
Copy the full SHA dd9e472View commit details -
Merge branch 'release/v2.4.0' into develop
bot committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for a08e0c0 - Browse repository at this point
Copy the full SHA a08e0c0View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 23a1436 - Browse repository at this point
Copy the full SHA 23a1436View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63edcde - Browse repository at this point
Copy the full SHA 63edcdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c2beb3 - Browse repository at this point
Copy the full SHA 1c2beb3View commit details -
Merge pull request #1333 from ehrbase/feature/CDR-1429-fix-broken-swa…
…gger-ui CDR-1429 Remove @Header schema that fails in spring doc 2.5.0
Configuration menu - View commit details
-
Copy full SHA for b25f965 - Browse repository at this point
Copy the full SHA b25f965View commit details -
[CDR-1453] Deprecate plugin functions
* Dependency inversion * Fixed typo * Changed * Deprecated plugin aspects * spotless * spotless * spotless --------- Co-authored-by: MBA <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88c9cf4 - Browse repository at this point
Copy the full SHA 88c9cf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for eec36e9 - Browse repository at this point
Copy the full SHA eec36e9View commit details -
CDR-1487 Add workflow_run for robot PR reports (#1347)
* CDR-1487 Add workflow_run for robot PR reports * CDR-1487 Correct access token used for download
Configuration menu - View commit details
-
Copy full SHA for 34f2d2f - Browse repository at this point
Copy the full SHA 34f2d2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d5de1f - Browse repository at this point
Copy the full SHA 1d5de1fView commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0585fe1 - Browse repository at this point
Copy the full SHA 0585fe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfe2f93 - Browse repository at this point
Copy the full SHA dfe2f93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 626e5be - Browse repository at this point
Copy the full SHA 626e5beView commit details -
Configuration menu - View commit details
-
Copy full SHA for b337cd0 - Browse repository at this point
Copy the full SHA b337cd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bd2469 - Browse repository at this point
Copy the full SHA 1bd2469View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2433784 - Browse repository at this point
Copy the full SHA 2433784View commit details -
CDR-1487 Use workflow_run for robot PR reports (#1348)
* CDR-1487 Use workflow_run for robot PR reports * CDR-1487 Update workflow_run for robot PR reports
Configuration menu - View commit details
-
Copy full SHA for eeb10e4 - Browse repository at this point
Copy the full SHA eeb10e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57173e4 - Browse repository at this point
Copy the full SHA 57173e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca81330 - Browse repository at this point
Copy the full SHA ca81330View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d92547 - Browse repository at this point
Copy the full SHA 3d92547View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ea178c - Browse repository at this point
Copy the full SHA 6ea178cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71f02f8 - Browse repository at this point
Copy the full SHA 71f02f8View commit details
Commits on Jun 17, 2024
-
Create dedicated ehrbase use to run the container (#1336)
* Create dedicated ehrbase non-root user * Use root user in EHRbase Test image to prevent permission issues * Delete obsolete version attributes
Configuration menu - View commit details
-
Copy full SHA for 5887320 - Browse repository at this point
Copy the full SHA 5887320View commit details -
Bump net.bull.javamelody:javamelody-spring-boot-starter (#1340)
Bumps [net.bull.javamelody:javamelody-spring-boot-starter](https://github.com/javamelody/javamelody) from 1.98.0 to 1.99.0. - [Release notes](https://github.com/javamelody/javamelody/releases) - [Changelog](https://github.com/javamelody/javamelody/blob/master/javamelody-release.cmd) - [Commits](javamelody/javamelody@javamelody-core-1.98.0...javamelody-core-1.99.0) --- updated-dependencies: - dependency-name: net.bull.javamelody:javamelody-spring-boot-starter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d1b0613 - Browse repository at this point
Copy the full SHA d1b0613View commit details -
Bump jooq.version from 3.19.8 to 3.19.10 (#1351)
Bumps `jooq.version` from 3.19.8 to 3.19.10. Updates `org.jooq:jooq` from 3.19.8 to 3.19.10 Updates `org.jooq:jooq-codegen-maven` from 3.19.8 to 3.19.10 --- updated-dependencies: - dependency-name: org.jooq:jooq dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jooq:jooq-codegen-maven dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2d47d15 - Browse repository at this point
Copy the full SHA 2d47d15View commit details
Commits on Jun 20, 2024
-
Bump org.pf4j:pf4j-spring from 0.8.0 to 0.9.0 (#1320)
Bumps [org.pf4j:pf4j-spring](https://github.com/pf4j/pf4j-spring) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/pf4j/pf4j-spring/releases) - [Changelog](https://github.com/pf4j/pf4j-spring/blob/master/CHANGELOG.md) - [Commits](pf4j/pf4j-spring@release-0.8.0...release-0.9.0) --- updated-dependencies: - dependency-name: org.pf4j:pf4j-spring dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6b16a76 - Browse repository at this point
Copy the full SHA 6b16a76View commit details
Commits on Jun 21, 2024
-
[CDR-1471] Align template controller with latest spec (#1334)
* Align template controller with latest spec * Add suggestion from Code review
Configuration menu - View commit details
-
Copy full SHA for 48753b2 - Browse repository at this point
Copy the full SHA 48753b2View commit details
Commits on Jun 25, 2024
-
Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.3…
….0 (#1354) Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.2.5...surefire-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 03a8e00 - Browse repository at this point
Copy the full SHA 03a8e00View commit details -
Bump org.apache.maven.plugins:maven-dependency-plugin (#1356)
Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.6.1 to 3.7.1. - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.6.1...maven-dependency-plugin-3.7.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for aa4fa86 - Browse repository at this point
Copy the full SHA aa4fa86View commit details
Commits on Jun 26, 2024
-
CDR-909 Make release pipeline independent from SDK release (#1360)
- Ensure the SDK is not checked out and build during release - Add new profile that checks for -SNAPSHOT deps - Run -SNAPSHOT check before starting the release build
Configuration menu - View commit details
-
Copy full SHA for 2a72bed - Browse repository at this point
Copy the full SHA 2a72bedView commit details -
Configuration menu - View commit details
-
Copy full SHA for b377698 - Browse repository at this point
Copy the full SHA b377698View commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for df77c03 - Browse repository at this point
Copy the full SHA df77c03View commit details -
Bump docker/build-push-action from 5 to 6 (#1357)
* Bump docker/build-push-action from 5 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Disable docker/build-push-action@6 summary for jacoco cli image --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: alexlehn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4469e4d - Browse repository at this point
Copy the full SHA 4469e4dView commit details -
Bump io.micrometer:micrometer-registry-prometheus from 1.12.6 to 1.13…
….1 (#1350) Bumps [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) from 1.12.6 to 1.13.1. - [Release notes](https://github.com/micrometer-metrics/micrometer/releases) - [Commits](micrometer-metrics/micrometer@v1.12.6...v1.13.1) --- updated-dependencies: - dependency-name: io.micrometer:micrometer-registry-prometheus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 85de572 - Browse repository at this point
Copy the full SHA 85de572View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a4f7ac - Browse repository at this point
Copy the full SHA 0a4f7acView commit details
Commits on Jul 8, 2024
-
Bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.0 (#…
…1367) Bumps [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) from 2.16.2 to 2.17.0. - [Release notes](https://github.com/mojohaus/versions/releases) - [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md) - [Commits](mojohaus/versions@2.16.2...2.17.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:versions-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 991679f - Browse repository at this point
Copy the full SHA 991679fView commit details -
Bump org.sonatype.plugins:nexus-staging-maven-plugin (#1365)
Bumps org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0. --- updated-dependencies: - dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f662660 - Browse repository at this point
Copy the full SHA f662660View commit details -
Bump org.springdoc:springdoc-openapi-starter-webmvc-ui (#1366)
Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](springdoc/springdoc-openapi@v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0409b74 - Browse repository at this point
Copy the full SHA 0409b74View commit details -
Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5…
….0 (#1370) Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](apache/maven-enforcer@enforcer-3.4.1...enforcer-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 70651e3 - Browse repository at this point
Copy the full SHA 70651e3View commit details -
Bump com.fasterxml.jackson:jackson-bom from 2.17.1 to 2.17.2 (#1369)
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.17.1 to 2.17.2. - [Commits](FasterXML/jackson-bom@jackson-bom-2.17.1...jackson-bom-2.17.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cd528d2 - Browse repository at this point
Copy the full SHA cd528d2View commit details
Commits on Jul 11, 2024
-
[CDR-1460] Align EHR controller with 1.0.3 spec (#1371)
* Align EHR controller with 1.0.3 spec * Fix sonar issues * Use latest integration tests
Configuration menu - View commit details
-
Copy full SHA for 97138b7 - Browse repository at this point
Copy the full SHA 97138b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b26a587 - Browse repository at this point
Copy the full SHA b26a587View commit details -
Configuration menu - View commit details
-
Copy full SHA for d422c36 - Browse repository at this point
Copy the full SHA d422c36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f7eb15 - Browse repository at this point
Copy the full SHA 0f7eb15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17c3eea - Browse repository at this point
Copy the full SHA 17c3eeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 514d48c - Browse repository at this point
Copy the full SHA 514d48cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6e456a - Browse repository at this point
Copy the full SHA c6e456aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78396a6 - Browse repository at this point
Copy the full SHA 78396a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e98c6bd - Browse repository at this point
Copy the full SHA e98c6bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9e0b21 - Browse repository at this point
Copy the full SHA f9e0b21View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea66a71 - Browse repository at this point
Copy the full SHA ea66a71View commit details -
Configuration menu - View commit details
-
Copy full SHA for f39d3d3 - Browse repository at this point
Copy the full SHA f39d3d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f75db7 - Browse repository at this point
Copy the full SHA 9f75db7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 128bb39 - Browse repository at this point
Copy the full SHA 128bb39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a5540c - Browse repository at this point
Copy the full SHA 3a5540cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0592d23 - Browse repository at this point
Copy the full SHA 0592d23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d71523 - Browse repository at this point
Copy the full SHA 2d71523View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a1761c - Browse repository at this point
Copy the full SHA 8a1761cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fda734c - Browse repository at this point
Copy the full SHA fda734cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ace2d3 - Browse repository at this point
Copy the full SHA 6ace2d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8115091 - Browse repository at this point
Copy the full SHA 8115091View commit details -
Configuration menu - View commit details
-
Copy full SHA for df23168 - Browse repository at this point
Copy the full SHA df23168View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4926d2c - Browse repository at this point
Copy the full SHA 4926d2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 126b933 - Browse repository at this point
Copy the full SHA 126b933View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bd7e65 - Browse repository at this point
Copy the full SHA 6bd7e65View commit details -
Merge pull request #1358 from ehrbase/feature/CDR-1456-omit-target-types
Feature/cdr 1456 omit target types
Configuration menu - View commit details
-
Copy full SHA for b8c511b - Browse repository at this point
Copy the full SHA b8c511bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d434bc8 - Browse repository at this point
Copy the full SHA d434bc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f99746 - Browse repository at this point
Copy the full SHA 8f99746View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9d3c20 - Browse repository at this point
Copy the full SHA c9d3c20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d3dca2 - Browse repository at this point
Copy the full SHA 0d3dca2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 222ab03 - Browse repository at this point
Copy the full SHA 222ab03View commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e879848 - Browse repository at this point
Copy the full SHA e879848View commit details -
Only apply the createRestContext to methods which were not covered an…
…d remove it from generic responseBuilder
Configuration menu - View commit details
-
Copy full SHA for 3c1b925 - Browse repository at this point
Copy the full SHA 3c1b925View commit details -
release 2.5.0: updated version to 2.5.0
bot committedJul 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 6abea15 - Browse repository at this point
Copy the full SHA 6abea15View commit details -
bot committed
Jul 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 7caf6aa - Browse repository at this point
Copy the full SHA 7caf6aaView commit details -
Merge branch 'release/v2.5.0' into develop
bot committedJul 12, 2024 Configuration menu - View commit details
-
Copy full SHA for eec8e2f - Browse repository at this point
Copy the full SHA eec8e2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d758146 - Browse repository at this point
Copy the full SHA d758146View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bf4d49 - Browse repository at this point
Copy the full SHA 6bf4d49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cc291b - Browse repository at this point
Copy the full SHA 8cc291bView commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b78733f - Browse repository at this point
Copy the full SHA b78733fView commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a50d929 - Browse repository at this point
Copy the full SHA a50d929View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53a67c1 - Browse repository at this point
Copy the full SHA 53a67c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4587d01 - Browse repository at this point
Copy the full SHA 4587d01View commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a2dd980 - Browse repository at this point
Copy the full SHA a2dd980View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8fd9f1 - Browse repository at this point
Copy the full SHA c8fd9f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 527ce6e - Browse repository at this point
Copy the full SHA 527ce6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 431e89c - Browse repository at this point
Copy the full SHA 431e89cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2b27e1 - Browse repository at this point
Copy the full SHA d2b27e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72919f7 - Browse repository at this point
Copy the full SHA 72919f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0c8888 - Browse repository at this point
Copy the full SHA f0c8888View commit details
Commits on Jul 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4e417f5 - Browse repository at this point
Copy the full SHA 4e417f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0d8ec5 - Browse repository at this point
Copy the full SHA c0d8ec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2d2e28 - Browse repository at this point
Copy the full SHA c2d2e28View commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 22a533a - Browse repository at this point
Copy the full SHA 22a533aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fa15a0 - Browse repository at this point
Copy the full SHA 8fa15a0View commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7cc7ac - Browse repository at this point
Copy the full SHA c7cc7acView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecdb787 - Browse repository at this point
Copy the full SHA ecdb787View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75bc9b8 - Browse repository at this point
Copy the full SHA 75bc9b8View commit details -
Merge pull request #1359 from ehrbase/feature/CDR-1456_parentNum
Feature/cdr 1456 parent num
Configuration menu - View commit details
-
Copy full SHA for 828e30f - Browse repository at this point
Copy the full SHA 828e30fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69ea825 - Browse repository at this point
Copy the full SHA 69ea825View commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c635d63 - Browse repository at this point
Copy the full SHA c635d63View commit details -
release 2.6.0: updated version to 2.6.0
bot committedJul 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 3a01b18 - Browse repository at this point
Copy the full SHA 3a01b18View commit details -
bot committed
Jul 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 41f74d3 - Browse repository at this point
Copy the full SHA 41f74d3View commit details -
Merge branch 'release/v2.6.0' into develop
bot committedJul 24, 2024 Configuration menu - View commit details
-
Copy full SHA for ab53e91 - Browse repository at this point
Copy the full SHA ab53e91View commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bca950e - Browse repository at this point
Copy the full SHA bca950eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a71c79c - Browse repository at this point
Copy the full SHA a71c79cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d30c65b - Browse repository at this point
Copy the full SHA d30c65bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d47442 - Browse repository at this point
Copy the full SHA 8d47442View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb005d1 - Browse repository at this point
Copy the full SHA eb005d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 923c1c1 - Browse repository at this point
Copy the full SHA 923c1c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f51498e - Browse repository at this point
Copy the full SHA f51498eView commit details -
fix: CDR-1451 enable Robot tests with tags located in integration-tes…
…ts:latest-feature
Configuration menu - View commit details
-
Copy full SHA for 540778b - Browse repository at this point
Copy the full SHA 540778bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4683897 - Browse repository at this point
Copy the full SHA 4683897View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0164d56 - Browse repository at this point
Copy the full SHA 0164d56View commit details -
fix: CDR-1451 enable Robot tests with tags located in integration-tes…
…ts:latest-feature
Configuration menu - View commit details
-
Copy full SHA for b302229 - Browse repository at this point
Copy the full SHA b302229View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcdc606 - Browse repository at this point
Copy the full SHA bcdc606View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4362fd - Browse repository at this point
Copy the full SHA d4362fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 197367f - Browse repository at this point
Copy the full SHA 197367fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 461d56e - Browse repository at this point
Copy the full SHA 461d56eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3244f68 - Browse repository at this point
Copy the full SHA 3244f68View commit details
Commits on Jul 30, 2024
-
[CDR-1506] validate ehrstatus flags (#1377)
* CDR-1506 Adjust EHR_STATUS validation * CDR-1506 Provide EHR ID and Status for creation * feat: CDR-1506 take Robot tests based on docker image latest-feature_CDR-1506_adjust_tests_ehr * CDR-1506 Consistent return type for EHRService --------- Co-authored-by: vladislavploaia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ea7b2e - Browse repository at this point
Copy the full SHA 8ea7b2eView commit details -
[CDR-1466] Fix AQL on Media file cluster with inline data (#1380)
* Use single jsonb select for byte values * Prevent Base64 encoding of byte[] in structure serialization * Cleanup and test BYTE single value handling * Ensure byte[] base64 is handled properly in Db/Rm json * Adopt OpenEHR_SDK base64 changed * Use latest 2.17.0 OpenEHR SDK --------- Co-authored-by: vladislavploaia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dff6156 - Browse repository at this point
Copy the full SHA dff6156View commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 71a07e0 - Browse repository at this point
Copy the full SHA 71a07e0View commit details
Commits on Aug 9, 2024
-
Merge pull request #1385 from ehrbase/feature/CDR-1530-fix-ehrscrape-…
…comp-not-exist-500 CDR-1530 Fix ehrscape comp get by return proper 404
Configuration menu - View commit details
-
Copy full SHA for e4c937e - Browse repository at this point
Copy the full SHA e4c937eView commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74af5b6 - Browse repository at this point
Copy the full SHA 74af5b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67ff21a - Browse repository at this point
Copy the full SHA 67ff21aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1137ddf - Browse repository at this point
Copy the full SHA 1137ddfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f849fe8 - Browse repository at this point
Copy the full SHA f849fe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c17b74 - Browse repository at this point
Copy the full SHA 7c17b74View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5d5385 - Browse repository at this point
Copy the full SHA e5d5385View commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e3a394 - Browse repository at this point
Copy the full SHA 0e3a394View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9d671b - Browse repository at this point
Copy the full SHA b9d671bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c9fdcf - Browse repository at this point
Copy the full SHA 5c9fdcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d32776f - Browse repository at this point
Copy the full SHA d32776fView commit details -
Merge pull request #1343 from ehrbase/feature/CDR-1451-basic-tag-support
[CDR-1451] Basic ItemTag support
Configuration menu - View commit details
-
Copy full SHA for 6ec8a34 - Browse repository at this point
Copy the full SHA 6ec8a34View commit details
Commits on Aug 15, 2024
-
CDR-1532 Add EHRbase CLI to support pre migrations (#1387)
* CDR-1532 Add EHRbase CLI to support pre migrations * CDR-1532 Add unit test for CLI package * CDR-1532 Add CI test for EHRbase CLI * CDR-1532 Add suggestion from code review * CDR-1532 Update changelog
Configuration menu - View commit details
-
Copy full SHA for 753bf72 - Browse repository at this point
Copy the full SHA 753bf72View commit details
Commits on Aug 16, 2024
-
CDR-1325 Enable Performance tests to Build and Test pipeline (#1390)
* feat: CDR-1325 add docker service to start docker container with perf tests * CDR-1325 disable Robot tests and enable logs for perf-tests * fix: add separate pipeline yml definition for Perf docker services * fix: CDR-1325 adjust starting docker compose * fix: CDR-1325 wait for WebTester to be ready * fix: CDR-1325 wait for WebTester to be ready - pipeline update * fix: CDR-1325 provide port to webtester in docker file * fix: CDR-1325 wait for webtester to be up * fix: CDR-1325 use correct docker compose command * fix: CDR-1325 get docker compose file from tests folder * fix: CDR-1325 get docker compose file from tests folder * fix: CDR-1325 wait for webtester to be up * fix: CDR-1325 get all perf test plans * fix: CDR-1325 get all perf test plans * fix: CDR-1325 start perf test plan * CDR-1325 add perf test plans and use Github action to run perf tests * CDR-1325 change host to run perf tests * CDR-1325 change where report is stored * CDR-1325 change where report is stored * CDR-1325 change where report is stored * CDR-1325 change from where result.jtl should be taken to be uploaded * CDR-1325 use different image to run perf tests * fix: add command to docker service * fix: add command to docker service * fix: test pipeline * fix: test pipeline * fix: test pipeline with jmeter * fix: test pipeline with jmeter * fix: test pipeline with jmeter * fix: test pipeline with jmeter * fix: test pipeline with jmeter * fix: test pipeline with jmeter * fix: test pipeline with jmeter * fix: test pipeline with jmeter * fix: test pipeline with jmeter * fix: test pipeline with jmeter * fix: test pipeline with jmeter * fix: test pipeline with jmeter * fix: test pipeline with jmeter * fix: test pipeline with jmeter * fix: test pipeline with jmeter * fix: test pipeline with jmeter - check status of EHRBase * fix: test pipeline with jmeter - check status of EHRBase * fix: test pipeline with jmeter - check status of EHRBase * fix: test pipeline with jmeter - check status of EHRBase * fix: test pipeline with jmeter - check status of EHRBase * fix: test pipeline with jmeter - check status of EHRBase * fix: test pipeline with jmeter - check status of EHRBase * fix: use docker service to start jmeter * fix: use docker service to start jmeter * fix: use docker service to start jmeter * fix: use docker service to start jmeter * fix: use docker service to start jmeter * fix: use docker service to start jmeter * fix: use docker service to start jmeter * fix: use docker service to start jmeter * fix: use docker service to start jmeter * fix: use docker service to start jmeter * fix: use docker service to start jmeter * fix: use docker service to start jmeter * fix: use docker service to start jmeter * fix: use docker service to start jmeter * fix: use docker service to start jmeter * fix: use docker service to start jmeter * fix: use docker service to start jmeter * fix: use docker service to start jmeter * CDR-1325 matrix configuration enabled for different auth types * CDR-1325 matrix configuration enabled for different auth types * CDR-1325 matrix configuration enabled for different auth types * CDR-1325 matrix configuration enabled for different auth types * CDR-1325 matrix configuration enabled for different auth types * CDR-1325 matrix configuration enabled for different auth types * CDR-1325 matrix configuration enabled for different auth types * CDR-1325 matrix configuration enabled for different auth types * CDR-1325 matrix configuration enabled for different auth types * CDR-1325 matrix configuration enabled for different auth types * CDR-1325 matrix configuration enabled for different auth types * CDR-1325 matrix configuration enabled for different auth types * CDR-1325 matrix configuration enabled for different auth types * CDR-1325 matrix configuration enabled for different auth types * CDR-1325 matrix configuration enabled for different auth types * CDR-1325 matrix configuration enabled for different auth types * CDR-1325 matrix configuration enabled for different auth types * fix: CDR-1325 rotate jmeter results to have stored 3 latest ones * fix: CDR-1325 rotate jmeter results to have stored 3 latest ones * fix: CDR-1325 rotate jmeter results to have stored 3 latest ones * fix: CDR-1325 rotate jmeter results to have stored 3 latest ones * fix: CDR-1325 rotate jmeter results to have stored 3 latest ones * fix: CDR-1325 rotate jmeter results to have stored 3 latest ones * fix: CDR-1325 rotate jmeter results to have stored 3 latest ones * fix: CDR-1325 rotate jmeter results to have stored 3 latest ones * fix: CDR-1325 rotate jmeter results to have stored 3 latest ones * fix: CDR-1325 rotate jmeter results to have stored 3 latest ones * fix: CDR-1325 rotate jmeter results to have stored 3 latest ones * fix: CDR-1325 organize JMeter results and reports in folders and upload them to run * fix: CDR-1325 organize JMeter results and reports in folders and upload them to run * fix: remove useless docker compose file * Update build_and_test.yml * Update docker-compose-perf-test.yml * Update build_and_test.yml Update threads group configuration. Set default to: THREADS: 10 RAMP_UP: 1 LOOP_COUNT: 50 DURATION: 360 * Update build_and_test.yml Update threads duration to 180s * fix: CDR-1325 use ehrbase/ehrbase:build for performance tests * fix: CDR-1325 use ehrbase/ehrbase:build for performance tests and wait for jmeter service to be running * fix: CDR-1325 remove performance-test-run from needs array in docker-build-push
Configuration menu - View commit details
-
Copy full SHA for 8f91cb6 - Browse repository at this point
Copy the full SHA 8f91cb6View commit details -
CDR-1532 Update Postgres v15 migration (#1389)
* CDR-1532 Update Postgres v15 migration * CDR-1532 Remove temporary indicis for Postgres v15 migration * CDR-1532 Remove pre-flight capability for v15 migration * CDR-1532 Re-Add temporary migration indicies for v15 migration * CDR-1532 Add suggestion from code review for migration v15 * CDR-1532 Add old flyway checksum
Configuration menu - View commit details
-
Copy full SHA for 0d00478 - Browse repository at this point
Copy the full SHA 0d00478View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4fc370f - Browse repository at this point
Copy the full SHA 4fc370fView commit details -
release 2.7.0: updated version to 2.7.0
bot committedAug 27, 2024 Configuration menu - View commit details
-
Copy full SHA for bde8a5e - Browse repository at this point
Copy the full SHA bde8a5eView commit details -
bot committed
Aug 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 8b453bc - Browse repository at this point
Copy the full SHA 8b453bcView commit details -
Merge branch 'release/v2.7.0' into develop
bot committedAug 27, 2024 Configuration menu - View commit details
-
Copy full SHA for ad0f05d - Browse repository at this point
Copy the full SHA ad0f05dView commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 810a3fa - Browse repository at this point
Copy the full SHA 810a3faView commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5782e97 - Browse repository at this point
Copy the full SHA 5782e97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 785fdce - Browse repository at this point
Copy the full SHA 785fdceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25a5220 - Browse repository at this point
Copy the full SHA 25a5220View commit details -
CDR-1259 make template delete independent of calling service
# Conflicts: # service/src/main/java/org/ehrbase/service/KnowledgeCacheServiceImp.java
Configuration menu - View commit details
-
Copy full SHA for 4b34716 - Browse repository at this point
Copy the full SHA 4b34716View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 665e6da - Browse repository at this point
Copy the full SHA 665e6daView commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe95b0e - Browse repository at this point
Copy the full SHA fe95b0eView commit details
Commits on Sep 25, 2024
-
Add proper health check for Jmeter Docker container (#1403)
fix: add restart jmeter & add Jmeter health check
Configuration menu - View commit details
-
Copy full SHA for 8036da8 - Browse repository at this point
Copy the full SHA 8036da8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0420840 - Browse repository at this point
Copy the full SHA 0420840View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d05db0 - Browse repository at this point
Copy the full SHA 0d05db0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70c6448 - Browse repository at this point
Copy the full SHA 70c6448View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c4508f - Browse repository at this point
Copy the full SHA 4c4508fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5adff9f - Browse repository at this point
Copy the full SHA 5adff9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac9fbe6 - Browse repository at this point
Copy the full SHA ac9fbe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18a5cec - Browse repository at this point
Copy the full SHA 18a5cecView commit details -
Configuration menu - View commit details
-
Copy full SHA for cede525 - Browse repository at this point
Copy the full SHA cede525View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7870f49 - Browse repository at this point
Copy the full SHA 7870f49View commit details -
Enable user access to the welcome page while authentication is enabled (
#1400) * Enhance security configuration and user access to the welcome page * Update CHANGELOG.md * Run spotless:apply
Configuration menu - View commit details
-
Copy full SHA for efe9ac8 - Browse repository at this point
Copy the full SHA efe9ac8View commit details
Commits on Sep 26, 2024
-
CDR-1596 Support query parameter with multiple values (#1399)
* CDR-1596 Support query parameter with multiple values * CDR-1596 changelog * CDR-1596 prevent NPE in AqlQueryRequest::rewriteExplicitParameterTypes * CDR-1596 parameterized tests for AqlParameterReplacement
Configuration menu - View commit details
-
Copy full SHA for 55e8898 - Browse repository at this point
Copy the full SHA 55e8898View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccae646 - Browse repository at this point
Copy the full SHA ccae646View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c00e8a - Browse repository at this point
Copy the full SHA 3c00e8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae330ec - Browse repository at this point
Copy the full SHA ae330ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4412a86 - Browse repository at this point
Copy the full SHA 4412a86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d6441c - Browse repository at this point
Copy the full SHA 4d6441cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba6fdf5 - Browse repository at this point
Copy the full SHA ba6fdf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b09596 - Browse repository at this point
Copy the full SHA 2b09596View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85c53c5 - Browse repository at this point
Copy the full SHA 85c53c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e69d054 - Browse repository at this point
Copy the full SHA e69d054View commit details -
Merge remote-tracking branch 'origin/feature/CDR-1580-fix-ehr_status-…
…if-match' into feature/CDR-1580-fix-ehr_status-if-match
Configuration menu - View commit details
-
Copy full SHA for 21e6315 - Browse repository at this point
Copy the full SHA 21e6315View commit details -
Configuration menu - View commit details
-
Copy full SHA for da03b88 - Browse repository at this point
Copy the full SHA da03b88View commit details -
Configuration menu - View commit details
-
Copy full SHA for e019712 - Browse repository at this point
Copy the full SHA e019712View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 737a84d - Browse repository at this point
Copy the full SHA 737a84dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e9050e - Browse repository at this point
Copy the full SHA 8e9050eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82d3dcc - Browse repository at this point
Copy the full SHA 82d3dccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23a55e0 - Browse repository at this point
Copy the full SHA 23a55e0View commit details -
Merge pull request #1404 from ehrbase/feature/CDR-1580-fix-ehr_status…
…-if-match-2 Feature/cdr 1580 fix ehr status if match 2
Configuration menu - View commit details
-
Copy full SHA for 977edcc - Browse repository at this point
Copy the full SHA 977edccView commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ead2f73 - Browse repository at this point
Copy the full SHA ead2f73View commit details -
Merge pull request #1405 from ehrbase/feature/CDR-1597-fix-query-cache
CDR-1597 aql query storage: evict correct entries from cache
Configuration menu - View commit details
-
Copy full SHA for c5daa90 - Browse repository at this point
Copy the full SHA c5daa90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65bb440 - Browse repository at this point
Copy the full SHA 65bb440View commit details -
Bump spring-boot.version from 3.2.5 to 3.3.4 (#1402)
Bumps `spring-boot.version` from 3.2.5 to 3.3.4. Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.2.5 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.5...v3.3.4) Updates `org.springframework.boot:spring-boot-dependencies` from 3.2.5 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.5...v3.3.4) Updates `org.springframework.boot:spring-boot-starter-logging` from 3.2.5 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.5...v3.3.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-logging dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b389316 - Browse repository at this point
Copy the full SHA b389316View commit details -
release 2.8.0: updated version to 2.8.0
bot committedSep 30, 2024 Configuration menu - View commit details
-
Copy full SHA for a326e97 - Browse repository at this point
Copy the full SHA a326e97View commit details -
bot committed
Sep 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 02255a0 - Browse repository at this point
Copy the full SHA 02255a0View commit details -
Merge branch 'release/v2.8.0' into develop
bot committedSep 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 50d190c - Browse repository at this point
Copy the full SHA 50d190cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a852feb - Browse repository at this point
Copy the full SHA a852febView commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab79652 - Browse repository at this point
Copy the full SHA ab79652View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d837be - Browse repository at this point
Copy the full SHA 8d837beView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb762e9 - Browse repository at this point
Copy the full SHA fb762e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb7f94e - Browse repository at this point
Copy the full SHA cb7f94eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfa32ea - Browse repository at this point
Copy the full SHA bfa32eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8e886c - Browse repository at this point
Copy the full SHA d8e886cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20ea2a2 - Browse repository at this point
Copy the full SHA 20ea2a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3649981 - Browse repository at this point
Copy the full SHA 3649981View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07cb8da - Browse repository at this point
Copy the full SHA 07cb8daView commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 87be40a - Browse repository at this point
Copy the full SHA 87be40aView commit details -
Merge remote-tracking branch 'origin/feature/fix-stored-aql-not-exist…
…' into feature/fix-stored-aql-not-exist # Conflicts: # service/src/main/java/org/ehrbase/service/StoredQueryServiceImp.java
Configuration menu - View commit details
-
Copy full SHA for d280cab - Browse repository at this point
Copy the full SHA d280cabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 578142e - Browse repository at this point
Copy the full SHA 578142eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fe3129 - Browse repository at this point
Copy the full SHA 9fe3129View commit details -
Merge pull request #1409 from ehrbase/feature/fix-stored-aql-not-exist
Fix HTTP 500 in case stored query does not exist
Configuration menu - View commit details
-
Copy full SHA for 11b1eab - Browse repository at this point
Copy the full SHA 11b1eabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ac0cfa - Browse repository at this point
Copy the full SHA 5ac0cfaView commit details -
release 2.8.1: updated version to 2.8.1
bot committedOct 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 0e4cc0c - Browse repository at this point
Copy the full SHA 0e4cc0cView commit details -
bot committed
Oct 2, 2024 Configuration menu - View commit details
-
Copy full SHA for e0541f5 - Browse repository at this point
Copy the full SHA e0541f5View commit details -
Merge branch 'release/v2.8.1' into develop
bot committedOct 2, 2024 Configuration menu - View commit details
-
Copy full SHA for a30fd9b - Browse repository at this point
Copy the full SHA a30fd9bView commit details
Commits on Oct 3, 2024
-
Merge branch 'develop' into feature/CDR-1207
# Conflicts: # service/src/main/java/org/ehrbase/service/StoredQueryServiceImp.java
Configuration menu - View commit details
-
Copy full SHA for ab926fc - Browse repository at this point
Copy the full SHA ab926fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd71c9a - Browse repository at this point
Copy the full SHA dd71c9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24f1d06 - Browse repository at this point
Copy the full SHA 24f1d06View commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0d7e5cb - Browse repository at this point
Copy the full SHA 0d7e5cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dff72e - Browse repository at this point
Copy the full SHA 0dff72eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50059cc - Browse repository at this point
Copy the full SHA 50059ccView commit details -
release 2.9.0: updated version to 2.9.0
bot committedOct 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 2cd4567 - Browse repository at this point
Copy the full SHA 2cd4567View commit details -
bot committed
Oct 4, 2024 Configuration menu - View commit details
-
Copy full SHA for f07911d - Browse repository at this point
Copy the full SHA f07911dView commit details -
Merge branch 'release/v2.9.0' into develop
bot committedOct 4, 2024 Configuration menu - View commit details
-
Copy full SHA for f425ec6 - Browse repository at this point
Copy the full SHA f425ec6View commit details
Commits on Oct 11, 2024
-
CDR-1609 Property for enabling ehrscape API (default: false) (#1415)
* CDR-1609 Property for enabling ehrscape API (default: false) * CDR-1609 Do not scan rest-ehrscape beans in rest-openehr module * CDR-1609 enable ehrscape for robot tests in github actions * CDR-1609 update CHANGELOG * CDR-1609 Add ehrscape hint to UPDATING.md --------- Co-authored-by: alexlehn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f077fc1 - Browse repository at this point
Copy the full SHA f077fc1View commit details
Commits on Oct 24, 2024
-
CDR-1580 Add Basic AQL on FOLDER support (#1401)
* CDR-1580 Add Basic AQL on FOLDER support * CDR-1580 Add AQL support got FOLDER contains COMPOSITION * CDR-1580 Add Basic AQL on FOLDER support * CDR-1580 Add AQL support got FOLDER contains COMPOSITION * CDR-1580 AQL on folder Cleanup * CDR-1580 Adjust feature checks for AQL on Folder * CDR-1580 Add AQL support for FOLDER contains COMPOSITION * CDR-1551 AQL on FOLDER allow nested contains * CDR-1551 AQL on FOLDER use item array query based on ehr id and idx * CDR-1551 AQL on FOLDER update changelog * CDR-1551 AQL on Folder change generated SQL to flat representation * CDR-1551 AQL on Folder correct SQL alias naming * CDR-1551 AQL on Folder fix broken test * CDR-1551 Adjust Folder join ASL * CDR-1551 Extract Join Conditions * CDR-1551 Handle Version and Data queries * CDR-1551 Change AQL configuration * CDR-1551 Fix missing static declaration of BeanPostProcessor * CDR-1551 cleanup changes * CDR-1551 cleanup * CDR-1551 review changes * Update CHANGELOG.md * CDR-1551 renamed AslFolderItemIdValuesColumnField to AslFolderItemIdVirtualField * CDR-1551 fix tests --------- Co-authored-by: Holger Reise <[email protected]> Co-authored-by: HolgerReiseVSys <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05c4d22 - Browse repository at this point
Copy the full SHA 05c4d22View commit details -
Bump org.pf4j:pf4j from 3.11.1 to 3.12.1 (#1416)
Bumps [org.pf4j:pf4j](https://github.com/pf4j/pf4j) from 3.11.1 to 3.12.1. - [Release notes](https://github.com/pf4j/pf4j/releases) - [Changelog](https://github.com/pf4j/pf4j/blob/master/CHANGELOG.md) - [Commits](pf4j/pf4j@release-3.11.1...release-3.12.1) --- updated-dependencies: - dependency-name: org.pf4j:pf4j dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 58989a9 - Browse repository at this point
Copy the full SHA 58989a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc8e9b1 - Browse repository at this point
Copy the full SHA bc8e9b1View commit details -
Bump joonvena/robotframework-reporter-action from 2.4 to 2.5 (#1372)
Bumps [joonvena/robotframework-reporter-action](https://github.com/joonvena/robotframework-reporter-action) from 2.4 to 2.5. - [Release notes](https://github.com/joonvena/robotframework-reporter-action/releases) - [Commits](joonvena/robotframework-reporter-action@v2.4...v2.5) --- updated-dependencies: - dependency-name: joonvena/robotframework-reporter-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: stefanspiska <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d16fdea - Browse repository at this point
Copy the full SHA d16fdeaView commit details -
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.5…
….1 (#1414) Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.5.1. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.2.5...surefire-3.5.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 777fb53 - Browse repository at this point
Copy the full SHA 777fb53View commit details -
Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.7 (#…
…1413) Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.4 to 3.2.7. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.4...maven-gpg-plugin-3.2.7) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5f4bad7 - Browse repository at this point
Copy the full SHA 5f4bad7View commit details -
Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.0 to 3.5…
….1 (#1412) Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.3.0 to 3.5.1. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.3.0...surefire-3.5.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0da4294 - Browse repository at this point
Copy the full SHA 0da4294View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5cef08b - Browse repository at this point
Copy the full SHA 5cef08bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9758f8 - Browse repository at this point
Copy the full SHA d9758f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e0d1ab - Browse repository at this point
Copy the full SHA 6e0d1abView commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a0fcbe4 - Browse repository at this point
Copy the full SHA a0fcbe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 018da07 - Browse repository at this point
Copy the full SHA 018da07View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b5acf87 - Browse repository at this point
Copy the full SHA b5acf87View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 25436a5 - Browse repository at this point
Copy the full SHA 25436a5View commit details -
Merge pull request #1424 from ehrbase/feature/update_sdk2
Feature/update sdk2
Configuration menu - View commit details
-
Copy full SHA for f4694db - Browse repository at this point
Copy the full SHA f4694dbView commit details