summaryrefslogtreecommitdiffstats
path: root/pkg/integration/components
AgeCommit message (Expand)Author
2024-03-09Local-ise remote branches when checking out by namecheckout-by-nameJesse Duffield
2024-03-07Extend submodule tests to use a submodule where name and path are differentStefan Haller
2024-01-28Show mode-specific keybinding suggestionsJesse Duffield
2024-01-25Fix error message for selected linesJesse Duffield
2024-01-24Refactor repo_paths.go to use git rev-parseJohn Whitley
2024-01-23Better assertion logic for line selectionJesse Duffield
2024-01-19Standardise display of range selection across viewsJesse Duffield
2024-01-14Use ErrorToast instead of error panel when invoking a disabled commandStefan Haller
2024-01-14Make it mandatory to acknowledge toasts in testsStefan Haller
2024-01-14Make it possible to handle toasts in integration testsStefan Haller
2024-01-13Add ability to start an interactive rebase onto an appropriate baseJesse Duffield
2024-01-12Set working directory in lazygit test commandJesse Duffield
2024-01-10Add a method GitVersion.IsAtLeastStefan Haller
2024-01-09Add test demonstrating a bug with preserving the commit messageStefan Haller
2024-01-09Remove unused functionStefan Haller
2023-12-22Add integration test for remote branch sort orderStefan Haller
2023-11-30Add coverage arg for integration testsJesse Duffield
2023-11-29Use args struct for RunTestsJesse Duffield
2023-10-16Make the window a little wider for headless integration testsStefan Haller
2023-09-28Use constant for WAIT_FOR_DEBUGGER env varStefan Haller
2023-09-28Build lazygit without optimizations and inlining when debuggingStefan Haller
2023-09-25Print race detector logs after running a test with -raceStefan Haller
2023-09-25Support -race arg when running integration tests to turn on go's race detectorStefan Haller
2023-09-15Rename test/results to test/_resultsStefan Haller
2023-09-11Provide a simple way to debug an integration testStefan Haller
2023-08-29Add DoesNotContainAnyOf matcherStefan Haller
2023-08-29Add a mechanism to insert non-model items into list contextsStefan Haller
2023-08-21Add integration testStefan Haller
2023-08-12Add commit graph demoJesse Duffield
2023-08-12Add rebase from marked base commit testJesse Duffield
2023-08-10Allow deleting remote tags/branches from local tag/branch views (#2738)Federico
2023-08-07Add a Click() primitive to the integration test librarySimon Whitaker
2023-08-07Test bare repos with dotfile setupJesse Duffield
2023-08-04Add custom patch demoJesse Duffield
2023-08-02Add demo for amending old commitJesse Duffield
2023-08-02Appease linterJesse Duffield
2023-08-01Wait in demo after setting captionJesse Duffield
2023-07-31Add demo test variantJesse Duffield
2023-07-30Remove secureexec packageJesse Duffield
2023-07-30Standardise on using lo for slice functionsJesse Duffield
2023-07-30Add test for opening lazygit in the worktree of a bare repoJesse Duffield
2023-07-30Support fastforwarding worktreeJesse Duffield
2023-07-30Add worktree tests for removing/detachingJesse Duffield
2023-07-30Add worktree integration testsJesse Duffield
2023-07-30Fix testsJesse Duffield
2023-07-30Fix testsJesse Duffield
2023-07-22Better tag creation UXJesse Duffield
2023-07-22Use fuzzy search when filtering a viewJesse Duffield
2023-07-19Add integration test for accordion modeJesse Duffield
2023-07-10Fix Shell.Stash() for older versions of gitStefan Haller