summary refs log tree commit diff
path: root/nixos/modules/services/continuous-integration/hercules-ci-agent/common.nix
Commit message (Collapse)AuthorAge
* nixos/hercules-ci-agent: sync module with upstreamIlan Joselevich2023-05-22
|
* nixos/*: convert internal option descriptions to MDpennae2022-08-31
| | | | we'll have to do it eventually, may as well be now.
* nixos/*: literalDocBook -> literalMDpennae2022-08-27
| | | | no change to rendered output
* nixos/*: automatically convert option docspennae2022-08-19
|
* nixos/*: normalize links with #TEXT=hrefpennae2022-08-19
| | | | | the xslt pass will re-add this text, and not having href and text be equal is required to automatically migrate these links to markdown.
* treewide: automatically md-convert option descriptionspennae2022-07-30
| | | | | | | | | | | | | | | | | | | | | | the conversion procedure is simple: - find all things that look like options, ie calls to either `mkOption` or `lib.mkOption` that take an attrset. remember the attrset as the option - for all options, find a `description` attribute who's value is not a call to `mdDoc` or `lib.mdDoc` - textually convert the entire value of the attribute to MD with a few simple regexes (the set from mdize-module.sh) - if the change produced a change in the manual output, discard - if the change kept the manual unchanged, add some text to the description to make sure we've actually found an option. if the manual changes this time, keep the converted description this procedure converts 80% of nixos options to markdown. around 2000 options remain to be inspected, but most of those fail the "does not change the manual output check": currently the MD conversion process does not faithfully convert docbook tags like <code> and <package>, so any option using such tags will not be converted at all.
* nixos/hercules-ci-agent: Update moduleRobert Hensing2021-11-19
|
* nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
|
* treewide: convert phases that contain ":" to dont* = true (#130500)Sandro2021-07-18
|
* nixos/hercules-ci-agent: Set default labelsRobert Hensing2021-05-04
|
* nixos/hercules-ci-agent: Set default concurrency to autoRobert Hensing2021-05-04
|
* Improve todoRobert Hensing2021-02-10
|
* nixos/hercules-ci-agent: Improve concurrentTasks option docRobert Hensing2021-02-10
|
* nixos/hercules-ci-agent: Format with nixpkgs-fmtRobert Hensing2021-02-10
|
* nixos/hercules-ci-agent: Remove patchNixRobert Hensing2021-02-06
|
* nixos/hercules-ci-agent: initRobert Hensing2020-08-23