summaryrefslogtreecommitdiffstats
path: root/pkg/integration
AgeCommit message (Expand)Author
2023-06-03Support matchers on integers in integration testsJesse Duffield
2023-06-01Add integration test for commit highlighting on focusJesse Duffield
2023-06-01Show menu instead of prompt when there are conflicts in a rebase or mergeStefan Haller
2023-05-29Support suggestions generated from command in custom commandsJesse Duffield
2023-05-29Add suggestionsPreset to custom commands systemJesse Duffield
2023-05-25Use sentence case everywhereJesse Duffield
2023-05-23Fix discard logicJesse Duffield
2023-05-23Construct arg vector manually rather than parse stringJesse Duffield
2023-05-20Remove the toast when toggling "ignore whitespace"Stefan Haller
2023-05-17Merge pull request #2612 from longlhh90/fix-commit-prefixes-with-empty-commit...Jesse Duffield
2023-05-17remove empty message check as message of commit can be emptyLukas
2023-05-11Extend one of the filtering tests to start on a commit other than the firstStefan Haller
2023-05-11Merge branch 'master' into refactor-better-encapsulationJesse Duffield
2023-05-02Add own version for test move_to_earlier_commit for older git versionsStefan Haller
2023-05-02Rename From to AtLeastStefan Haller
2023-05-02merge master into refactor-better-encapsulationJesse Duffield
2023-05-02Add config gui.experimentalShowBranchHeadsStefan Haller
2023-05-01Merge pull request #2552 from stefanhaller/support-stacked-branchesJesse Duffield
2023-04-30Retain commit message when cycling historyJesse Duffield
2023-04-30Split commit message panel into commit summary and commit description panelSean
2023-04-30remove log call because it clutters test outputJesse Duffield
2023-04-30update integration test for toggling whitespaceJesse Duffield
2023-04-30Retain commit message when cycling historyJesse Duffield
2023-04-30Split commit message panel into commit summary and commit description panelSean
2023-04-29Make RebaseCommands.AmendTo more robustStefan Haller
2023-04-29Implement "edit commit" in terms of the new EditRebase functionStefan Haller
2023-04-29enforce lowercase filenamesJesse Duffield
2023-04-15test: check focus on commits after performing an advanced rebaseAzraelSec
2023-04-15use lowercase text for menu items (as we're still yet to standardise on 'Sent...Jesse Duffield
2023-04-15test: add integration test to verify the interactive rebase correctly workAzraelSec
2023-04-15test: update the UI to follow the new rebase type selection instead of confir...AzraelSec
2023-04-15Make EditRebaseTodo more robustStefan Haller
2023-04-15Add integration test for dropping a todo commit when there's an update-refStefan Haller
2023-04-15Add GitVersion field to NewIntegrationTestArgsStefan Haller
2023-04-14fix flaky testsJesse Duffield
2023-04-13Reorder testsStefan Haller
2023-04-13Rename test files to match test namesStefan Haller
2023-04-13Don't add custom command to history if it starts with spaceLuka Markušić
2023-04-01Better error message when trying to amend a commit other than head during rebaseStefan Haller
2023-04-01Allow amending the head commit during interactive rebaseLuka Markušić
2023-04-01Add integration test for amending from the files panelStefan Haller
2023-04-01Better error message when trying to edit or move a non-todo commit during rebaseStefan Haller
2023-04-01Allow rewording the head commit during interactive rebaseStefan Haller
2023-03-24Merge pull request #2377 from shinhs0506/clear-staging-after-commitJesse Duffield
2023-03-24remove old integration test recording codeJesse Duffield
2023-03-20refresh the staging panel on successful commitJohn Shin
2023-03-19specify view when assertion on line count failsJesse Duffield
2023-03-18Fix "move patch into new commit" for partial hunk (#2507)Stefan Haller
2023-03-07Reenable failing testStefan Haller
2023-03-07Concatenate patches to apply them all at onceStefan Haller