| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: improve error message when job has 0 machines | diogo464 | 2025-10-30 | 1 | -0/+7 |
| | | | | | | | | | when a job is not yet in running state the program runs but the function that lists the job's machines returns zero machines which can cause a panic from division by 0 which is not a very helpful message. this commit improves the error/warn messages when no machines are listed for a job. | ||||
| * | only consider running oar jobs when listing them | diogo464 | 2025-08-17 | 1 | -1/+10 |
| | | |||||
| * | feat: added oar job id inference | diogo464 | 2025-07-22 | 1 | -2/+266 |
| | | |||||
| * | cargo clippy --fix | diogo464 | 2025-07-10 | 1 | -3/+3 |
| | | |||||
| * | clean enough for now | diogo464 | 2025-07-10 | 1 | -0/+164 |
