pr-vcptcore-qa-24-04-2026-5017#5722
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.
Reviewed by Cursor Bugbot for commit 59f5dc6. Configure here.
| }, | ||
| { | ||
| "Id": "VirtoCommerce.EventBus", | ||
| "BlobName": "VirtoCommerce.EventBus_3.1005.0.zip" |
There was a problem hiding this comment.
Automation failure produced likely invalid blob name
High Severity
The VirtoCommerce.EventBus module was moved from "GithubReleases" (version 3.1002.0) to "AzureBlob" with BlobName VirtoCommerce.EventBus_3.1005.0.zip. Every other AzureBlob entry has a -pr-X-XXXX suffix (e.g., -pr-1-aa99), but this one lacks it entirely. The PR description confirms the automation failed: "from PR undefined undefined". The missing PR number and commit hash likely mean this blob doesn't exist in the prerelease container, and since the module was also removed from "GithubReleases", EventBus may fail to resolve from either source.
Reviewed by Cursor Bugbot for commit 59f5dc6. Configure here.


ci: Automated update vc-module-event-bus from PR undefined undefined
Note
Medium Risk
Changes how
VirtoCommerce.EventBusis resolved at deploy time by switching its source from GitHub releases to an Azure blob package and bumping the referenced artifact/version. Risk is mainly around pulling the correct module build and compatibility with the rest of the pinned module set.Overview
Updates
backend/packages.jsonto switchVirtoCommerce.EventBusdistribution from theGithubReleasessource (previouslyVersion: 3.1002.0) to theAzureBlobsource, referencingVirtoCommerce.EventBus_3.1005.0.zip.Includes minor JSON formatting cleanup (whitespace/newline changes) with no functional impact beyond the module source/version change.
Reviewed by Cursor Bugbot for commit 59f5dc6. Bugbot is set up for automated code reviews on this repo. Configure here.