summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/helpers/refresh_helper.go
AgeCommit message (Expand)Author
2024-01-19Keep same branch selected when refreshing branchesStefan Haller
2023-12-27Add a sort order menu for local branchesAlex March
2023-10-10When refreshing models, re-apply active filter for the corresponding viewStefan Haller
2023-10-08Avoid rendering branches view twice when refreshingStefan Haller
2023-10-08Add inline status for pushing/pulling/fast-forwarding branchesStefan Haller
2023-10-03Band-aid fix for submodule/reset.go test failureStefan Haller
2023-08-29Add "Show divergence from upstream" entry to Upstream menu in branches panelStefan Haller
2023-08-22Call Then function only after everything is doneStefan Haller
2023-08-22Panic when trying to use RefreshOptions.Then with mode ASYNCStefan Haller
2023-08-19Fix yellow/red coloring while rebasingStefan Haller
2023-08-02Remove file watcher codeJesse Duffield
2023-07-31Add demo test variantJesse Duffield
2023-07-31Visualize local branch heads in commits panelStefan Haller
2023-07-31Add CheckedOutBranch to Model structStefan Haller
2023-07-30Standardise on using lo for slice functionsJesse Duffield
2023-07-30Fix flakey worktree testsJesse Duffield
2023-07-30Centralise logic for obtaining repo pathsJesse Duffield
2023-07-30Remove worktree version guardsJesse Duffield
2023-07-30Support older versions of git when fetching worktreesJesse Duffield
2023-07-30Better logic for knowing which repo we're inJesse Duffield
2023-07-30Only show worktree in status panel if not the main worktree and worktrees are...Jesse Duffield
2023-07-30Hide worktree functionality on old git versionsJesse Duffield
2023-07-30Move status panel presentation logic into presentation packageJesse Duffield
2023-07-30Address PR commentsJoel Baranick
2023-07-30Style missing worktree as red and display better error when trying to switch ...Joel Baranick
2023-07-30Update status to differentiate the main vs linked worktreesJoel Baranick
2023-07-30Initial addition of support for worktreesJoel Baranick
2023-07-29Have staging refresh wait for files to refresh firstJesse Duffield
2023-07-29Speed up refresh using concurrency and wait groupsJesse Duffield
2023-07-29Log duration of refreshJesse Duffield
2023-07-22Keep track of authors across local commits and branch commits for suggestionsJesse Duffield
2023-07-10Use an interface for tasks instead of a concrete structJesse Duffield
2023-07-09Use first class task objects instead of global counterJesse Duffield
2023-07-09Add mutex for refreshing branchesJesse Duffield
2023-07-08Remove redundant waitgroupJesse Duffield
2023-07-08Add busy count for integration testsJesse Duffield
2023-07-03Support filtering filesJesse Duffield
2023-05-25Use sentence case everywhereJesse Duffield
2023-04-30Refresh staging panel when committingJesse Duffield
2023-04-30standardise helper argsJesse Duffield
2023-04-30split context common from helper commonJesse Duffield
2023-04-30Begin refactoring guiJesse Duffield