summaryrefslogtreecommitdiffstats
path: root/pkg/integration
AgeCommit message (Expand)Author
2024-06-23Show radio buttons in the sort order menu for branchesStefan Haller
2024-06-23Fix custom patch operations on added filesStefan Haller
2024-06-23Add test for moving a patch from an added file to an earlier commitStefan Haller
2024-06-23Add test for moving a patch from a deleted file to a new commitStefan Haller
2024-06-23Remove unneccesary test actionsStefan Haller
2024-06-23Clear keybinding functions in resetHelpersAndControllersStefan Haller
2024-06-23Add a test demonstrating the bugStefan Haller
2024-06-23Only render visible portion of the screen for commits viewStefan Haller
2024-06-23Assert that the search status view is visibleStefan Haller
2024-06-14Fix reporting of unexpected selections in integration testsStefan Haller
2024-06-12Suspend lazygit when continuing a rebase with exec todosStefan Haller
2024-06-12Show "exec" todos in the list of rebase todosStefan Haller
2024-06-10Disregard master commits when finding base commit for fixupStefan Haller
2024-06-10Add test demonstrating the desired behaviorStefan Haller
2024-06-07feat: support range selection for commit attributes amendAzraelSec
2024-06-07feat: let the staging secondary panel change view modeAzraelSec
2024-06-07fix: typo in `IsVisible` assertion stringAzraelSec
2024-06-05Include demos when running integration tests with go testStefan Haller
2024-06-05Don't wait in integration tests when running in headless modeStefan Haller
2024-06-05fix: update rebase_onto demo test to match new rebase menu titleAzraelSec
2024-06-03Add command "Rebase onto base branch" to rebase menuStefan Haller
2024-06-03Remove target branch from title of rebase menuStefan Haller
2024-06-03Add command "View divergence from base branch"Stefan Haller
2024-06-03Show divergence from base branch in branches listStefan Haller
2024-06-03Remove ColoredBranchStatus and branchStatusColorStefan Haller
2024-06-03More explicit test of status panel contentStefan Haller
2024-06-01Make "Find base commit for fixup" work with hunks with only added linesStefan Haller
2024-06-01Add integration test for pushing when the remote is not stored locallyStefan Haller
2024-05-20Add property outputTitle to CustomCommandStefan Haller
2024-05-20feat: focus on local commits view after moving code into new commitAzraelSec
2024-05-19Correctly request force-pushing in triangular workflowsStefan Haller
2024-05-19Add test demonstrating the problem with force-pushing in a triangular workflowStefan Haller
2024-05-19Rename PushBranch to PushBranchAndSetUpstreamStefan Haller
2024-05-19Remove redundant variable dedeclarationsJesse Duffield
2024-05-19Allow editing a custom command from the suggestions list by pressing 'e'Stefan Haller
2024-05-19Support deleting items from the custom commands historyStefan Haller
2024-05-18Fix stashing partialy staged files for git version >= 2.35.0dsolerhww
2024-05-15Add tests for clicking in status side panelStefan Haller
2024-05-01Add commitPrefix for defining a prefix for any projectJonathan Duck
2024-04-22Drop update-ref commands at the top of the rebase-todo fileStefan Haller
2024-04-22Add tests demonstrating undesired behavior with update-ref todos for copied b...Stefan Haller
2024-04-20pkg: fix some typosthirdkeyword
2024-04-12Support both Sha and Hash on commits in custom commandsStefan Haller
2024-04-12Add integration test that accesses commit properties in a custom commandStefan Haller
2024-04-07Replace min/max helpers with built-in min/maxEng Zer Jun
2024-03-28Fix the "Add to .git/info/exclude" command in submodules or worktreesStefan Haller
2024-03-28Add a test that demonstrates the problemStefan Haller
2024-03-28Keep the same commit selected when exiting filtering modeStefan Haller
2024-03-28Fix crash when filtering the keybindings menuStefan Haller
2024-03-26Fix deleting update-ref todosStefan Haller