The GitHub Actions job "Required Checks" on texera.git/task/migrateBackend has 
failed.
Run started by GitHub user Neilk1021 (triggered by Neilk1021).

Head commit for run:
ac8b90b5a449e38fc45d26b4af7b0bd54d889f06 / Neilk1021 <[email protected]>
refactor(auth): drop unread localHandle and fix stale docs

localHandle and its local_provider LEFT JOIN had no reader: the admin UI types
/admin/user/list as the frontend User, which has no such field, so the value was
dropped at the TS boundary. Removed both rather than ship unread API surface.
The admin still cannot see or change a local user's login handle -- that gap is
a follow-up, not something to fix by leaving an unused column in the payload.

Kept and strengthened the positional-mapping comment on the projection, since
removing a projected column is exactly the hazard it warns about.

Doc corrections:
  - AuthResourceSpec pointed at insertLocalUser, which this PR renamed away; the
    seam it mirrors is LocalAuthProvisioner.createLocalAccount
  - JwtAuth said "the four specs", which is three files and four call sites; the
    count is dropped so it cannot rot again
  - AuthResource's race comment had no subject and read as though the caller
    loses the race

Report URL: https://github.com/apache/texera/actions/runs/31035090083

With regards,
GitHub Actions via GitBox

Reply via email to