Enhancements
-
[Connectivity] Consider metric checks for disconnected status.
The connectivity status is now determined by
Metoutput as well as pubsub connectivity. This should make it easier to identify metric issues on solo nodes, e.g. in dev or a staging environment.
Bug Fixes
-
[Dashboard] Read phoenix js assets at compile time.
Stop bundling phoenix and liveview assets. Instead, read them at compile time and concatenate with app js.
-
[Search] Trim strings when splitting to parse integers.
This prevents "not a textual representation of an integer" errors when splitting on a comma with an empty string.
-
[Search] Move all regexes out of module attributes.
Regexes aren't allowed in module attributes as of OTP 28. This moves them inline rather than hoisted at the top of the module.
-
[Sidebar] Fix column header mismatch in sidebar.
The headers and values in the sidebar were misaligned and showed the wrong values.