open-nomad/ui/app/models
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
..
.gitkeep sync 2017-09-19 10:08:23 -05:00
agent.js ES5 getters codemod 2019-04-10 14:54:36 -07:00
allocation.js UI: add Consul Connect features (#6108) 2019-09-04 09:39:56 -05:00
consul-connect.js UI: add Consul Connect features (#6108) 2019-09-04 09:39:56 -05:00
deployment.js ES5 getters codemod 2019-04-10 14:54:36 -07:00
drain-strategy.js Display node drain strategy information on the client detail page 2018-05-30 11:27:21 -07:00
evaluation.js UI: Add creation time to evaluations table (#6050) 2019-08-22 08:11:24 -05:00
job-plan.js Data modeling for preemptions 2019-04-22 16:40:00 -07:00
job-summary.js Refactor job summary to a relationship 2018-03-02 16:21:13 -08:00
job-version.js sync 2017-09-19 10:08:23 -05:00
job.js ES5 getters codemod 2019-04-10 14:54:36 -07:00
namespace.js Use the new ember modules imports 2018-01-17 09:02:04 -08:00
network.js UI: add Consul Connect features (#6108) 2019-09-04 09:39:56 -05:00
node-attributes.js ES5 getters codemod 2019-04-10 14:54:36 -07:00
node-driver.js ES5 getters codemod 2019-04-10 14:54:36 -07:00
node-event.js Tag node events with the driver when available 2018-05-25 11:48:49 -07:00
node.js ES5 getters codemod 2019-04-10 14:54:36 -07:00
placement-failure.js Models evaluation data 2017-11-29 20:12:12 -08:00
policy.js Data modeling for tokens and policies 2017-10-16 13:27:51 -07:00
reschedule-event.js Add shortId properties to reschedule events model 2018-05-04 19:36:54 -07:00
resources.js sync 2017-09-19 10:08:23 -05:00
service.js UI: add Consul Connect features (#6108) 2019-09-04 09:39:56 -05:00
sidecar-proxy-upstream.js UI: add Consul Connect features (#6108) 2019-09-04 09:39:56 -05:00
sidecar-proxy.js UI: add Consul Connect features (#6108) 2019-09-04 09:39:56 -05:00
sidecar-service.js UI: add Consul Connect features (#6108) 2019-09-04 09:39:56 -05:00
task-event.js Read the task event message from the DisplayMessage prop 2018-03-28 12:52:02 -07:00
task-group-deployment-summary.js Show the progress deadline for task groups in a running deployment 2018-06-06 17:35:18 -07:00
task-group-summary.js Use the new ember modules imports 2018-01-17 09:02:04 -08:00
task-group.js UI: add Consul Connect features (#6108) 2019-09-04 09:39:56 -05:00
task-state.js UI: Fix Connect proxy tag (#6343) 2019-09-19 08:09:49 -05:00
task.js UI: Move kind property to task (#6271) 2019-09-05 13:14:54 -05:00
token.js Use the new ember modules imports 2018-01-17 09:02:04 -08:00