aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/todo_list.go
Commit message (Expand)AuthorAgeFilesLines
* Swap a break for a continue.Stuart Skelton2017-08-121-1/+1
* Allow for ranged ids in some commandsStuart Skelton2017-08-121-37/+73
* Group similar code together.Stuart Skelton2017-08-041-8/+9
* Empower the todo_item to set its attributes correctly itself.Stuart Skelton2017-08-041-5/+4
* Add `CompletedDate` to todo item.Ingo Richter2017-04-081-2/+2
* Merge branch 'master' into garbage-collectGrant Ammons2017-03-071-0/+14
|\
| * Add priority featureGrant Ammons2017-03-031-0/+14
* | Add garbage collection featureGrant Ammons2017-03-031-2/+32
|/
* Refactor todolist stuff out of the file store implementationGrant Ammons2016-06-121-0/+98