open-nomad/ui/app
Buck Doyle d707038429
UI: Fix Connect proxy tag (#6343)
This fixes a race condition in the pseudo-relationship between a
TaskState and a Task that was causing the Consul Connect proxy tag
to sometimes show on the wrong task. There’s no direct Ember Data-style
relationship between a TaskState and its Task; instead, it’s determined
by searching for a Task with the matching name. The related Task was
sometimes stored before everything was ready and not recalculated when
the name became known. This ensures the relationship is accurate if the
TaskState’s name property changes.
2019-09-19 08:09:49 -05:00
..
adapters Encode characters in file paths to ensure proper URIs 2019-08-14 12:54:11 -07:00
components UI: add Consul Connect features (#6108) 2019-09-04 09:39:56 -05:00
controllers UI: add Consul Connect features (#6108) 2019-09-04 09:39:56 -05:00
helpers Address inflector deprecations 2019-04-10 14:54:35 -07:00
initializers
mixins Acceptance testing for allocation lifecycle 2019-05-21 09:24:19 -07:00
models UI: Fix Connect proxy tag (#6343) 2019-09-19 08:09:49 -05:00
routes Add handling for not-running task filesystem query (#6267) 2019-09-04 17:38:26 -05:00
serializers ui: protect against nil services 2019-09-16 16:50:30 -04:00
services ES5 getters codemod 2019-04-10 14:54:36 -07:00
styles Merge pull request #6048 from hashicorp/f-ui/alloc-fs-files 2019-08-19 10:36:28 -07:00
templates UI: add Consul Connect features (#6108) 2019-09-04 09:39:56 -05:00
utils Fix a bug where tail calls for files weren't getting the correct params 2019-07-30 17:25:41 -07:00
app.js
breakpoints.js Change breakpoints to match Nomad/Bulma widths 2019-04-10 10:34:10 -05:00
index.html
resolver.js
router.js Merge branch 'master' into f-ui/alloc-fs 2019-07-26 14:49:36 -05:00