Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display slurm version in clusters list #344

Merged
merged 3 commits into from
Aug 30, 2024
Merged

Display slurm version in clusters list #344

merged 3 commits into from
Aug 30, 2024

Commits on Aug 30, 2024

  1. feat(agent): retrieve slurm version in stats

    Retrieve Slurm version from slurmrestd REST API and return value in
    response of stats endpoint. Parameter [cache]>version in introduced in
    agent configuration to control expiration of this value in cache.
    rezib committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e8d721d View commit details
    Browse the repository at this point in the history
  2. feat(front): show slurm version in clusters list

    Display slurm version in clusters list (with screen size >= md).
    ClusterStats is changed from a class to an interface as it has no reason
    to be a class.
    
    fix #314
    rezib committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    cdc509a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c79cc78 View commit details
    Browse the repository at this point in the history