* Collect and combine inventory across agents
* Relocate strategy
Forgot to move it
* Fix az-inventory
* Do appropriate checkouts
* Use explicit BUILD_SOURCESDIRECTORY
* Use runtime expressions instead of compile-time expressions
* Remove runtime expressions
Can't use them as conditions
* Use matrix variables simply
* Fix Windows ARP filter
- Enable continueonerror for our mirroring steps so one bad
repo doesn't stop the others from mirroring
- React to recent change to git cli 54f98fee50
Instead of passing --theirs we can get away with --ignore-unmerged given
we are tryig to avoid any merge conflicts at all and want to simply pick
and choose which files we want to include from which branches
* Update organization of the eng/common/testproxy folder
* Add merge-proxy-tags.ps1 and readme to eng/common/testproxy/scripts/tag-merge/
* Extract common assets script functionality to common-asset-functions.ps1
---------
Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
* Add alert for displaying page errors, add logic for manual reviews
* Make Associated PRs and Revies Dependent on APIRevision ID
* Update Database name
* Disable Pipeline Tests
* Review Revision Restructure (#7246)
* extend review revision drop down
Working through Review Restructure
App Logic Refactor for Review Revision Restructure
Remove code for adding reviews and revisions
Working APIView, Some code ripped out
Remove ALl Instances of Review or ReviewRevisionModel
Remove ALl Instances of Review or ReviewRevisionModel
Remove type filter
Revisions dropdown working
* Disable Pipeline Tests
* Correct Revisions DropDown
* Minor Bug Fixes
* Sort Revision in dropdown (#7275)
* Sort Revision in dropdown
* Avoid repeated sorting of apiRevisions
* Re architect/review revision restructure (#7303)
* Sort Revision in dropdown
* Avoid repeated sorting of apiRevisions
* Add Automatic Review Controller
* Attend to PR comments
* Surface Package Version in ApiRevision Label
* compareAllrevisions check against all approve automatic revisions
* Re Add ReviewBackgroundHostedService.cs (#7331)
* Re-Add Pull Request Controller and Pull Request Background Services (#7336)
* Sort Revision in dropdown
* Add Automatic Review Controller
* Work on Pull Request Controller
* Continued work on PR controller
* Add pullRequest controller and pullRequest background task
* Re Add Review Controller (#7337)
* Re architect/LegacyReviewSupport (#7359)
* Redirect URIs with legecy review Id
* Redirect URI with legacy ReviewId
* Resolve build issues (#7362)
* Add Task for Comuting Line numbers swagger diffs (#7364)
* Resolve build issues (#7365)
* Resolve build issues (#7367)
* Resolve APIView Issues Identified during Manual Testing (#7377)
* Update logic for verifyin if activeAPIRevision is ahead of DiffAPIRevision (#7378)
* Rename RevisionId to API RevisionId (#7381)
* Resolve some minor issues