-
Notifications
You must be signed in to change notification settings - Fork 250
CLDSRV-632 ✨ put metadata edge cases #5913
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
Open
DarkIsDude
wants to merge
20
commits into
development/9.1
Choose a base branch
from
feature/CLDSRV-632/put-metadata-edge-cases
base: development/9.1
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
54a30d8
✨ add the versioningPreprocessing call to copy object when needed
DarkIsDude e9e610f
✅ re-enable test that were disable because of the issue
DarkIsDude 453108e
✅ update test logic to use putObjectMD onCall 1 only and manage local
DarkIsDude e07b97a
♻️ move code to async await to management concurrent delete
DarkIsDude 7a40202
✨ skip logic if versionId is defined (update a specific version)
DarkIsDude 33ee865
✨ retrieve the master object to copy it when needed only
DarkIsDude c79a743
⬆️ bump arsenal version
DarkIsDude 1e937b3
💚 fix unit tests
DarkIsDude 2935282
✅ make sure master object to parse it
DarkIsDude c7d617d
✨ add nullVersionId to master and current version object
DarkIsDude ded1719
🐛 fix case 2 by adding data to the new object
DarkIsDude e653fa3
📌 pin arsenal to specific branch
DarkIsDude 1ec8497
♻️ don't fetch bucket data all the time
DarkIsDude b8b584c
🚨 use 4 spaces indentation
DarkIsDude 6f3057a
💚 try catch getObject as the function return an error if the object d…
DarkIsDude eb229d7
✨ manage isNull2 fields of versioningPreprocessing
DarkIsDude f65e80e
✨ manage more fields from versioningPreprocessing
DarkIsDude 0fe8b78
✅ add a new test for the versioningPreprocess
DarkIsDude 06dba2b
🧪 update the test to don't fail if the seconds / minutes / ... is dif…
DarkIsDude 4357e13
🚨 remove unused parameter and unused import
DarkIsDude File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the semantics of putObject in metadata layer (either backends, i.e. metadata or mongodbClientInterface) are not clear or precisely defined : does setting this not interract (in some weird or unacceptable way?) the behavior of the
versionId
option?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as I checked, this seems not be the case. But maybe I'm missing something here 😬. Maybe the second review will have more insight