fix(review): canonicalize provider finding IDs - #1
Open
ftorga wants to merge 2 commits into
Open
Conversation
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🔗 Linked Issue
Closes Gentleman-Programming#1699
Closes Gentleman-Programming#1699
🏷️ PR Type
What kind of change does this PR introduce?
type:bug— Bug fix (non-breaking change that fixes an issue)type:feature— New feature (non-breaking change that adds functionality)type:docs— Documentation onlytype:refactor— Code refactoring (no functional changes)type:chore— Build, CI, or tooling changestype:breaking-change— Breaking change (fix or feature that changes existing behavior)📝 Summary
📂 Changes
internal/cli/review_artifact.gointernal/cli/review_artifact_test.gointernal/cli/review_facade.gointernal/reviewtransaction/artifact_admission.gointernal/reviewtransaction/artifact_admission_test.go🧪 Test Plan
Unit Tests
go test ./...Passed: 7,031 tests across 61 packages.
Go Format
Passed.
E2E Tests (Docker required)
Passed on Ubuntu, Arch, and Fedora: 237 passed, 0 failed, 6 opt-in skipped.
go test ./...)go run ./internal/gofmtcheck)cd e2e && ./docker-test.sh)🤖 Automated Checks
The following checks run automatically on this PR:
additions + deletions) or usesize:exceptionCloses/Fixes/Resolves #Nstatus:approvedtype:*Labeltype:*label must be appliedgo test ./...must passgo run ./internal/gofmtcheckmust passcd e2e && ./docker-test.shmust pass✅ Contributor Checklist
type:*label to this PR (requestedtype:bug; fork label is currently unavailable)go test ./...)go run ./internal/gofmtcheck)cd e2e && ./docker-test.sh)Co-Authored-Bytrailers💬 Notes for Reviewers
This is the fork-first validation PR; no upstream PR should be created yet.
The fork does not currently provide a
type:buglabel. The defaultbuglabel is not semantically equivalent, so it was not substituted. This is the remaining labeling blocker.