feat: 0.2.1 — dual-password delete (password field) #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/dual-password-delete"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
DeleteBugRequest.admin_passwordrenamed toDeleteBugRequest.passwordWhy
Operator wants to track whether admin or client initiated a bug delete. Two passwords configured server-side; the UI sends whichever password the user entered, and the server records 'admin' or 'client' as the source in the audit log.
Published
@haskytech/retest-queue@0.2.1already published to Forgejo npm registry (manual pnpm publish, same as 0.2.0). Tag-based publish CI doesn't exist for this repo yet — tracking separately in BUG-766 Layer 2.Spec Drift Callouts
Breaking field rename. Superclean-sys2 #397 shipped with 0.2.0 using
admin_password. Need a Superclean follow-up PR to bump to 0.2.1 before this is usable end-to-end.Tests
No new UI tests — TypeScript typecheck + eslint + build all pass. The source attribution behavior is server-side; the UI just sends the password the user typed.