You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add button to reset cache statistics in settings cache tab (#603).
Dedicated route to directly access fullscreen view of resources diagram instead of modal requiring clicks (#631).
Display spinner while loading jobs running in node details page and display error when unable to load jobs.
Introduce new fullscreen cluster graphical representions with cores allocations rates (#293).
Add shimmering effect on nodes graphical representations while loading their states from Slurm.
Add possibility to display nodes names in clusters graphical representations when enough room for text label (#644).
Add general setting to control display of nodes names in clusters graphical representations, enabled by default.
gateway: Add /agent/{cluster}/cache/reset route to reverse proxy request to agent /cache/reset.
agent: Add /cache/reset route to reset cache statistics.
conf:
Introduce cache-reset authorization action.
Assign cache-reset action to user role (all authenticated users) in default authorization policy.
docs:
Mention support of Debian 14 « forky ».
Add Deployment section in architecture page to explain where packages must be installed with different topologies (#483).
Mention cores allocations graphical representation in overview page.
Changed
Change license from GPLv3+ to MIT.
front: Back to resources button in node details page redirects to the original resources view (eg. nodes diagram) instead of resources page consistently.
docs:
Simplify distribution schema in architecture page to avoid confusion of frontend component on users host.
Update screenshots in quickstart guide to reflect latest UI updates.