open-nomad/ui/tests/unit
Buck Doyle 4394c5b9ff
Add common serialiser abstractions (#8634)
This extracts some common API-idiosyncracy-handling patterns from model serialisers into properties that are processed by the application serialiser:

* arrayNullOverrides converts a null property value to an empty array
* mapToArray converts a map to an array of maps, using the original map keys as Name properties on the array maps
* separateNanos splits nanosecond-containing timestamps into millisecond timestamps and separate nanosecond properties
2020-08-20 12:14:49 -05:00
..
abilities Add canScale ability for jobs 2020-06-18 22:08:28 -07:00
adapters Test coverage for the deployment adapter action 2020-07-21 09:02:39 -07:00
components Unit test coverage for the ScaleEventsChart data domain logic 2020-08-05 12:02:22 -07:00
helpers
mixins Improve global search UX (#8249) 2020-06-25 08:51:52 -05:00
models
serializers Add common serialiser abstractions (#8634) 2020-08-20 12:14:49 -05:00
services
utils Add specificity to exec allocation URL generation (#8463) 2020-07-20 16:07:39 -05:00
.gitkeep