summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/interactive_rebase
AgeCommit message (Expand)Author
2023-08-22Select same commit again after pressing "e" to edit a commitStefan Haller
2023-08-22Add assertion to show the problemStefan Haller
2023-07-31Visualize local branch heads in commits panelStefan 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-08Add busy count for integration testsJesse Duffield
2023-07-02Use comment char config on interactive rebaseGustavo Krieger
2023-07-02Add tests of interactive rebase with custom comment characterGustavo Krieger
2023-06-22Add a test for stopping at an "edit" command that conflictsStefan Haller
2023-06-22Insert fake todo entry for a conflicting commit that is being appliedStefan Haller
2023-06-22Add test for rewording a commit and failing with an errorStefan Haller
2023-06-22Add test for a pick that fails and gets rescheduledStefan Haller
2023-06-22Add test for amending a commit, causing a conflictStefan Haller
2023-06-22Extend test to expect what commits we want to be listed when there's a conflictStefan Haller
2023-05-25Use sentence case everywhereJesse Duffield
2023-05-23Construct arg vector manually rather than parse stringJesse Duffield
2023-05-02Rename From to AtLeastStefan Haller
2023-05-02Add config gui.experimentalShowBranchHeadsStefan Haller
2023-05-01Merge pull request #2552 from stefanhaller/support-stacked-branchesJesse 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-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-15Make EditRebaseTodo more robustStefan Haller
2023-04-15Add integration test for dropping a todo commit when there's an update-refStefan Haller
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-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-02-27Make integration test more robustStefan Haller
2023-02-26cleanup integration test codeJesse Duffield
2023-02-22migrate more testsJesse Duffield
2023-02-22migrate interactive rebase integration testsJesse Duffield
2023-02-20Allow squashing fixups above the first commit of a repoStefan Haller
2023-02-20Add integration tests for rebasing to the initial commitStefan Haller
2023-02-20Better error message for trying to squash or fixup the first commitStefan Haller
2022-12-28move popup assertions into a structJesse Duffield
2022-12-28create actions structJesse Duffield
2022-12-27remove dependency on modelJesse Duffield
2022-12-27move shell into test driverJesse Duffield
2022-12-27rename input to tJesse Duffield
2022-12-27add tap functionJesse Duffield
2022-12-27combine assert and input structs, clean up interfaceJesse Duffield
2022-12-27better namespacing for assertionsJesse Duffield
2022-12-27add view asserter getter structJesse Duffield
2022-12-27add prompt asserterJesse Duffield
2022-12-27refactor prompt handling in integration testsJesse Duffield