This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These changes improve the slurmdbd charm in a number of ways. 1) remove slurm-ops-manager 2) remove unused code 3) emit relation data to the charm via events 4) remove dependency on slurmctld 5) general code cleanup 6) consolidate yaml files into charmcraft.yaml 7) add type tests 8) rename interface slurmdbd -> slurmctld 9) update readme Address feedback from PR review. * add package managers for each package, slurmdbd and munge * address docstring issues * move constants to constants.py * address test failure * pin requirements * install funtions handle failure cases * upgrade to checkout action v4
- Loading branch information
1 parent
43c4eac
commit cb000c8
Showing
25 changed files
with
5,041 additions
and
2,903 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,5 @@ __pycache__/ | |
.idea | ||
.vscode/ | ||
version | ||
.ruff_cache/ | ||
.mypy_cache/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.