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

Release 1.0.0.2 #89

Merged
merged 24 commits into from
Dec 5, 2023
Merged

Release 1.0.0.2 #89

merged 24 commits into from
Dec 5, 2023

Commits on Nov 7, 2023

  1. Merge pull request #77 from medizininformatik-initiative/main

    Begin next development cycle
    EmteZogaf authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    ce48029 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    64ce6ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5773aba View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    853572b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    225f57f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    5416efd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a6e313 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    986e2d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08c1ab6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #81 from medizininformatik-initiative/78-flarewebs…

    …erviceclient-does-not-use-configured-java-trust-store-for-https
    
    Use existing tls and authentication configuration for FlareWebserviceClient
    EmteZogaf authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    9a13c23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f2bc90 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #82 from medizininformatik-initiative/68-flare-cli…

    …ent-does-not-support-flare-base-url-with-path-segment
    
    Respect Path of Flare Base URL
    EmteZogaf authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    a4fb425 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Cut off Prerelease Identifier of Version for BPE Process

    BPE validates the version number and rejects any version not conforming
    to the X.X.X.X format.
    EmteZogaf committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    01176de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ac6fa6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #83 from medizininformatik-initiative/79-flare-bas…

    …e-url-is-not-checked-for-null-or-empty
    
    Check for Empty Flare Base Url and Catch Invalid URI Errors
    EmteZogaf authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    bdcae90 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

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

Commits on Dec 1, 2023

  1. Fix Docker Test Setup

    alexanderkiel committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    26c7d34 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Make cert generating Script Mac Compatible

    readlink -f doesn't work on Mac and we don't really need it.
    alexanderkiel committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    dcaaed9 View commit details
    Browse the repository at this point in the history
  2. Refactor CQL Process Step Tests

    Before changing something at the CQL Process Steps, first a refactoring
    of the tests.
    alexanderkiel committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    785db9e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    29d9d19 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #88 from medizininformatik-initiative/74-add-autom…

    …atic-connection-test-to-flare-or-fhir-store-at-startup
    
    Check Connection to Store or Flare on Startup
    EmteZogaf authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    18e2fe2 View commit details
    Browse the repository at this point in the history
  3. Refactor Request Process Flow

    Going back to using Camunda multi instance subprocess for sending and
    receiving single dic tasks. This process flow avoids optimistic lock
    exceptions.
    EmteZogaf committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    93e57fc View commit details
    Browse the repository at this point in the history
  4. Rename Node IDs in Feasibility Execute Camunda Process

    Make it more obvious which step in the camunda process caused an error
    by having the node id's, which are shown in error messages, named
    equivalent to the display name in camunda modeler.
    EmteZogaf committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3a78051 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #90 from medizininformatik-initiative/refactor-req…

    …uest-process
    
    Refactor request process to utilize process parallization of the camunda process engine
    EmteZogaf authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    edc99bb View commit details
    Browse the repository at this point in the history