Page MenuHomePhabricator

[lib] Use tUserID in validators in lib/ which are not used by the output validators
ClosedPublic

Authored by inka on May 9 2024, 7:08 AM.
Tags
None
Referenced Files
F3298272: D11971.diff
Sun, Nov 17, 5:29 AM
Unknown Object (File)
Sun, Nov 3, 4:42 AM
Unknown Object (File)
Mon, Oct 28, 12:08 PM
Unknown Object (File)
Oct 11 2024, 5:07 PM
Unknown Object (File)
Oct 11 2024, 5:07 PM
Unknown Object (File)
Oct 11 2024, 5:06 PM
Unknown Object (File)
Oct 11 2024, 5:06 PM
Unknown Object (File)
Aug 29 2024, 5:58 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