about summary refs log tree commit diff
path: root/nixos/modules/services/continuous-integration/github-runner
AgeCommit message (Expand)AuthorFilesLines
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-17/+17
2024-02-09nixos/github-runners: add a `group` option to set the executing groupVincent Haupert2-1/+33
2024-02-09nixos/github-runners: set `DynamicUser=false` if `user` not `null`Vincent Haupert1-3/+4
2024-02-09nixos/github-runners: align `nodeRuntimes` option with packageVincent Haupert1-1/+1
2024-02-09nixos/github-runners: rework `name` defaultVincent Haupert2-467/+492
2024-02-09nixos/github-runners: document new runner registrationsVincent Haupert1-0/+4
2024-02-09nixos/github-runners: add `noDefaultLabels` optionVincent Haupert2-2/+23
2024-02-09nixos/github-runners: remove superfluous usages of `lib`Vincent Haupert1-14/+14
2024-02-03nixos/github-runners: only override pkg if it has a `nodeRuntimes` argVincent Haupert1-1/+2
2024-01-20github-runner: mention manpage for serviceOverrides optionGutyina Gergő1-0/+1
2023-11-27treewide: use `mkPackageOption`h7x41-8/+1
2023-08-22nixos/github-runners: add `nodeRuntimes` optionVincent Haupert2-2/+11
2023-02-26nixos/github-runners: use `Runner.Listener` directly for registrationVincent Haupert1-1/+1
2023-02-26Merge pull request #217834 from yaxitech/gh-runner-workdir-cleanAaron Andersen1-3/+2
2023-02-23modules/github-runner: Improve `tokenFile` docsProfpatsch1-8/+33
2023-02-23nixos/github-runners: clean `workDir` as rootVincent Haupert1-3/+2
2023-01-09nixos/github-runners: fix format of service fileVincent Haupert1-194/+196
2023-01-09nixos/github-runners: use `mkMerge` for `serviceConfig`Vincent Haupert2-34/+35
2023-01-03nixos/github-runner: add workDir optionAlex Martens2-14/+35
2022-12-17nixos: fix typosfigsoda1-1/+1
2022-11-10nixos/github-runners: restart service if exit code signals a retryable errorVincent Haupert1-0/+3
2022-10-19nixos/github-runners: support fine-grained personal access tokensVincent Haupert2-4/+5
2022-10-19Use config name by default, falling back to attr nameTom McLaughlin1-4/+8
2022-10-17Set runner name to attr name for github-runners.${name}Tom McLaughlin1-1/+7
2022-10-11Cherry-pick 499748bTom McLaughlin1-39/+45
2022-10-11Fix user typeTom McLaughlin1-1/+1
2022-10-11Re-add `DynamicUser = true` per review discussionTom McLaughlin1-1/+5
2022-10-11Update descriptions to use lib.mdDocTom McLaughlin1-3/+3
2022-10-11Get rid of DynamicUser flagTom McLaughlin1-3/+0
2022-10-11Fix a deprecated types.string -> types.strTom McLaughlin1-1/+1
2022-10-11github-runner: configurable user, environment, service overrides + multiple r...Tom McLaughlin2-0/+409