open-nomad/ui/app
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
..
abilities Code review feedback 2020-06-17 14:56:16 -07:00
adapters Remove stray commented-out line 2020-06-16 08:36:39 -05:00
components Code review feedback 2020-06-17 14:56:16 -07:00
controllers Code review feedback 2020-06-17 14:56:16 -07:00
helpers LazyClick should also get interrupted by buttons 2020-06-18 22:08:26 -07:00
initializers Remove test code 2020-05-26 14:54:59 -07:00
mixins Change with-namespace-ids mixin to a base class 2020-06-15 09:47:15 -05:00
models Model the scaling properties of a task group as a fragment 2020-06-18 22:08:26 -07:00
routes Refactor the servers/server pages to match the subnav style of nested pages 2020-06-16 10:23:36 -07:00
serializers Remove superfluous uses of Object.freeze 2020-06-15 10:15:11 -05:00
services Add fixes for ESLint getter-return 2020-06-10 16:18:56 -05:00
styles Make sure buttons in a button bar have a very visible focus state 2020-06-18 22:08:27 -07:00
templates Add the elements of the manual scaling actions to the task-group-row component 2020-06-18 22:08:27 -07:00
utils Create new AbortController with each tick of the ec task loops 2020-06-18 22:08:27 -07:00
app.js Add massaged results of class codemod 2020-06-10 16:18:42 -05:00
breakpoints.js Change breakpoints to match Nomad/Bulma widths 2019-04-10 10:34:10 -05:00
index.html sync 2017-09-19 10:08:23 -05:00
resolver.js sync 2017-09-19 10:08:23 -05:00
router.js Add nested monitor route to servers/server 2020-06-16 10:23:36 -07:00