Have the ability to see the metadata comparison between a merge-branch and the destination environment in Pipelines
Greetings,
I would like to request the ability to see the metadata comparison between a merge-branch and the destination environment.
For example, my pipeline is setup:
Developer's sandbox --> QA sandbox --> UAT sandbox --> Production
with the repository branches (merge-branch) for each sandbox respectively:
merge-QA
merge-UAT
main
After a feature-branch passes its validation and is merged into the merge-QA, I would like to be able to see the metadata comparison of what is about to get deployed to the 'QA sandbox'. We have the ability to see the contents of the commit via the link to our repository hosting platform (Azure DevOps), but seeing a metadata comparison screen of the contents and changes would provide a user who is not well versed in version control to still be able to confidently deploy metadata through a pipeline. This will also add another check for pull-request approvers to visually see what they are approving within the Pipeline interface.
In addition, this will show the results of other commits that have been included in the feature-branch that were not necessarily part of the originating changes.
I am happy to further discuss/demo this request if a visual aid is better as conveying my request.
Cheers to the Devs for making Gearset what it is today!
