Files
mgmt/TODO.md
James Shubin 598c74657c file: Overhaul file resource and add recursion
The file resource contained some of the early golang code that I wrote
for this project. Needless to say, some of it was quite yucky, and it
was also lacking a number of important features. This patch builds upon
it so that it starts being usable for directories of files too.

Many thanks to Sam Gélineau for helping with the recursive watching. My
brain officially didn't want to look at that code anymore.
2016-09-12 01:55:31 -04:00

1.7 KiB

TODO

If you're looking for something to do, look here! Let us know if you're working on one of the items.

Package resource

  • getfiles support on debian bug
  • directory info on fedora bug
  • dnf blocker bug
  • install signal blocker bug

File resource bug ❤️

Exec resource

  • base resource improvements

Timer resource

  • base resource bug ❤️
  • reset on recompile
  • increment algorithm (linear, exponential, etc...)

Virt (libvirt) resource

  • base resource bug

Etcd improvements

  • embedded etcd master

Language improvements

  • language design
  • lexer/parser
  • automatic language formatter, ala gofmt
  • gedit/gnome-builder/gtksourceview syntax highlighting
  • vim syntax highlighting
  • emacs syntax highlighting

Other

  • better error/retry handling
  • deb package target in Makefile
  • reproducible builds
  • add your suggestions!