Commit Graph
6 Commits
Author SHA1 Message Date
Tim MulhollandandCopilot App 7351f9f692 Fix external-plugin quality gates for tag-name locators (#2397) (#2399)
runVersionMatchGate and runCanvasStructureGate read locator content with git show/cat-file. For a tag-name locator, `git fetch origin <tag>` only updates FETCH_HEAD and never creates refs/tags/<tag>, so `git show <tag>:...` died with 'invalid object name' and produced a false infra_error.

Read the primary locator via HEAD (already checked out during clone) and non-primary locators via FETCH_HEAD after fetching, instead of the bare locator. This handles SHAs, short tag names, and fully-qualified tag refs uniformly without classifying the locator.

Adds regression coverage for the tag-locator path in both gates.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
2026-07-23 10:50:31 -07:00
Tim Mulholland 38ab1360a4 Update modernize-dotnet plugin to 1.0.1161-preview1 (#2317) 2026-07-17 17:39:55 +10:00
Tim Mulholland 881690af58 Merge pull request #1912 from SanyamSavla/SanyamSavla/update-modernize-dotnet-1.0.1152-preview1 2026-06-07 23:20:46 -07:00
Tim Mulholland 048f6c52d1 Merge pull request #1854 from tlmii/anvillan/update-modernize-dotnet-1.0.1146-preview1
Update modernize-dotnet plugin to 1.0.1146-preview1
2026-05-27 13:09:20 -07:00
Tim Mulholland 471895c35b Merge pull request #1778 from tlmii/anvillan/update-modernize-dotnet-1.0.1133-preview1
Update modernize-dotnet plugin to 1.0.1133-preview1
2026-05-20 12:18:48 -07:00
Tim MulhollandandCopilot Autofix powered by AI ee71c0689c Add modernize-dotnet plugin (#1083)
* Add modernize-dotnet plugin

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-20 10:14:12 +11:00