mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-09 13:44:53 +08:00
* Utils to fetch and format system and node memory usage * Order by memory * Track memory on session * Show memory usage on runtime sidebar * Shows memory usage percentage on home * Layout adjustments * Sidebar design adjustments to match Figma * Home design adjustments to show the memory information * Move memory calculations to utils * Shows disconnected notebooks as consuming 0mb on home * Simplifies the data structure of memory usage * Node memory tracker on runtime * Clean up * Renames node memory to runtime memory * Standardizes the data structure of memory usage * Sends evaluation_finished to the runtime to update the memory usage after an evaluation * Fix: The evalutor does not notify when there is no notify_to option * Adds a test with the notify_to option to the evaluator * Documents the notify_to option * Minor fixes on runtime and runtime_server * Minor fixes on sessions * Minor adjustments * Updates docs and specs on Utils * Minor adjustments on session_live * Fix total memory used by sessions on home * Put duplicated functions on helpers * Better filter by memory * Fix the tooltip text for memory information on sidebar * Minor alignment adjustment on home |
||
|---|---|---|
| .. | ||
| channels | ||
| controllers | ||
| helpers | ||
| live | ||
| plugs | ||
| templates | ||
| views | ||
| endpoint.ex | ||
| helpers.ex | ||
| router.ex | ||
| telemetry.ex | ||