aboutsummaryrefslogtreecommitdiff
path: root/ticket (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 Gattozzi2-84/+54
2019-12-13Refactor ticket to use common methodsMichael Gattozzi2-129/+78
2019-12-13Add the ability to add comments to ticketsMichael Gattozzi4-32/+107
2019-12-10License all code under GPL-3.0Michael Gattozzi1-0/+1
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 Gattozzi4-87/+192
2019-12-02Add a tui for ticketMichael Gattozzi4-16/+401
2019-11-26Add logging output to ticketMichael Gattozzi2-3/+46
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 Gattozzi2-58/+14
2019-11-18Change ticket/Cargo.toml to use non * versionsMichael Gattozzi1-5/+5
2019-11-18Add ticket functionality to dev-suite (#3)Michael Gattozzi3-6/+228