summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-10-10add some safe goroutinesJesse Duffield
WIP
2020-10-10small changesJesse Duffield
2020-10-10store everything you need to know about a test in its directoryJesse Duffield
2020-10-10more mutex safety with staging panelJesse Duffield
2020-10-10stop using snapshotsCI
2020-10-10configurable speedsCI
2020-10-10stop using snapshot just store the actual resultant repoCI
2020-10-10support running integration tests in parallelCI
2020-10-10fix CIJesse Duffield
2020-10-10fall back to slower speed if test failsJesse Duffield
2020-10-10fix loop logicJesse Duffield
2020-10-10another integration testJesse Duffield
2020-10-10paging keybindings for line by line panelJesse Duffield
support searching in line by line panel move mutexes into their own struct add line by line panel mutex apply LBL panel mutex bump gocui to prevent crashing when search item count decreases
2020-10-10another integration testJesse Duffield
2020-10-10add merge conflicts integration testJesse Duffield
2020-10-10heed gocui stoppingJesse Duffield
2020-10-10kill process if nothing happens two seconds after final eventJesse Duffield
2020-10-10add another integration testJesse Duffield
2020-10-10support configurable configJesse Duffield
2020-10-10better interfaceJesse Duffield
2020-10-10this is so coolJesse Duffield
2020-10-10support integration testingJesse Duffield
WIP
2020-10-10support recording sessions for testing purposesJesse Duffield
2020-10-10type i18nJesse Duffield
2020-10-10have typed default configJesse Duffield
2020-10-10store popup version in state not config so that we never need to write to ↵Jesse Duffield
the user config
2020-10-10remove viperJesse Duffield
WIP
2020-10-09Create Integration_Tests.mdJesse Duffield
2020-10-06bump go-git to fix invalid merge errorJesse Duffield
2020-10-06switch to fork of go-gitJesse Duffield
2020-10-06Add error panel.kobutomo
2020-10-06Ignore "i" command if the filename is .gitignorekobutomo
2020-10-02dont close over loop variables ugh I hate this language featureJesse Duffield
2020-10-02fix windows CIJesse Duffield
2020-10-02update keybindingsJesse Duffield
2020-10-02fix testJesse Duffield
2020-10-02use path not nameJesse Duffield
2020-10-02dont really need thisJesse Duffield
2020-10-02bulk submodule menuJesse Duffield
2020-10-02stop refreshing item when at end of listJesse Duffield
2020-10-02allow updating submoduleJesse Duffield
2020-10-02allow submodule init and show submodule diff with a prefixJesse Duffield
2020-10-02improved command for deleting a submoduleJesse Duffield
2020-10-02manually update submodule urlJesse Duffield
2020-10-02add mutexes for when looping through viewsJesse Duffield
2020-10-02allow updating submodule urlJesse Duffield
2020-10-02allow adding a submoduleJesse Duffield
2020-10-02add more submodule commandsJesse Duffield
2020-10-02add submodules contextJesse Duffield
2020-10-02make it easier to add a tab to a viewJesse Duffield