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

[pull] develop from ehrbase:develop #208

Open
wants to merge 426 commits into
base: develop
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 29, 2024

  1. 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]>
    dependabot[bot] authored May 29, 2024
    Configuration menu
    Copy the full SHA
    0859aea View commit details
    Browse the repository at this point in the history
  2. 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
    alexlehn authored May 29, 2024
    Configuration menu
    Copy the full SHA
    e18cfce View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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

Commits on Jun 5, 2024

  1. update CHANGELOG

    vmueller-vg committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e0313e2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1341 from ehrbase/feature/CDR-1456

    CDR-1456 Performance improvement for structure subqueries targeting n…
    vmueller-vg authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a7ce1ed View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. release 2.3.0: updated version to 2.3.0

    bot committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    07daa51 View commit details
    Browse the repository at this point in the history
  2. updated version to 2.4.0-SNAPSHOT

    bot committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f3665a6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/v2.3.0' into develop

    bot committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    963bf40 View commit details
    Browse the repository at this point in the history
  4. 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
    vladislavploaia authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    9ee5133 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8508ce4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0337e89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46c86d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    31956cd View commit details
    Browse the repository at this point in the history
  2. spotless

    HolgerReiseVSys committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a1d0018 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e89e9d View commit details
    Browse the repository at this point in the history
  4. spotless

    HolgerReiseVSys committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7be354c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c70e11a View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

    HolgerReiseVSys committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    83531c6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1345 from ehrbase/feature/CDR-1479

    Feature/cdr 1479
    vmueller-vg authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6de315f View commit details
    Browse the repository at this point in the history
  4. release 2.4.0: updated version to 2.4.0

    bot committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    26c7dbd View commit details
    Browse the repository at this point in the history
  5. updated version to 2.5.0-SNAPSHOT

    bot committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    dd9e472 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'release/v2.4.0' into develop

    bot committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a08e0c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    23a1436 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63edcde View commit details
    Browse the repository at this point in the history
  3. [CDR-1429] Update changelog

    alexlehn committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1c2beb3 View commit details
    Browse the repository at this point in the history
  4. 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
    alexlehn authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b25f965 View commit details
    Browse the repository at this point in the history
  5. [CDR-1453] Deprecate plugin functions

    * Dependency inversion
    
    * Fixed typo
    
    * Changed
    
    * Deprecated plugin aspects
    
    * spotless
    
    * spotless
    
    * spotless
    
    ---------
    
    Co-authored-by: MBA <[email protected]>
    micha1970 and MBA authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    88c9cf4 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG for #1344

    vidi42 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    eec36e9 View commit details
    Browse the repository at this point in the history
  7. 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
    alexlehn authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    34f2d2f View commit details
    Browse the repository at this point in the history
  8. Debug Robot-Report workflow

    alexlehn authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1d5de1f View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    0585fe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfe2f93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    626e5be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b337cd0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bd2469 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2433784 View commit details
    Browse the repository at this point in the history
  7. 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
    alexlehn authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    eeb10e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    57173e4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ca81330 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3d92547 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6ea178c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    71f02f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. 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
    subigre authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5887320 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d1b0613 View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2d47d15 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. 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>
    dependabot[bot] authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6b16a76 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. [CDR-1471] Align template controller with latest spec (#1334)

    * Align template controller with latest spec
    
    * Add suggestion from Code review
    alexlehn authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    48753b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. 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>
    dependabot[bot] authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    03a8e00 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    aa4fa86 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. 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
    alexlehn authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2a72bed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b377698 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    df77c03 View commit details
    Browse the repository at this point in the history
  2. 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]>
    dependabot[bot] and alexlehn authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4469e4d View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    85de572 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a4f7ac View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. 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>
    dependabot[bot] authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    991679f View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f662660 View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0409b74 View commit details
    Browse the repository at this point in the history
  4. 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>
    dependabot[bot] authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    70651e3 View commit details
    Browse the repository at this point in the history
  5. 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>
    dependabot[bot] authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    cd528d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. [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
    alexlehn authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    97138b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b26a587 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d422c36 View commit details
    Browse the repository at this point in the history
  4. CDR-1456 cleanup

    HolgerReiseVSys authored and vmueller-vg committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    0f7eb15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17c3eea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    514d48c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c6e456a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    78396a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e98c6bd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f9e0b21 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ea66a71 View commit details
    Browse the repository at this point in the history
  12. spotless

    HolgerReiseVSys authored and vmueller-vg committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    f39d3d3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9f75db7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    128bb39 View commit details
    Browse the repository at this point in the history
  15. spotless

    vmueller-vg committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    3a5540c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0592d23 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2d71523 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8a1761c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fda734c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6ace2d3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8115091 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    df23168 View commit details
    Browse the repository at this point in the history
  23. spotless

    vmueller-vg committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    4926d2c View commit details
    Browse the repository at this point in the history
  24. CDR-1456 CHANGELOG

    HolgerReiseVSys committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    126b933 View commit details
    Browse the repository at this point in the history
  25. Sonar

    HolgerReiseVSys committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    6bd7e65 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #1358 from ehrbase/feature/CDR-1456-omit-target-types

    Feature/cdr 1456 omit target types
    vmueller-vg authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    b8c511b View commit details
    Browse the repository at this point in the history
  27. Update SDK to stable version

    vidi42 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d434bc8 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8f99746 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c9d3c20 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    0d3dca2 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    222ab03 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    e879848 View commit details
    Browse the repository at this point in the history
  2. Only apply the createRestContext to methods which were not covered an…

    …d remove it from generic responseBuilder
    vidi42 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3c1b925 View commit details
    Browse the repository at this point in the history
  3. release 2.5.0: updated version to 2.5.0

    bot committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    6abea15 View commit details
    Browse the repository at this point in the history
  4. Updated version to

    bot committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    7caf6aa View commit details
    Browse the repository at this point in the history
  5. Merge branch 'release/v2.5.0' into develop

    bot committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    eec8e2f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d758146 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6bf4d49 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8cc291b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

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

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    a50d929 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53a67c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4587d01 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. sonar

    HolgerReiseVSys committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a2dd980 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8fd9f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    527ce6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    431e89c View commit details
    Browse the repository at this point in the history
  5. CDR-1456 Add indexes

    vmueller-vg committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d2b27e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72919f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0c8888 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    4e417f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0d8ec5 View commit details
    Browse the repository at this point in the history
  3. spotless

    HolgerReiseVSys committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    c2d2e28 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    22a533a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fa15a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    c7cc7ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecdb787 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75bc9b8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1359 from ehrbase/feature/CDR-1456_parentNum

    Feature/cdr 1456 parent num
    HolgerReiseVSys authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    828e30f View commit details
    Browse the repository at this point in the history
  5. CDR-1456 Changelog

    HolgerReiseVSys committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    69ea825 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. update SDK to 2.15.0

    vmueller-vg committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c635d63 View commit details
    Browse the repository at this point in the history
  2. release 2.6.0: updated version to 2.6.0

    bot committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3a01b18 View commit details
    Browse the repository at this point in the history
  3. Updated version to

    bot committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    41f74d3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release/v2.6.0' into develop

    bot committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ab53e91 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    bca950e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a71c79c View commit details
    Browse the repository at this point in the history
  3. CDR-1451 Add ItemTagService

    alexlehn committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    d30c65b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d47442 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb005d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    923c1c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f51498e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    540778b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4683897 View commit details
    Browse the repository at this point in the history
  10. fix: enable TAGS_TESTS

    vladislavploaia authored and alexlehn committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    0164d56 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b302229 View commit details
    Browse the repository at this point in the history
  12. fix: enable TAGS_TESTS

    vladislavploaia authored and alexlehn committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    bcdc606 View commit details
    Browse the repository at this point in the history
  13. CDR-1451 Fix sonar issues

    alexlehn committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    d4362fd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    197367f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    461d56e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3244f68 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. [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]>
    alexlehn and vladislavploaia authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    8ea7b2e View commit details
    Browse the repository at this point in the history
  2. [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]>
    alexlehn and vladislavploaia authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    dff6156 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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

Commits on Aug 9, 2024

  1. 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
    HolgerReiseVSys authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e4c937e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    74af5b6 View commit details
    Browse the repository at this point in the history
  2. CDR-1451 Fix test

    vmueller-vg committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    67ff21a View commit details
    Browse the repository at this point in the history
  3. spotless

    vmueller-vg committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    1137ddf View commit details
    Browse the repository at this point in the history
  4. CDR-1451 Cleanup

    vmueller-vg committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f849fe8 View commit details
    Browse the repository at this point in the history
  5. CDR-1451 Cleanup 2

    vmueller-vg committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7c17b74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5d5385 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    0e3a394 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9d671b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c9fdcf View commit details
    Browse the repository at this point in the history
  4. CDR-1451 adjust test

    vmueller-vg committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    d32776f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1343 from ehrbase/feature/CDR-1451-basic-tag-support

    [CDR-1451] Basic ItemTag support
    vmueller-vg authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6ec8a34 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. 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
    alexlehn authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    753bf72 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. 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
    vladislavploaia authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8f91cb6 View commit details
    Browse the repository at this point in the history
  2. 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
    alexlehn authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0d00478 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. update sdk

    stefanspiska committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4fc370f View commit details
    Browse the repository at this point in the history
  2. release 2.7.0: updated version to 2.7.0

    bot committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    bde8a5e View commit details
    Browse the repository at this point in the history
  3. Updated version to

    bot committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8b453bc View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release/v2.7.0' into develop

    bot committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ad0f05d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

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

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    5782e97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    785fdce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25a5220 View commit details
    Browse the repository at this point in the history
  4. CDR-1259 make template delete independent of calling service

    # Conflicts:
    #	service/src/main/java/org/ehrbase/service/KnowledgeCacheServiceImp.java
    vmueller-vg committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4b34716 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. CDR-1207 Cleanup

    HolgerReiseVSys committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    665e6da View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. CDR-1207 Cleanup

    HolgerReiseVSys committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    fe95b0e View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Add proper health check for Jmeter Docker container (#1403)

    fix: add restart jmeter & add Jmeter health check
    vladislavploaia authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    8036da8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0420840 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d05db0 View commit details
    Browse the repository at this point in the history
  4. CDR-1580 Update changelog

    alexlehn committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    70c6448 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c4508f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5adff9f View commit details
    Browse the repository at this point in the history
  7. CDR-1532 Simplify SQL check

    alexlehn committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ac9fbe6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    18a5cec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cede525 View commit details
    Browse the repository at this point in the history
  10. spotless

    HolgerReiseVSys committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7870f49 View commit details
    Browse the repository at this point in the history
  11. 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
    subigre authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    efe9ac8 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. 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
    HolgerReiseVSys authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    55e8898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccae646 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c00e8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae330ec View commit details
    Browse the repository at this point in the history
  5. CDR-1580 Update changelog

    alexlehn committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4412a86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d6441c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba6fdf5 View commit details
    Browse the repository at this point in the history
  8. CDR-1532 Simplify SQL check

    alexlehn committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2b09596 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    85c53c5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e69d054 View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/feature/CDR-1580-fix-ehr_status-…

    …if-match' into feature/CDR-1580-fix-ehr_status-if-match
    alexlehn committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    21e6315 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    da03b88 View commit details
    Browse the repository at this point in the history
  13. CDR-1532 Re-Add test script

    alexlehn committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e019712 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    737a84d View commit details
    Browse the repository at this point in the history
  2. spotless

    HolgerReiseVSys committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8e9050e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82d3dcc View commit details
    Browse the repository at this point in the history
  4. CDR-1597 Changelog

    HolgerReiseVSys committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    23a55e0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1404 from ehrbase/feature/CDR-1580-fix-ehr_status…

    …-if-match-2
    
    Feature/cdr 1580 fix ehr status if match 2
    HolgerReiseVSys authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    977edcc View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    ead2f73 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1405 from ehrbase/feature/CDR-1597-fix-query-cache

    CDR-1597 aql query storage: evict correct entries from cache
    HolgerReiseVSys authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c5daa90 View commit details
    Browse the repository at this point in the history
  3. update sdk (#1406)

    * update sdk
    
    * fix test
    stefanspiska authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    65bb440 View commit details
    Browse the repository at this point in the history
  4. 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>
    dependabot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b389316 View commit details
    Browse the repository at this point in the history
  5. release 2.8.0: updated version to 2.8.0

    bot committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a326e97 View commit details
    Browse the repository at this point in the history
  6. Updated version to

    bot committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    02255a0 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'release/v2.8.0' into develop

    bot committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    50d190c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a852feb View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. CDR-1207 Cleanup

    HolgerReiseVSys committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ab79652 View commit details
    Browse the repository at this point in the history
  2. CDR-1207 Changelog

    HolgerReiseVSys committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8d837be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb762e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb7f94e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfa32ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8e886c View commit details
    Browse the repository at this point in the history
  7. spotless

    HolgerReiseVSys committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    20ea2a2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3649981 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07cb8da View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    87be40a View commit details
    Browse the repository at this point in the history
  2. 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
    alexlehn committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d280cab View commit details
    Browse the repository at this point in the history
  3. Fix rebase issues

    alexlehn committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    578142e View commit details
    Browse the repository at this point in the history
  4. Fix Sonar issues

    alexlehn committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9fe3129 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1409 from ehrbase/feature/fix-stored-aql-not-exist

    Fix HTTP 500 in case stored query does not exist
    HolgerReiseVSys authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    11b1eab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ac0cfa View commit details
    Browse the repository at this point in the history
  7. release 2.8.1: updated version to 2.8.1

    bot committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0e4cc0c View commit details
    Browse the repository at this point in the history
  8. Updated version to

    bot committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e0541f5 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'release/v2.8.1' into develop

    bot committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a30fd9b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Merge branch 'develop' into feature/CDR-1207

    # Conflicts:
    #	service/src/main/java/org/ehrbase/service/StoredQueryServiceImp.java
    vidi42 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ab926fc View commit details
    Browse the repository at this point in the history
  2. Fix compilation issue

    vidi42 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    dd71c9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24f1d06 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Update changelog

    vidi42 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0d7e5cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1407 from ehrbase/feature/CDR-1207

    Feature/cdr 1207
    vidi42 authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0dff72e View commit details
    Browse the repository at this point in the history
  3. Fix url in changelog

    vidi42 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    50059cc View commit details
    Browse the repository at this point in the history
  4. release 2.9.0: updated version to 2.9.0

    bot committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2cd4567 View commit details
    Browse the repository at this point in the history
  5. Updated version to

    bot committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f07911d View commit details
    Browse the repository at this point in the history
  6. Merge branch 'release/v2.9.0' into develop

    bot committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f425ec6 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. 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]>
    vmueller-vg and alexlehn authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f077fc1 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. 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]>
    3 people authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    05c4d22 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    58989a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc8e9b1 View commit details
    Browse the repository at this point in the history
  4. 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]>
    dependabot[bot] and stefanspiska authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d16fdea View commit details
    Browse the repository at this point in the history
  5. 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>
    dependabot[bot] authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    777fb53 View commit details
    Browse the repository at this point in the history
  6. 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>
    dependabot[bot] authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5f4bad7 View commit details
    Browse the repository at this point in the history
  7. 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>
    dependabot[bot] authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0da4294 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. update new validation

    stefanspiska committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    5cef08b View commit details
    Browse the repository at this point in the history
  2. update new validation

    stefanspiska committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    d9758f8 View commit details
    Browse the repository at this point in the history
  3. spotless

    stefanspiska committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    6e0d1ab View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    a0fcbe4 View commit details
    Browse the repository at this point in the history
  2. update changelog

    stefanspiska committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    018da07 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. fix test

    stefanspiska committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    b5acf87 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    25436a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1424 from ehrbase/feature/update_sdk2

    Feature/update sdk2
    vmueller-vg authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    f4694db View commit details
    Browse the repository at this point in the history