isle/tasks
2025-01-01 13:07:35 +01:00
..
bugs Don't restart garage on config change 2025-01-01 13:07:35 +01:00
docs Include 'internal_inbound' and 'internal_outbound' in 'vpn firewall show' output 2024-12-31 11:46:49 +01:00
drafts More work on task planning and organization 2024-12-29 20:59:15 +01:00
misc Improve logic around waiting for garage to be considered ready 2025-01-01 12:38:16 +01:00
nats More work on task planning and organization 2024-12-29 20:59:15 +01:00
release Start planning out v0.0.4 release 2024-12-31 12:42:31 +01:00
remote-debugging Improve logic around waiting for garage to be considered ready 2025-01-01 12:38:16 +01:00
remove-host More work on task planning and organization 2024-12-29 20:59:15 +01:00
s3fs-fuse Spec out some new tasks, re-organize old ones 2024-12-24 09:39:01 +01:00
secrets/propagation More work on task planning and organization 2024-12-29 20:59:15 +01:00
windows-support Start planning out v0.0.4 release 2024-12-31 12:42:31 +01:00
README.md Spec out some new tasks, re-organize old ones 2024-12-24 09:39:01 +01:00
shell.nix Move most TODOs into task files, introduce busiless to explore them 2024-12-10 21:36:56 +01:00

tasks

This directory contains busiless task files. Each file corresponds to a task which must be done, unless it is located in a drafts directory in which case it is still under consideration.

Usage

Creating new task files is as simple as creating a new markdown file with the appropriate frontmatter, as described in the busiless documentation.

Within this directory you can run nix-shell to open a shell which has the busiless binary available. This binary can be used to visualize and explore the task files.

Example Usage:

To prioritize all tasks within the v0.0.3 directory:

busiless prioritize --root . --pattern '/v0.0.3/**'