This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 96
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spread out the filters before pushing
Instead of hardcoding the deployment result timeout - honor the user's input.
Reviewpad Report
spread out the filters before pushing' (801656d)
Instead of hardcoding the deployment result timeout - honor the user's input.' (23d9784)
|
@azlam-abdulsalam this should fix #1440 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1443 +/- ##
=======================================
Coverage 46.83% 46.83%
=======================================
Files 70 70
Lines 2667 2667
Branches 300 300
=======================================
Hits 1249 1249
Misses 1416 1416
Partials 2 2 ☔ View full report in Codecov by Sentry. |
azlam-abdulsalam
approved these changes
Nov 24, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @brandonmikeska , looking good!
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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