Skip to content

chore(gitignore): drop a reference to a file that never existed in-repo - #783

Merged
lakhansamani merged 1 commit into
mainfrom
chore/gitignore-dangling-reference
Aug 17, 2026
Merged

chore(gitignore): drop a reference to a file that never existed in-repo#783
lakhansamani merged 1 commit into
mainfrom
chore/gitignore-dangling-reference

Conversation

@lakhansamani

Copy link
Copy Markdown
Contributor

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 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 *.go files and .gitignore isn't one — worth noting as the gap in that sweep, not just in this file.

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
lakhansamani merged commit 0206e7f into main Aug 17, 2026
3 checks passed
@lakhansamani
lakhansamani deleted the chore/gitignore-dangling-reference branch August 17, 2026 06:48
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant