diff options
author | Vincent Ambo <mail@tazj.in> | 2020-07-19T23·34+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-07-19T23·40+0000 |
commit | 259750277a67bcc89377cbe9456c463cb3f5a59a (patch) | |
tree | e9b8596e34f3d64621c5ce1b4956feebb0b1213b /ci-builds.nix | |
parent | 15afa8472e1b1bbf236d4cf8e9f399345c48d3fe (diff) |
feat(web/todolist): Implement a "todo-list" page generator r/1404
This invokes ripgrep & jq to construct a list of TODOs from known users across depot sources, and dumps it into a static page that we can serve. The structure is relatively simple, but it might be useful. See here for an example of what this looks like: https: //tazj.in/blobs/todos.png Change-Id: I1edef56606273584ab886b9e762c8ed4d210919d Reviewed-on: https://cl.tvl.fyi/c/depot/+/1296 Tested-by: BuildkiteCI Reviewed-by: Alyssa Ross <hi@alyssa.is>
Diffstat (limited to 'ci-builds.nix')
-rw-r--r-- | ci-builds.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci-builds.nix b/ci-builds.nix index 2e4e40392014..349ce9e98894 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -74,6 +74,7 @@ in lib.fix (self: { tools.cheddar tools.nsfv-setup web.cgit-taz + web.todolist web.tvl (drvify "getBins-tests" nix.getBins.tests) ] |