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
Unknown Object (File)
Mon, Dec 23, 3:54 PM
Unknown Object (File)
Nov 17 2024, 7:42 AM
Unknown Object (File)
Nov 17 2024, 7:39 AM
Unknown Object (File)
Nov 17 2024, 5:29 AM
Unknown Object (File)
Nov 3 2024, 4:42 AM
Unknown Object (File)
Oct 28 2024, 12:08 PM
Unknown Object (File)
Oct 11 2024, 5:07 PM
Unknown Object (File)
Oct 11 2024, 5:07 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