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 list of running jobs in node details page #390

Merged
merged 10 commits into from
Nov 18, 2024
Merged

Display list of running jobs in node details page #390

merged 10 commits into from
Nov 18, 2024

Conversation

rezib
Copy link
Contributor

@rezib rezib commented Nov 12, 2024

  • Check if documentation has to be updated
  • Add unit test for slurmrestd.jobs_by_node()
  • Update CHANGELOG.md
  • Do not show jobs in node details without permission on view-jobs action

fix #292

@rezib rezib added the feature New feature or enhancement to develop. label Nov 12, 2024
@rezib rezib added this to the v4.0.0 milestone Nov 12, 2024
@rezib rezib self-assigned this Nov 12, 2024
@rezib rezib marked this pull request as draft November 12, 2024 21:14
rezib added 10 commits November 13, 2024 16:42
Select nodes jobs field on slurmrestd /slurm/*/jobs endpoint.
Add direct dependency on ClusterShell for the agent, in order to use
NodeSet class. Note this library was already an indirect dependency of
Slurm-web agent through RacksDB[web] dependency.
Add possibility to filter jobs which are allocated a specific node with
node query parameter on /v<version>/jobs endpoint.
Cover node query parameter on jobs route and slurmrestd.jobs_by_node()
method.
Add possibility to set specific label on JobStatusLabel component, in
alternative to the job status.
Display list of jobs which have resources allocated on the node in node
details page.

fix #292
@rezib rezib marked this pull request as ready for review November 13, 2024 20:45
@rezib rezib merged commit ae9309b into main Nov 18, 2024
9 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Nov 18, 2024
@rezib rezib deleted the pr/feat-292 branch November 18, 2024 22:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or enhancement to develop.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

List of jobs in node details page
1 participant