open-nomad/ui/app
Tim Gross 4e79ddea45
csi/api: populate ReadAllocs/WriteAllocs fields (#9377)
The API is missing values for `ReadAllocs` and `WriteAllocs` fields, resulting
in allocation claims not being populated in the web UI. These fields mirror
the fields in `nomad/structs.CSIVolume`. Returning a separate list of stubs
for read and write would be ideal, but this can't be done without either
bloating the API response with repeated full `Allocation` data, or causing a
panic in previous versions of the CLI.

The `nomad/structs` fields are persisted with nil values and are populated
during RPC, so we'll do the same in the HTTP API and populate the `ReadAllocs`
and `WriteAllocs` fields with a map of allocation IDs, but with null
values. The web UI will then create its `ReadAllocations` and
`WriteAllocations` fields by mapping from those IDs to the values in
`Allocations`, instead of flattening the map into a list.
2020-11-25 16:44:06 -05:00
..
abilities Fix job detail crash when recommendations off (#9269) 2020-11-06 08:21:38 -06:00
adapters Add DAS UI code from enterprise (#9192) 2020-10-29 07:46:42 -05:00
components Revert "Temporarily remove poststop from the UI" 2020-11-12 09:16:52 -08:00
controllers Merge pull request #9294 from hashicorp/f-ui/das-filter-toggle 2020-11-11 14:04:25 -08:00
helpers New all-icons helper that's really only meant for development use 2020-10-26 12:25:34 -07:00
initializers
mixins
models Add summary-filtering field 2020-11-09 09:28:40 -06:00
modifiers
routes Merge pull request #9294 from hashicorp/f-ui/das-filter-toggle 2020-11-11 14:04:25 -08:00
serializers csi/api: populate ReadAllocs/WriteAllocs fields (#9377) 2020-11-25 16:44:06 -05:00
services Fix job detail crash when recommendations off (#9269) 2020-11-06 08:21:38 -06:00
styles Revert "Temporarily remove poststop from the UI" 2020-11-12 09:16:52 -08:00
templates csi/ui: show Node Only for volumes when controllers aren't required (#9416) 2020-11-25 14:50:33 -05:00
utils Make the style-string property glimmer safe 2020-10-30 16:14:31 -07:00
app.js
breakpoints.js
index.html
router.js Add DAS subroute and copy button (#9201) 2020-11-04 12:22:24 -06:00