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

StoRM WebDAV release v1.5.0 #50

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

StoRM WebDAV release v1.5.0 #50

wants to merge 16 commits into from

Commits on Oct 17, 2024

  1. Bump version to 1.4.3

    enricovianello committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    466f903 View commit details
    Browse the repository at this point in the history
  2. Upgrade dependencies, fix JWK caching and thread-pool initialization (#…

    …44)
    
    - Move spring boot version from 2.7.10 to 2.7.18
    - Remove jetty-utils dependency by importing what's necessary
    - Fix Jetty thread-pool idle timeout to be configurable
    - Update CHANGELOG file and aligned drop-in file with missing env vars
    - Fix caching of remote JWK sets
    - Increase voms-api-java dependency version to v3.3.3
    - Add more source headers to retrieve remote ip address when http request one is empty
    - Fix IP logging issue STOR-1583
    enricovianello committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9e9dfd1 View commit details
    Browse the repository at this point in the history
  3. Update WLCG policy decision point logic (#45)

    * HEAD and OPTIONS no more require storage.read
    * Any storage.xxx scope can be used to allow HEAD or OPTIONS calls
    * Introduced storage.stage as a superset of storage.read
    enricovianello committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a0ac191 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29ee3e7 View commit details
    Browse the repository at this point in the history
  5. Add SciTags support

    Luca Bassi authored and enricovianello committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    7212135 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Allow all POST requests to be processed as a macaroon request (#52)

    * Enable Macaroon voter only if authz server and macaroon filter are enabled
    enricovianello authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c3a4a10 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Change Boolean to boolean

    Luca Bassi authored and enricovianello committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    af6a379 View commit details
    Browse the repository at this point in the history
  2. Prevent double CI build

    Luca Bassi authored and enricovianello committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    eeb76bc View commit details
    Browse the repository at this point in the history
  3. Update actions versions

    Luca Bassi authored and enricovianello committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a91997b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Remove non-idiomatic use of Objects.isNull

    This method exists to be used as a Predicate, filter(Objects::isNull)
    Luca Bassi authored and enricovianello committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d5dd04e View commit details
    Browse the repository at this point in the history
  2. Fix sonar issues

    Luca Bassi authored and enricovianello committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    208f499 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aee7266 View commit details
    Browse the repository at this point in the history
  4. Restore StoRM WebDAV testsuite

    This commit restores the StoRM WebDAV test-suite continuous integration tests.
    All tests from the legacy StoRM test-suite have been migrated/added. 
    Fined grained authorization tests added too.
    federicaagostini authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c8af5a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    5e5cef1 View commit details
    Browse the repository at this point in the history
  2. Fix file move: replace destination if exists

    The implementation was changed in aee7266 from com.google.common.io.Files which implicitly overwrites to java.nio.file.Files which does not.
    Luca Bassi authored and enricovianello committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    be653fa View commit details
    Browse the repository at this point in the history
  3. Fail the workflow in case of tests failure

    Always collect test reports
    federicaagostini authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    fdddb64 View commit details
    Browse the repository at this point in the history