Page MenuHomePhabricator

[lib] Use tUserID in validators in keyserver/
ClosedPublic

Authored by inka on May 9 2024, 7:05 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 11, 6:59 PM
Unknown Object (File)
Nov 3 2024, 3:15 AM
Unknown Object (File)
Nov 2 2024, 8:09 AM
Unknown Object (File)
Oct 11 2024, 4:52 PM
Unknown Object (File)
Oct 11 2024, 4:52 PM
Unknown Object (File)
Oct 11 2024, 4:52 PM
Unknown Object (File)
Oct 11 2024, 4:52 PM
Unknown Object (File)
Aug 29 2024, 5:36 PM
Subscribers

Details

Summary

issue: ENG-7819
The approach I took is to go through all validators files in lib/types/validators and for each file, for each validator, recursively update all validators it uses

Then I went through all places where t.String was used and checked if they need to be updated - I think it makes sense to update all validators, not only ones used by output validators currently

Test Plan

flow

Diff Detail

Repository
rCOMM Comm
Branch
inka/userStore
Lint
No Lint Coverage
Unit
No Test Coverage