From 259750277a67bcc89377cbe9456c463cb3f5a59a Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 20 Jul 2020 00:34:14 +0100 Subject: feat(web/todolist): Implement a "todo-list" page generator 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 --- ci-builds.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'ci-builds.nix') diff --git a/ci-builds.nix b/ci-builds.nix index 2e4e403920..349ce9e988 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) ] -- cgit 1.4.1