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 |
package.json
Outdated
| "@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.15%
================================================
Files 204 204
Lines 13124 13124
================================================
Hits 11044 11044
Misses 2080 2080
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
a0ba3f0 to
a4314a8
Compare
|
LGTM |
|
ping |
Request integration branchesWaiting for integration branch creation to be requested by the user. To request integration branches, please comment on this pull request with the following command: Alternatively, the |
|
/create_integration_branches |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: git fetch
git checkout -B w/9.3/bugfix/CLDSRV-876-bump-arsenal origin/development/9.3
git merge origin/bugfix/CLDSRV-876-bump-arsenal
# <intense conflict resolution>
git commit
git push -u origin w/9.3/bugfix/CLDSRV-876-bump-arsenalThe following options are set: create_integration_branches |
|
ping |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: git fetch
git checkout -B w/9.4/bugfix/CLDSRV-876-bump-arsenal origin/development/9.4
git merge origin/w/9.3/bugfix/CLDSRV-876-bump-arsenal
# <intense conflict resolution>
git commit
git push -u origin w/9.4/bugfix/CLDSRV-876-bump-arsenalThe following options are set: create_integration_branches |
|
ping |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
The following options are set: create_integration_branches |
|
/approve |
Build failedThe build for commit did not succeed in branch w/9.3/bugfix/CLDSRV-876-bump-arsenal The following options are set: approve, create_integration_branches |
|
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue CLDSRV-876. Goodbye leif-scality. The following options are set: approve, create_integration_branches |
No description provided.