-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip * feat: add a new setContent method accepting a SetContentParams arg with content length and overwriteExistingContent - implement in filesystem storage module * test: fix tests broken by setContent(T, InputStream) refactor * feat: dont refactor setContent(T, InputStream) - it breaks backward compatibility * ci: set up a tmate if ci fails * ci: redfine the action/cache key - I think each build is getting a new key because the pom hash is probably different * ci: ensure maven cache is saved * c i: dont restore the cache for the build job, just save it - otherwise the save fails with a 'already creating' error * wip * feat: implement the repository version of setContnt with SetContentParams * feat: s3 module implements setContent with SetContentParams (unsupported operation) * feat: wire overwriteExistingContent property through from auto configuration to content store content service * feat: implement new setContent with SetContentParams method in azure storage module * feat: implement new setContent with SetContentParams method in the mongo storage module * feat: implement new setContent with SetContentParams method in gcs storage module * feat: implement new setContent with SetContentParams method in jpa storage module * feat: implement new setContent with SetContentParams method in s3 storage module * feat: encryption storage module now support new ContentStore - as does ContentStoreAware interface optionally implemented by fragments * fix: store rest controller multipart form put handler mis-specified an argument meaning the input Resource could not be resolved * feat: add unsetContent with UnsetContentParams to all storage modules allowing content to be kept * feat: refactor SetContentParams.overwriteExistingContent as ContentDisposition * feat: refactor boot and rest layer overwrite existing content property to use SetContentDisposition enum - add and wire through an UnsetContentDisposition enum * test: update tests broken by introduction of UnsetContentParams - Unfocus accidentally focussed tests * feat: encrypting content store interface should implement UnsetContentParams * ci: use feat/content-preservation branch of gettingstarted to verify * code: refactor StoreImpl * fix: StoreImpl fragment should pass modified content through to delegate * docs: update docs to explain new SetContentParams, UnsetContentParams and associated spring boot properties
- Loading branch information
1 parent
a5cce25
commit bc1ae5b
Showing
62 changed files
with
2,376 additions
and
1,463 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.