gitlab-org--gitlab-foss/app/assets/javascripts/boards
Stan Hu 924141fbfa Reduce intermittent spec failures by making VueJS resource interceptor
decrement outstanding resource counts when HTTP response is received

Before the count would be reduced 500 ms after a DOM update tick, which could
cause race conditions since the `DatabaseCleaner` could run in the middle of
a Rails controller handling the response.

Partial fix to #21197 and other intermittent spec failures.
2016-09-06 07:51:17 -04:00
..
components Shows count at bottom of list 2016-08-31 09:47:25 +01:00
mixins Improvements to issue boards on mobile 2016-08-19 16:37:46 +01:00
models Fixed issue where moving issue & then scrolling stop new page loading 2016-09-01 10:48:34 +01:00
services Improved code readability 2016-08-17 17:17:39 +01:00
stores Added search for all lists on issue boards 2016-08-30 10:32:19 +01:00
test_utils drop execute bit 2016-08-19 08:11:07 +03:00
boards_bundle.js.es6 Added search for all lists on issue boards 2016-08-30 10:32:19 +01:00
vue_resource_interceptor.js.es6 Reduce intermittent spec failures by making VueJS resource interceptor 2016-09-06 07:51:17 -04:00