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

Impl. file upload endpoint #470

Merged
merged 12 commits into from
Jul 30, 2024
Merged

Impl. file upload endpoint #470

merged 12 commits into from
Jul 30, 2024

Commits on Jul 10, 2024

  1. Impl. file upload endpoint

    Currently only implemented for S3 storage type.
    pvannierop committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    06b0c46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9eb55a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aabf53a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2cb1b8 View commit details
    Browse the repository at this point in the history
  5. Fix PMD tests

    pvannierop committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1e4523e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9cb5ee5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ec460c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d1a9ab9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f1523af View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Refactor StoragePath

    pvannierop committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    28132f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

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

Commits on Jul 26, 2024

  1. Add lazy init of S3 client

    Init at application start interfered with the deployment of RADAR-base where S3 services are installed after Appserver.
    pvannierop committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d559e0f View commit details
    Browse the repository at this point in the history