summaryrefslogtreecommitdiffstats
path: root/src/confirm_rebase
AgeCommit message (Expand)Author
2021-06-17Remove public module refs from view moduleTim Oram
2021-06-12Remove ViewStateTim Oram
2021-06-12Move the render stage to a separate threadTim Oram
2021-06-12Remove RenderContext from input handlingTim Oram
2021-06-12Refactor external editor command runningTim Oram
2021-06-12Convert from inputs to eventsTim Oram
2021-06-12Move input reading from viewTim Oram
2021-06-12Add render contextTim Oram
2021-06-12Avoid view_data resize in modulesTim Oram
2021-03-29Add confirm componentTim Oram
2021-02-18Remove references to the lines vecTim Oram
2021-02-04Update rustfmt configuration with new optionsTim Oram
2021-01-27Rewrite display and input to use CrosstermTim Oram
2021-01-27Add mutable to cursesTim Oram
2021-01-27Add Size struct and refactorTim Oram
2020-11-01Import super::* in testsTim Oram
2020-10-29Move git interactive to todo file moduleTim Oram
2020-10-18Refactor the tests that use process utilsTim Oram
2020-09-20Add Display to process_module_handle_input_testTim Oram
2020-09-20Rename assert_handle_input_result macroTim Oram
2020-09-20Remove the exiting moduleTim Oram
2020-09-17Move error handling to process moduleTim Oram
2020-09-17Fix linting issues in test utilitiesTim Oram
2020-09-16Support a list of inputs in process input testTim Oram
2020-09-15Refactor process module input testsTim Oram
2020-09-14Refactor data render testsTim Oram
2020-09-02Add confirm rebase module testsTim Oram
2020-09-02Refactor help to not be a process moduleTim Oram
2020-09-01Ensure rebuild of ViewDataTim Oram
2020-09-01Cleanup the render stage in the Process moduleTim Oram
2020-08-02Move prompt to ViewDataTim Oram
2020-07-29Apply const to functions where possibleTim Oram
2020-07-29Remove most usages of pub(crate)Tim Oram
2020-07-29Enable all rustc lintsTim Oram
2020-03-17Refactor input handlingTim Oram
2019-12-28Update visibility to be required minimumTim Oram
2019-07-03Move remaining code form application to processTim Oram
2019-06-30Move list to moduleTim Oram
2019-06-21Move confirm rebase to moduleTim Oram