Closed brandonmikeska closed 1 year ago
Reviewpad Report
:bangbang: Errors
spread out the filters before pushing' (801656d2abcc479b548da2ec98f8aa4738222c54)
Instead of hardcoding the deployment result timeout - honor the user's input.' (23d978403eb28dc52cae42d0bdc864bfb198ee53)
:warning: Warnings
@azlam-abdulsalam this should fix #1440
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
bac4fa3
) 46.83% compared to head (993a069
) 46.83%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary generated by Reviewpad on 24 Nov 23 18:59 UTC
This pull request includes several patches:
Patch 1/4 fixes an issue with multiple workItem filters by spreading out the filters before pushing them. This patch affects the
ReleaseImpl.ts
file in thepackages/sfpowerscripts-cli/src/impl/release
directory.Patch 2/4 applies a codefactor suggestion by fixing an issue in the
ReleaseImpl.ts
file. It changesworkitemFilters
toreleaseDefinition?.changelog?.workItemFilters
.Patch 3/4 also fixes an issue in the
ReleaseImpl.ts
file. It adds an additional check to only pushworkItemFilters
if they exist inreleaseDefinition.changelog
.Patch 4/4 modifies the
DeploySourceToOrgImpl.ts
file in thepackages/core/src/deployers
directory. It changes the deployment result timeout to honor the user's input for the wait time instead of hardcoding it.Please review these patches and provide any necessary feedback.
Checklist
All items have to be completed before a PR is merged