-
Notifications
You must be signed in to change notification settings - Fork 180
chore(amber): remove the commented-out MockKillWorkerResource #8396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -125,7 +125,6 @@ class TexeraWebApplication | |
| environment.servlets.setSessionHandler(new SessionHandler) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Must fix: Both commits the History table attributes are wrong.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Applied — the History table now has two rows, Introduced by One number I land differently: 2021-01-30 to today is about 5.6 years (five years to 2026-01-30, plus seven months), not 4.6 — so the text now says "about five and a half years". That also costs it the "longest-standing item in this series" line, which is gone from the body: #7451's 🤖 Addressed by Claude Code |
||
|
|
||
| environment.jersey.register(classOf[SystemMetadataResource]) | ||
| // environment.jersey().register(classOf[MockKillWorkerResource]) | ||
|
|
||
| environment.jersey.register(classOf[HealthCheckResource]) | ||
|
|
||
|
|
||
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Must fix:
"never-registered" is refuted by git:
TexeraWebApplicationregistered this class live from41a8a9201(2020-08-20) until4a64935c3(2021-01-30). "commented-out" is both accurate and the stronger claim, since the file defines nothing at all. Suggested:chore(amber): remove the commented-out MockKillWorkerResource. Type and scope are correct and stay.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Applied — the title is now
chore(amber): remove the commented-out MockKillWorkerResource, and the description's opening line says what the file actually is (every non-blank line after the ASF header is a comment) instead of calling it a never-registered resource. Re-checked the live window against the diffs:41a8a92017registered it on 2020-08-20 and #1000 (4a64935c35) commented the registration out on 2021-01-30 — about five months registered.Squash here takes
PR_TITLE+PR_BODY(repo settings), so the corrected text is what ships; the branch commit's subject is left as is.🤖 Addressed by Claude Code