| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…cture Remove repository references to infrastructure that no longer exists. None of these edits has a deploy surface. - lib/cdo/honeybadger.rb: drop the pegasus project (id 34365) from get_recent_issues; the project is retired. - lib/cdo/server_tools.rb: delete the ELB deregistration path. A read-only AWS check (2026-07-07) found zero classic ELBs; all three load balancers it targeted are gone. Delete the internal method, its caller-free wrapper deregister_frontends, and the call in deprovision_frontends, whose comment and prompt now describe only what it still does. Note: the whole ServerTools class has zero external references; deleting the rest is follow-up work. - lib/cdo/sequel.rb: drop a commented-out logging line that instructed readers to start bin/pegasus-server. - dashboard/lib/certificate_image.rb: drop a stale comment; the file never uses pegasus_dir. - aws/.gitignore and the dockerignore generated from it: drop the .pegasus-built and .pegasus-up-to-date markers; nothing writes them. Part 5/6 of the pegasus dead-code sweep (openspec change pegasus-dead-code-sweep, plan in #73702). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
Several files still reference pegasus infrastructure that no longer exists. None of these edits has a deploy surface; this PR is repo hygiene.
Part 5/6 of the pegasus dead-code sweep. Supersedes draft #74751.
Links
Testing story
Rails boots. ruby -c and rubocop pass on every edited file. Require smoke: cdo/honeybadger, cdo/server_tools, and cdo/sequel each load standalone. Grep gates: deregister_frontends and the marker names appear nowhere outside this diff; 34365 has no other reference.