driusan / bug

Distributed bug tracking with the filesystem and hg or git
GNU General Public License v3.0
205 stars 7 forks source link

Move closed issues into a separate directory instead of deleting them. #25

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi. I think it's much better for close command to actually move the closed issue into issues/closed directory instead of deleting them, for future reference in case the same issue occurs again.

grantbow commented 3 years ago

I've added a total of 845 commits to driusan/bug, first at grantbow/bug then over at grantbow/fit. I've made the close command configurable using options along with 20 other options to change the behavior of the program. One of them is CloseMove: true. Another is ClosePreventDelete: true. The directory can be closed or any other string by changing FitClosedDirName: closed. Defaults have been made identical to bug so far but may be changed in the future. Please let me know what you think.

ghost commented 3 years ago

@grantbow Awesome work!! :smiley:

grantbow commented 3 years ago

Thank you very much. I've been extending bug and implementing what I've needed. This includes some import (soon export and synch) capabilities with other bug tracking systems.