open-nomad/ui/mirage
Jai Bhagat e7f0cd28f3 edit fuzzy search callback logic
Namespaces are set-up in Nomad to be an object that has an id property.
However, namespaces actually don't have that shape. Our search was expecting
a namespace object, but we actually don't have a namespace assigned to jobs
in our config and namespace is set to null. Normally, these namespaces would
be set to default, but that would require us to refactor our Mirage config
if we wanted to assert that namespaces are 'default' and not null. So this is
a bandaid solution.
2021-07-26 17:25:43 -04:00
..
data
factories ui: add parameterized dispatch interface (#10675) 2021-07-20 18:27:41 -04:00
models csi/api: populate ReadAllocs/WriteAllocs fields (#9377) 2020-11-25 16:44:06 -05:00
scenarios ui: Update namespaces design (#10444) 2021-04-29 15:00:59 -05:00
serializers add agent serializer 2021-07-06 16:42:07 -04:00
common.js ui: Add optional memory max to task details ribbon (#10459) 2021-04-28 15:38:14 -05:00
config.js edit fuzzy search callback logic 2021-07-26 17:25:43 -04:00
faker.js Add DAS UI code from enterprise (#9192) 2020-10-29 07:46:42 -05:00
utils.js