Conversation
|
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| }, | ||
| { | ||
| "Id": "VirtoCommerce.Customer", | ||
| "BlobName": "VirtoCommerce.Customer_3.1003.0.zip" |
There was a problem hiding this comment.
Customer module blob name missing PR-specific suffix
High Severity
The BlobName for VirtoCommerce.Customer was changed from VirtoCommerce.Customer_3.1003.0-pr-295-0f8e.zip to VirtoCommerce.Customer_3.1003.0.zip, losing its -pr-{number}-{hash} suffix. Every other module in the AzureBlob prerelease source uses this suffix convention. The PR description confirms the CI automation failed to resolve the source PR details ("from PR undefined undefined"). This artifact likely doesn't exist on the prerelease blob storage at vc3prerelease.blob.core.windows.net, which would cause a deployment failure or result in loading the wrong module version.


ci: Automated update vc-module-customer from PR undefined undefined
Note
Medium Risk
Updates the pinned
VirtoCommerce.Customerpackage from a PR build to the3.1003.0release artifact, which can change runtime behavior of customer-related features. Remaining changes are formatting-only inbackend/packages.json.Overview
Switches the
VirtoCommerce.Customerentry inbackend/packages.jsonfrom a prerelease blob (3.1003.0-pr-295-0f8e) to the releasedVirtoCommerce.Customer_3.1003.0.zipartifact.Also applies minor JSON formatting/whitespace cleanup (including ensuring module lists are consistently formatted).
Written by Cursor Bugbot for commit 49dd762. This will update automatically on new commits. Configure here.