summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests
AgeCommit message (Expand)Author
2023-08-29Add integration test for the new divergence logStefan Haller
2023-08-22Select same commit again after pressing "e" to edit a commitStefan Haller
2023-08-22Add assertion to show the problemStefan Haller
2023-08-21Add integration testStefan Haller
2023-08-12Add demo for diffing two commitsJesse Duffield
2023-08-12Factor out common config setup functions in demo packageJesse Duffield
2023-08-12Add commit graph demoJesse Duffield
2023-08-12Add rebase from marked base commit testJesse Duffield
2023-08-12Add undo demoJesse Duffield
2023-08-10Allow deleting remote tags/branches from local tag/branch views (#2738)Federico
2023-08-09If OpenLink errors, show a dialog insteadSimon Whitaker
2023-08-07Support bare worktrees where worktree does not have its own .git fileJesse Duffield
2023-08-07Test bare repos with dotfile setupJesse Duffield
2023-08-07Use nerdfont version 3Jesse Duffield
2023-08-04Add custom patch demoJesse Duffield
2023-08-04Add worktree demoJesse Duffield
2023-08-04Add custom command demoJesse Duffield
2023-08-03Add undo/redo demoJesse Duffield
2023-08-02Add demo for staging linesJesse Duffield
2023-08-02Add demo for amending old commitJesse Duffield
2023-08-02Add demo for filtering branchesJesse Duffield
2023-08-02Appease linterJesse Duffield
2023-08-01Wait in demo after setting captionJesse Duffield
2023-08-01Add explosion animation when nuking working treeJesse Duffield
2023-08-01Start in fullscreen when passing a git argJesse Duffield
2023-07-31Add automated demo recordings (#2853)Jesse Duffield
2023-07-31Add demo test variantJesse Duffield
2023-07-31Show correct keybindings in force-push promptStefan Haller
2023-07-31Allow force-tagging if tag existsStefan Haller
2023-07-31Add a "Mark commit as base commit for rebase" commandStefan Haller
2023-07-31Don't show branch heads in reflog subcommitsStefan Haller
2023-07-31Visualize local branch heads in commits panelStefan Haller
2023-07-31Make bisect/basic.go test more concreteStefan Haller
2023-07-31Add author short names to commits in testStefan Haller
2023-07-31Improve updateRef testStefan Haller
2023-07-31Remove the old experimentalShowBranchHeads mechanism and configStefan Haller
2023-07-30Standardise on using lo for slice functionsJesse Duffield
2023-07-30Fix flakey worktree testsJesse Duffield
2023-07-30Fix bug where worktree view would take over window upon switching branchesJesse Duffield
2023-07-30Use fields rather than methods on worktreesJesse Duffield
2023-07-30Centralise logic for obtaining repo pathsJesse Duffield
2023-07-30Add test for opening lazygit in the worktree of a bare repoJesse Duffield
2023-07-30Update repo switch logicJesse Duffield
2023-07-30Add test for retained context focus when switching worktreesJesse Duffield
2023-07-30Support fastforwarding worktreeJesse Duffield
2023-07-30Add more worktree testsJesse Duffield
2023-07-30Add worktree tests for removing/detachingJesse Duffield
2023-07-30Add worktree integration testsJesse Duffield
2023-07-30Fix testsJesse Duffield
2023-07-29When bisecting, always mark the current commit as good/bad, not the selectedStefan Haller