chore(gitignore): drop a reference to a file that never existed in-repo - #783
Merged
Merged
Conversation
The rule keeping e2e-playground's TLS fixtures tracked cited docs/superpowers/plans/2026-07-20-playground-e2e.md as its justification. That path is gitignored (.gitignore:29) and was never committed, so the citation could not be followed by anyone cloning the repo — and the file has since been deleted locally too. States the reason inline instead. Same class as the stale references corrected in #779; this one was missed because .gitignore is not a Go file and the scan only walked *.go.
lakhansamani
added a commit
that referenced
this pull request
Aug 19, 2026
* docs(changelog): cover #773-#783 Unreleased linked 50 PRs and none of #773-#783, so every change made after rc.22 - including four security fixes - was missing from the CHANGELOG a user reads at 2.4.0. Refs #773, #774, #775, #776, #777, #778, #779, #781, #782, #783 * chore: bump web/app to authorizer-react 2.2.0 authorizer-react 2.2.0 is published on authorizer-js 4.0.0; drop the -rc.7 pin. Also stamps the CHANGELOG's Unreleased section as 2.4.0. * test(e2e): make the authorizer host ports overridable The seven authorizer services published fixed host ports, so the suite could not run on a machine already using 8080-8086 - it failed at "address already in use" before any test ran. The mock services already take this shape. Playwright reaches every service by compose DNS, so the host mapping is for humans only and the defaults are unchanged.
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.
The rule keeping
e2e-playground's TLS fixtures tracked citeddocs/superpowers/plans/2026-07-20-playground-e2e.mdas its justification.That path is gitignored (
.gitignore:29) and was never committed — so the citation was unfollowable for anyone cloning the repo, and the file has since been deleted locally as well.States the reason inline instead.
Same class as the stale references corrected in #779. This one was missed there because the scan only walked
*.gofiles and.gitignoreisn't one — worth noting as the gap in that sweep, not just in this file.