1
0
Fork 0
liza/test/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 Replace Currency formatter with StringFormat 2016-12-01 08:47:23 -05:00
DataValidatorTest.js DataValidator: Hold concurrent requests 2017-02-17 11:31:32 -05:00
FailureTest.js Add Failure#merge 2016-04-28 11:31:42 -04:00
ValidStateMonitorTest.js DataValidator, ValidStateMonitor: Add #clearFailures argument 2017-02-08 11:24:56 -05:00