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

feat: add file attachments to iris-messages #621

Draft
wants to merge 44 commits into
base: develop
Choose a base branch
from

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    a9ef3a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87f6c47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f939445 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17a2079 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b4a183 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6083065 View commit details
    Browse the repository at this point in the history
  7. feat: add iris-message-details view and edit functionality (set isRea…

    …d) and improve message creation by providing dummy contacts, fix: data-table pagination
    mad-nuts authored and jekutzsche committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    90decee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf6eb9a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    977746f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ca6ed62 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a7ecf22 View commit details
    Browse the repository at this point in the history
  12. feat: add tests for iris-messages

    mad-nuts authored and jekutzsche committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    30d7ee0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    05e62f1 View commit details
    Browse the repository at this point in the history
  14. fix: add message dummy bridge to avoid circular dependency caused by …

    …dummy functionality
    mad-nuts authored and jekutzsche committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    b0b22c8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b7501d9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6a2bf71 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bd480a1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4dbf7ea View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4651df0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8fc99b5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d1a06a9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    bbff99d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7a08bdc View commit details
    Browse the repository at this point in the history
  24. feat: enhance content-type handling and add file type restrictions fo…

    …r iris-message attachments
    mad-nuts authored and jekutzsche committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    480e256 View commit details
    Browse the repository at this point in the history
  25. fix: fix iris-message test data

    mad-nuts authored and jekutzsche committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    acfab84 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    aefcc1a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    cd4dda5 View commit details
    Browse the repository at this point in the history
  28. fix: fix e2e tests for iris-messages

    mad-nuts authored and jekutzsche committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    092a185 View commit details
    Browse the repository at this point in the history
  29. feat: disable file attachments functionality (but leave it in code fo…

    …r later reactivation)
    mad-nuts authored and jekutzsche committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    7a7694b View commit details
    Browse the repository at this point in the history
  30. feat: rename Attachment to FileAttachment to be able to distinguish d…

    …ifferent attachment types
    mad-nuts authored and jekutzsche committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    edc9534 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    11b8abc View commit details
    Browse the repository at this point in the history
  32. feat: enable EPS for health department communication and add a filter…

    … for health-departments that are capable of hd-communication
    mad-nuts authored and jekutzsche committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    2e30ff5 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    dd86d85 View commit details
    Browse the repository at this point in the history
  2. chore: fixes an error of lombok

    `import lombok.*;` includes the `var` function, but this function is not allowed.
    jekutzsche committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    f1ad275 View commit details
    Browse the repository at this point in the history
  3. chore: uses the identifiers direct and removes the usage of UUID and …

    …mapping between identifiers and UUID
    
    Removes also the usage of `validateUUID`. The objects of `UUID` are already valid UUIDs.
    jekutzsche committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    7436fe6 View commit details
    Browse the repository at this point in the history
  4. chore: removes creation of index on primary keys

    There is always an index on a primary key.
    jekutzsche committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    8b47b6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae21e3a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    407e40f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac5803c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. chore: moves error messages from ErrorMessages to `messages.propert…

    …ies` to use the l10N functions of spring
    jekutzsche committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    0ce0f9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bb0d61 View commit details
    Browse the repository at this point in the history
  3. feat: move iris message file attachment functionality to a separate f…

    …eature branch and replace multipart request with json body & base64 for files
    mad-nuts committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    3e07e0e View commit details
    Browse the repository at this point in the history
  4. fix: move iris-message-file table creation to a new migration file (V…

    …1010 is skipped because it is reserved for message data)
    mad-nuts committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    c75d2c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

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