Conversation
Hello leif-scality,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the |
| "@azure/storage-blob": "^12.28.0", | ||
| "@hapi/joi": "^17.1.1", | ||
| "arsenal": "git+https://github.com/scality/arsenal#8.2.47", | ||
| "arsenal": "git+https://github.com/scality/arsenal#bugfix/ARSN-560-error-with-date-before-epoch", |
There was a problem hiding this comment.
Arsenal is pinned to a branch (bugfix/ARSN-560-error-with-date-before-epoch) instead of a tag. Branch references are mutable — the resolved commit can change without any update to package.json, breaking reproducible builds. Pin to a release tag (e.g. 8.2.48) once the fix is published.
— Claude Code
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
@@ Coverage Diff @@
## development/9.2 #6119 +/- ##
===================================================
+ Coverage 84.15% 84.17% +0.02%
===================================================
Files 204 204
Lines 13124 13124
===================================================
+ Hits 11044 11047 +3
+ Misses 2080 2077 -3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
No description provided.