aboutsummaryrefslogtreecommitdiff
path: root/src/context.rs
Commit message (Collapse)AuthorAgeFilesLines
* cargo fmtdiogo4642026-02-111-3/+3
|
* Add support for differing username between cluster and local machinejbordalo2026-02-111-0/+9
|
* fix: dont panic when unable to obtain hostnamediogo4642025-10-301-8/+11
| | | | | | | | | if we are unable to obtain the hostname of the local machine from the /etc/hostname file or HOSTNAME env var then an empty string is used as the hostname and a warning is shown instead of a panic. since the hostname is just used to determine if we are executing on the cluster, and the cluster machines all have their hostnames set, then using the empty string should not be a problem.
* fix: trim hostname to remove newlinesdiogo4642025-09-181-0/+1
|
* feat: added oar job id inferencediogo4642025-07-221-3/+26
|
* cargo clippy --fixdiogo4642025-07-101-2/+1
|
* clean enough for nowdiogo4642025-07-101-0/+58