-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: master
Are you sure you want to change the base?
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 466f903 - Browse repository at this point
Copy the full SHA 466f903View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 9e9dfd1 - Browse repository at this point
Copy the full SHA 9e9dfd1View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a0ac191 - Browse repository at this point
Copy the full SHA a0ac191View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29ee3e7 - Browse repository at this point
Copy the full SHA 29ee3e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7212135 - Browse repository at this point
Copy the full SHA 7212135View commit details
Commits on Oct 18, 2024
-
Allow all POST requests to be processed as a macaroon request (#52)
* Enable Macaroon voter only if authz server and macaroon filter are enabled
Configuration menu - View commit details
-
Copy full SHA for c3a4a10 - Browse repository at this point
Copy the full SHA c3a4a10View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af6a379 - Browse repository at this point
Copy the full SHA af6a379View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeb76bc - Browse repository at this point
Copy the full SHA eeb76bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a91997b - Browse repository at this point
Copy the full SHA a91997bView commit details
Commits on Nov 14, 2024
-
Remove non-idiomatic use of Objects.isNull
This method exists to be used as a Predicate, filter(Objects::isNull)
Configuration menu - View commit details
-
Copy full SHA for d5dd04e - Browse repository at this point
Copy the full SHA d5dd04eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 208f499 - Browse repository at this point
Copy the full SHA 208f499View commit details -
Configuration menu - View commit details
-
Copy full SHA for aee7266 - Browse repository at this point
Copy the full SHA aee7266View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c8af5a2 - Browse repository at this point
Copy the full SHA c8af5a2View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5e5cef1 - Browse repository at this point
Copy the full SHA 5e5cef1View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for be653fa - Browse repository at this point
Copy the full SHA be653faView commit details -
Fail the workflow in case of tests failure
Always collect test reports
Configuration menu - View commit details
-
Copy full SHA for fdddb64 - Browse repository at this point
Copy the full SHA fdddb64View commit details