open-nomad/ui/app/abilities
Buck Doyle 8b5b2116ec
Fix job detail crash when recommendations off (#9269)
Without this, visiting any job detail page on Nomad OSS would crash with
an error like this:

Error: Ember Data Request GET
/v1/recommendations?job=ping%F0%9F%A5%B3&namespace=default returned a
404 Payload (text/xml)

The problem was twofold.

1. The recommendation ability didn’t include anything about checking
whether the feature was present. This adds a request to
/v1/operator/license on application load to determine which features are
present and store them in the system service. The ability now looks for
'Dynamic Application Sizing' in that feature list.

2. Second, I didn’t check permissions at all in the job-fetching or job
detail templates.
2020-11-06 08:21:38 -06:00
..
abstract.js Fix job detail crash when recommendations off (#9269) 2020-11-06 08:21:38 -06:00
agent.js Code review feedback 2020-06-17 14:56:16 -07:00
allocation.js Add massaged results of class codemod 2020-06-10 16:18:42 -05:00
client.js Add linting for classic decorator (#8182) 2020-06-22 10:48:53 -05:00
job.js Show a partial view notice when ACLs are enabled and the mgmt token isn't being used 2020-11-04 15:24:34 -08:00
recommendation.js Fix job detail crash when recommendations off (#9269) 2020-11-06 08:21:38 -06:00