summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/custom_commands
AgeCommit message (Expand)Author
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-02-16Fix order problems when saving custom commands historyStefan Haller
2024-01-19Keep same branch selected when refreshing branchesStefan Haller
2023-07-13Allow checking for merge conflicts after running a custom commandJesse Duffield
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-23Construct arg vector manually rather than parse stringJesse Duffield
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ć
2022-12-28move popup assertions into a 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-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-27more refactoring of popup stuffJesse Duffield
2022-12-27add prompt asserterJesse Duffield
2022-12-27refactor prompt handling in integration testsJesse Duffield
2022-12-26add switch-to-view methodsJesse Duffield
2022-12-26cleaner test assertionsJesse Duffield
2022-12-26rename SelectedLine to CurrentLine in testsJesse Duffield
2022-12-24add helper functions for popups in testsJesse Duffield
2022-12-24refactor to not have Match at the start of assert method names, because it re...Jesse Duffield
2022-11-25Resolve the prompt just before using itLuka Markušić
2022-10-03strip NUL bytes instead of replacing with spaceJesse Duffield
2022-10-02adjust test temporarily to unblock masterJesse Duffield
2022-10-02use lowercase 'quote' for consistency with existing custom command template f...Jesse Duffield
2022-10-01test: add integration test for `Quote`Ryooooooga
2022-09-17Add Key field to CustomCommandPrompt structMihai22125
2022-08-14fix CIJesse Duffield
2022-08-14migrate menuFromCommand integration testJesse Duffield
2022-08-14a more complex custom command testJesse Duffield
2022-08-14basic custom command testJesse Duffield