tazend

Results 8 issues of tazend

Branch is [here](https://github.com/PySlurm/pyslurm/tree/rework/jobs) ## Classes - [x] `Job` class providing read-only access to all possible attributes of jobs (e.g. time of submission) - [x] `Jobs` class, acting as a custom...

# General - [ ] Put into seperate package: slurmdbd - [ ] Have a central class to manage opening/closing Slurmdbd connections # Portions that need a rework or new/improved...

Accepted

Hi, right now I believe the codebase is a bit unpleasant to maintain and add new stuff to, since everything is put into one big file that consists of thousands...

Enhancement

## Classes - [x] `Association` class providing access to all possible members of `slurmdb_assoc_rec_t` - [x] `Associations` class, acting as a custom collection (dict) that holds all the `Association` instances....

## Classes - [ ] `Reservation` class wrapping all members of the C-struct as properties. - [ ] `Reservations` class, acting as a custom collection (dict) to retrieve all Reservations,...

Hi, this branch is based on #8 which fixes the unnecessary blank lines the current template produces. **Describe the change** This branch also adds the ability to specify a list...

## Proposed feature It should be possible to specify a list for the `path` and `postrotate` variable in a logrotate entry, instead of just a single string. ## Rationale It...