This repository was archived by the owner on Mar 18, 2024. It is now read-only.
Merge develop to main following May 22#985
Merged
Merged
Conversation
Revert back to normal behaviour, as coverage calculation is stable with retries
- @dxatscale/[email protected] - @dxatscale/[email protected] - @dxatscale/[email protected]
…idate (#945) * feat(fast-feedback): experimental mode for faster feedback during validate experimental feature: Add option which would help validate command to provide validation using - Deploy only changed components of a changed package - Trigger only testclasses for impacted classes - Skip coverage validation - Skip package dependencies installation Utilize a hidden flag 'fastfeedback', this feature may be revoked at any time and should be considered unstable
- @dxatscale/[email protected] - @dxatscale/[email protected] - @dxatscale/[email protected]
…no impacted test classes
- @dxatscale/[email protected] - @dxatscale/[email protected] - @dxatscale/[email protected]
- @dxatscale/[email protected] - @dxatscale/[email protected] - @dxatscale/[email protected]
- add test classes when it is changed -add all test classes to invalidated, when security model changes
- @dxatscale/[email protected] - @dxatscale/[email protected] - @dxatscale/[email protected]
…ole array as a new element
provide an env variable 'SFPOWERSCRIPTS_DEBUG_PREFETCHED_SCRATCHORG' to support during debugging fetch. This allows to skip a new org from fetched from the pool
…y only used during fastfeedback
- @dxatscale/[email protected] - @dxatscale/[email protected] - @dxatscale/[email protected]
… and remove redundant write
Refactor trigger logic to make it readable, fix the following issues as well 1. Handle Tests with multiple results 2. Skip retrieving coverage when not requested \3.Split into smaller functions
- @dxatscale/[email protected] - @dxatscale/[email protected] - @dxatscale/[email protected]
…o a deployment type
- @dxatscale/[email protected] - @dxatscale/[email protected] - @dxatscale/[email protected]
…ted without repository (#954) scripts paths is always pointed to one in the repository, rather than in the artifacts. This started surfacing as the deploy impl generates a version of source package again from the provided artifact (this is being refactored).
- @dxatscale/[email protected] - @dxatscale/[email protected] - @dxatscale/[email protected]
fix issue where packages are committed to the org even when push fails to deploy, as error was incorrectly handled
…hen descriptor changes validate will validate the full package when the descriptor of the package changes. Most often the change is in a version number, and this triggers full deployment and testing, in fast feedback mode, this could be skipped. This has a negative issue when additonal orchestrator parameters are added like assignPermissionSets etc, this could be validated in a thorough mode
Fix aliasified packages t use aliases instead of username. Refactor to utilize sfpOrg as opoosed to passing targetusername
package metrics during creation is not sending the flag whether its used with build or quickbuild, added an additional metric to deprecate package.elapsed.time in the future
…#953) * Add chunking to ApexClassFetcher, ApexTriggerFetcher and ACCG Fetcher * Fix return values Co-authored-by: Azlam <[email protected]>
…test class was not found
Fixed typos and minor edits to wording for better flow.
fix a bug when a tag when the same package would have been published
… a full package being deployed
…ilized in fast feedback
- @dxatscale/[email protected] - @dxatscale/[email protected] - @dxatscale/[email protected]
- Rollback change made earlier to simple-git - Use pinned version of heroku docker image as this version seems not to have the issue. This will be analyzed in a future release
This file contains hidden or 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
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.
Merge develop to main