summaryrefslogtreecommitdiffstats
path: root/pkg/utils/utils_test.go
AgeCommit message (Expand)Author
2024-04-07Replace min/max helpers with built-in min/maxEng Zer Jun
2022-08-06refactor to only have one context per viewJesse Duffield
2021-06-05support reverting merge commitsJesse Duffield
2021-06-02refactorJesse Duffield
2020-03-09big golangci-lint cleanupJesse Duffield
2020-02-25refactor the way we render listsJesse Duffield
2020-02-15fix specsJesse Duffield
2019-11-05support split view in staging panel and staging rangesJesse Duffield
2019-07-27Removed unnecessary string conversionChristian Muehlhaeuser
2019-02-16consider whether the view has focus when rendering the contents of a viewJesse Duffield
2019-02-11use go-errors package to display stacktrace of errors that cause panicsJesse Duffield
2018-12-08fetching branches without checking outJesse Duffield
2018-12-05staging lines and hunksJesse Duffield
2018-11-30Add full stops to new comments.BlakeMScurr
2018-11-30Add simple comments to uncommented functions.BlakeMScurr
2018-09-19fix issues with commit message panel losing focusJesse Duffield
2018-09-19one more spec to increase coverageJesse Duffield
2018-09-19update specsJesse Duffield
2018-09-19add specs for menu utilsJesse Duffield
2018-09-12add test for min methodJesse Duffield
2018-09-03add test for ResolvePlaceholderStringJesse Duffield
2018-08-20Convert \r\n to \n; don't depend on unix2dosTommy Nguyen
2018-08-19Convert test to use new libraryTommy Nguyen
2018-08-19Add missing braceTommy Nguyen
2018-08-19Merge branch 'master' into 157_remove_bomremyabel
2018-08-19remove testAnthony HAMON
2018-08-19NormalizeLinefeeds removes rather than converts Window/Mac style lf'sTommy Nguyen
2018-08-19Factor out into NormalizeLinefeeds; add testsTommy Nguyen
2018-08-19add test to utils packageAnthony HAMON