aboutsummaryrefslogtreecommitdiff
path: root/ticket/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-05Fix the ticket tui so it does not panicMichael Gattozzi1-24/+38
2020-01-05Create a panic handler for ticket tuiMichael Gattozzi1-0/+28
2020-01-02Fix init logic for `ds init`Michael Gattozzi1-0/+1
2020-01-01Change ticket tui to fix thread panic on WindowsMichael Gattozzi1-6/+17
2019-12-23Add the ability to assign users to ticketsMichael Gattozzi2-6/+91
2019-12-20Upgrade tui to allow commenting from itMichael Gattozzi3-89/+217
2019-12-19Switch from termion to crossterm for tuiMichael Gattozzi1-82/+52
2019-12-13Refactor ticket to use common methodsMichael Gattozzi2-129/+78
2019-12-13Add the ability to add comments to ticketsMichael Gattozzi3-32/+102
2019-12-10Make the pre-commit script pedantic and fix errorsMichael Gattozzi3-29/+51
2019-12-03Upgrade ticket format from V0 to V1 to use UUIDsMichael Gattozzi3-87/+191
2019-12-02Add a tui for ticketMichael Gattozzi3-16/+398
2019-11-26Add logging output to ticketMichael Gattozzi1-3/+44
2019-11-22Fix formatting and add checks to pre-commit hookMichael Gattozzi1-4/+19
2019-11-21Move find_root function into the new shared crateMichael Gattozzi1-58/+13
2019-11-18Add ticket functionality to dev-suite (#3)Michael Gattozzi1-4/+223