open-nomad/website/pages
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
..
api-docs csi/api: populate ReadAllocs/WriteAllocs fields (#9377) 2020-11-25 16:44:06 -05:00
docs docs: enumerate required cgroups for exec driver 2020-11-25 09:41:37 -05:00
downloads website: update downloads page to beta3 2020-11-15 13:53:05 +00:00
home [docs] Update redirects and links for learn.hashicorp.com (#8598) 2020-09-29 12:48:32 -04:00
intro Fix typo in batch processing use case (#9184) 2020-11-05 13:01:50 -05:00
not-found Dependency updates and improvements 2020-06-23 17:43:43 -04:00
partials docs: remove -namespace option from commands when not applicable 2020-11-19 16:06:28 -05:00
resources Update index.jsx 2020-06-23 08:47:06 -04:00
security Use Head Component (#7334) 2020-03-16 13:10:31 -04:00
use-cases [docs] Update redirects and links for learn.hashicorp.com (#8598) 2020-09-29 12:48:32 -04:00
404.jsx Dependency updates and improvements 2020-06-23 17:43:43 -04:00
_app.js [Website] Add new HashiStackMenu (#9042) 2020-10-09 10:39:08 -05:00
_document.js Format docs website code and mdx 2020-10-02 13:31:40 -04:00
_error.jsx update dependencies, upgrade structure for latest nextjs-scripts, implement custom 404 page 2020-05-14 14:10:52 -04:00
index.jsx Patch bump internal hashicorp dependencies (#8300) 2020-07-02 17:56:09 -04:00
print.css Patch bump internal hashicorp dependencies (#8300) 2020-07-02 17:56:09 -04:00
style.css update dependencies to apply mdx-enhanced build cache fix 2020-10-28 19:22:27 -04:00