This repository was archived by the owner on May 19, 2026. It is now read-only.
Conversation
luhenry
commented
May 15, 2026
luhenry
added a commit
that referenced
this pull request
May 15, 2026
The file was deleted in the Python-to-Go cutover; listing it in .dockerignore is dead. Caught in PR #23 review. https://claude.ai/code/session_01Vda2TpwJnGYRYuw1Xg46Da
luhenry
commented
May 15, 2026
Replaces the Flask/Python ghfe and scheduler under container/ with a Go reimplementation built around two binaries (cmd/ghfe and cmd/scheduler) sharing internal/ (pgx-backed DB, GitHub App client, client-go pod ops, fakes used by both cmd/ test suites). Behavior is preserved: webhook signature verification, label/entity resolution, the demand-matching algorithm, the 5-phase sync_workers loop, the 6-hour pod grace window, the open-set WebhookOutcome log, and the /trace/* endpoints all work as before. Dashboards (/usage, /history, /jobs, /workers, plus .json variants) now live on the scheduler instead of ghfe. Cutover details: - Delete the Python tree (container/*.py, pyproject.toml, requirements-dev.txt) and the old container-go/ staging directory. The Go module path is github.com/riseproject-dev/riscv-runner-app/container. - Move serverless.yml, package.json and package-lock.json into container/ so release.yml's serverless steps run with working-directory: container; the container image build context is already container/ and the deploy assets are excluded via container/.dockerignore. - Rewrite README.md and container/README.md for the Go-only layout: drop the cutover section, refresh the architecture diagram, file table and HTTP routes, switch the Development section to go vet / gofmt / go test -race. https://claude.ai/code/session_01Vda2TpwJnGYRYuw1Xg46Da
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.