open-nomad/ui/app/utils
Michael Lange 57f4e9a62e Create new AbortController with each tick of the ec task loops
This was a disturbing discovery. Requests in watch loops would recycle
AbortControllers meaning once any request was aborted, all requests
forever after were skipped. I noticed it with deployments and job
summary on the job detail page.

I suspect this regression occurred when jQuery was removed. This needs
test coverage still to make sure it doesn't happen again.
2020-06-18 22:08:27 -07:00
..
classes Add manually-converted classes 2020-06-15 10:14:26 -05:00
properties Create new AbortController with each tick of the ec task loops 2020-06-18 22:08:27 -07:00
styleguide Styleguide entries for accordion 2018-07-03 14:30:40 -07:00
add-to-path.js Move addToPath to its own util 2019-05-20 11:52:47 -07:00
breadcrumb-utils.js Use the new breadcrumbs pattern for allocations 2018-07-06 11:12:11 -07:00
codes-for-error.js Handle 403s gracefully 2017-10-12 17:40:49 -07:00
escape-task-name.js UI: add exec terminal (#6697) 2020-03-24 18:22:16 -05:00
fetch.js Add Ember ESLint plugin (#8134) 2020-06-09 16:03:28 -05:00
format-duration.js Address inflector deprecations 2019-04-10 14:54:35 -07:00
generate-exec-url.js Change exec URL-generation to use Ember get (#7963) 2020-05-14 14:09:09 -05:00
ip-parts.js sync 2017-09-19 10:08:23 -05:00
json-with-default.js Address the copy/copyable deprecation 2019-04-10 14:54:35 -07:00
keys.js UI: add handling for exec command-editing keys (#7601) 2020-04-03 12:14:47 -05:00
message-from-adapter-error.js Error messages for job submit 2018-08-15 15:18:38 -07:00
no-leader-error.js Add manually-converted classes 2020-06-15 10:14:26 -05:00
notify-error.js Handle 404s on jobs 2017-10-05 14:39:37 -07:00
notify-forbidden.js Common code for handling 403s in routes 2017-10-24 16:40:27 -07:00
open-exec-url.js UI: add exec terminal (#6697) 2020-03-24 18:22:16 -05:00
qp-serialize.js Refactor qp helpers from the jobs faceted search 2019-04-10 10:34:10 -05:00
remove-record.js Repeat the relationship unlinking pattern in the serializer 2018-04-06 18:07:57 -07:00
stream-frames.js Use new text encoder for stream frames 2020-03-30 12:50:43 -07:00
timeout.js Use the new ember modules imports 2018-01-17 09:02:04 -08:00
wait.js Prototype watching resources 2018-03-02 16:21:34 -08:00