mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-11 14:25:46 +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 |
||
---|---|---|
.. | ||
home_live | ||
output | ||
session_live | ||
settings_live | ||
explore_helpers.ex | ||
explore_live.ex | ||
file_select_component.ex | ||
home_live.ex | ||
output.ex | ||
page_helpers.ex | ||
session_helpers.ex | ||
session_live.ex | ||
settings_live.ex | ||
sidebar_helpers.ex | ||
user_component.ex | ||
user_helpers.ex | ||
user_hook.ex |