1
0
Fork 0
liza/src/validate
Mike Gerwitz ac7ec6c5f2 DataValidator: Hold concurrent requests
Since we maintain state (as a kluge for the time being to integrate
with the rest of the system), we need to be careful to protect against
concurrent requests that might mess with it before the original
request is complete.

* src/validate/DataValidator.js
  (validate, updateFailures): Hold concurrent requests.
  (_onceReady): Add method.

* test/validate/DataValidatorTest.js: Add tests.
2017-02-17 11:31:32 -05:00
..
formatter Add Currency formatter 2016-12-01 12:44:09 -05:00
BucketDataValidator.js Make BucketDataValidator public methods virtual 2017-01-27 15:57:43 -05:00
DataValidator.js DataValidator: Hold concurrent requests 2017-02-17 11:31:32 -05:00
Failure.js Add Failure#merge 2016-04-28 11:31:42 -04:00
ValidStateMonitor.js DataValidator, ValidStateMonitor: Add #clearFailures argument 2017-02-08 11:24:56 -05:00
ValidatorFormatter.js VFormat => PatternFormatter with added interface 2016-06-22 15:59:12 -04:00