Page MenuHomePhabricator

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

Authored by inka on Thu, May 9, 7:08 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 17, 1:58 AM
Unknown Object (File)
Thu, May 16, 12:46 PM
Unknown Object (File)
Wed, May 15, 6:32 PM
Unknown Object (File)
Wed, May 15, 9:38 AM
Unknown Object (File)
Mon, May 13, 6:41 PM
Unknown Object (File)
Mon, May 13, 12:15 AM
Unknown Object (File)
Mon, May 13, 12:15 AM
Unknown Object (File)
Mon, May 13, 12:14 AM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable