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

AMT V4 Flatfile generation #1

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open

AMT V4 Flatfile generation #1

wants to merge 36 commits into from

Commits on Apr 12, 2023

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

Commits on Jul 19, 2023

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

Commits on Jul 20, 2023

  1. Add back Junit XML generation

    edeati committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    fa0bb1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a62496a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

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

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    fc9d26f View commit details
    Browse the repository at this point in the history
  2. Change plugin version

    edeati committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    260eb82 View commit details
    Browse the repository at this point in the history
  3. Add Deployment details

    edeati committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    856ea00 View commit details
    Browse the repository at this point in the history
  4. Change java to 17

    edeati committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    353b7ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5b0ae5 View commit details
    Browse the repository at this point in the history
  6. Change Java to 11

    edeati committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    1d517af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ded159f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. AMT V3 backward compatible now

    edeati committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    9bb4c08 View commit details
    Browse the repository at this point in the history
  2. Re-add tests

    edeati committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    7775eb9 View commit details
    Browse the repository at this point in the history
  3. Fix content test

    edeati committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    9756627 View commit details
    Browse the repository at this point in the history
  4. Remove extra stuff not needed

    edeati committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    07ace3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae2194d View commit details
    Browse the repository at this point in the history
  6. My, oh my. You cannot delete artefacts from Azure Devops repo. If you…

    … delete it you cannot deplpoy a new one anymore. Just sad
    edeati committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    657a7da View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. AMT V4 TP is not a parent of TPUU but a HAS_PRODUCT_NAME - test error…

    …s are now reporting an extra fail because I'm now logging no TP for a TPUU as a junit test fail
    edeati committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    517161d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. updated allowed file size

    dionmcm committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    86c8019 View commit details
    Browse the repository at this point in the history
  2. updated allowed file size

    dionmcm committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9818c8d View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

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

Commits on Feb 15, 2024

  1. updated to account for case change in en-AU to en-au matching SNOMED …

    …International file naming
    dionmcm committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    844ab01 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Add handling for active ingredients in Concept class

    A new field 'ingredients' added to Concept class and 'addIngredient' method introduced to handle the Concept's ingredients. The error messages for failure scenarios during file processing in AmtCache class have also been enhanced to display the full row information. Besides, various scenarios are handled for MES Product (MP) parents based on their ingredients and exceptions are thrown accordingly along with logging warnings in Amt2FlatFile class. New active ingredient types added to the AttributeType class.
    dionmcm committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ad6946f View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    4b408fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8da9a8b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Fix logging

    edeati committed May 9, 2024
    Configuration menu
    Copy the full SHA
    46f9d47 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    08e382b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85b1e4d View commit details
    Browse the repository at this point in the history
  3. Merge pull request AuDigitalHealth#11 from aehrc/feature/amt-v4

    Add back Junit XML generation
    dionmcm authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    94cc144 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Fix field quoting for TSV format

    Updated the FileFormat class to correctly handle quoting for TSV files by returning an empty string for field quotes. Adjusted test data to reflect changes in the expected output.
    dionmcm committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6cc6a71 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from AuDigitalHealth/feature/amt-v4

    TSV quoting fix
    dionmcm authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5783983 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Replace newLine() with write("\r\n") and refactor tests

    Updated Amt2FlatFile to use write method with DOS line termination for consistency. Refactored Amt2FlatFileTest to improve readability and ensure proper file handling during tests.
    dionmcm committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5ebbb52 View commit details
    Browse the repository at this point in the history
  2. Refactor code, add lombok annotations, and simplify logging

    Replaced manual getter and setter methods with Lombok annotations for brevity. Refactored logging to use constants where possible and simplified the code structure for improved readability. Removed unused imports and adjusted formatting for better consistency.
    dionmcm committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ef0ec24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfb5648 View commit details
    Browse the repository at this point in the history