1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-19 00:28:03 +02:00
Commit Graph

4221 Commits

Author SHA1 Message Date
f770a6246b rename function 2022-12-28 14:19:56 +11:00
5e9a897348 migrate ignore gitignore integration test 2022-12-28 13:35:07 +11:00
f2d0f362d4 migrate discard staged changes test 2022-12-28 13:24:23 +11:00
ae07cf5506 migrate discard old file change test 2022-12-28 13:01:32 +11:00
f3fa9ec2d1 Merge pull request #2311 from wakaka6/add_return_alt1 2022-12-28 11:54:16 +11:00
e661916ba6 Merge pull request #2331 from Ryooooooga/remove-unused-config 2022-12-28 11:43:08 +11:00
14a974742f rename from asserter to driver 2022-12-28 11:27:48 +11:00
9fef4447b6 move popup assertions into a struct 2022-12-28 11:00:22 +11:00
7aa843c75a create actions struct 2022-12-28 10:54:38 +11:00
a27092a7ad remove broken test 2022-12-28 10:43:14 +11:00
a3450dfdfc fix suggestions test 2022-12-28 10:41:42 +11:00
b4e9806352 fix test 2022-12-28 10:32:36 +11:00
f495945b87 fix bug 2022-12-28 10:29:32 +11:00
47de61b57c update integration test readme 2022-12-28 10:23:59 +11:00
06c878c051 minor changes 2022-12-28 10:23:54 +11:00
ed93e0a2b0 remove dependency on model 2022-12-27 22:52:20 +11:00
c5050ecabd move shell into test driver 2022-12-27 21:47:37 +11:00
78b495f50a rename input to t 2022-12-27 21:35:36 +11:00
53e06b71ae add tap function 2022-12-27 21:26:18 +11:00
b166b8f776 combine assert and input structs, clean up interface 2022-12-27 21:26:18 +11:00
c5c9f5bb94 rename 2022-12-27 21:26:18 +11:00
09e80e5f2a better namespacing for assertions 2022-12-27 21:26:18 +11:00
be30cbb375 add view asserter getter struct 2022-12-27 21:26:18 +11:00
b64f55518b refactor commit message stuff in integration tests 2022-12-27 21:26:18 +11:00
926ed7b9b2 more refactoring of popup stuff 2022-12-27 21:26:18 +11:00
8052ac4fd6 add prompt asserter 2022-12-27 21:26:18 +11:00
c976839a63 refactor prompt handling in integration tests 2022-12-27 21:26:17 +11:00
ac127f017e chore(config): remove unused config 2022-12-26 16:14:30 +09:00
cd418ec929 Merge pull request #2330 from jesseduffield/yet-more-test-migrations 2022-12-26 17:59:30 +11:00
8c89069965 update readme 2022-12-26 17:51:19 +11:00
09db4c4397 allow checking if line is selected in Lines and TopLines methods 2022-12-26 17:45:10 +11:00
96310288ee allow chaining matchers 2022-12-26 17:15:33 +11:00
c841ba8237 add switch-to-view methods 2022-12-26 16:49:54 +11:00
9a6f21ce42 cleaner test assertions 2022-12-26 12:20:13 +11:00
fa0414777f rename SelectedLine to CurrentLine in tests 2022-12-26 10:42:19 +11:00
5d2584a188 introduce ViewLines functions 2022-12-25 11:38:00 +11:00
fb15a2f4f8 Merge pull request #2326 from Ryooooooga/fix-scroll
fix https://github.com/jesseduffield/lazygit/issues/2309
2022-12-24 19:20:23 +11:00
b623ecf898 add helper functions for popups in tests 2022-12-24 19:15:59 +11:00
aedfce2845 refactor to not have Match at the start of assert method names, because it reads better that way 2022-12-24 19:14:52 +11:00
fa97b0c76e move background code into its own file 2022-12-24 19:14:52 +11:00
13639ac924 faster test 2022-12-24 19:05:46 +11:00
5c11b1ecb7 discard changes integration test 2022-12-24 19:05:46 +11:00
7c7f7bf9b9 migrate diffing integration tests 2022-12-21 22:52:23 +11:00
57a1817deb don't kill long-running sandbox sessions 2022-12-21 22:51:39 +11:00
b6c73b3620 Change null as the default return-alt1 2022-12-20 21:39:24 +08:00
7bdba1abe4 fix(#2309): fix diff scroll 2022-12-20 22:25:49 +09:00
f910b42c9c migrate confirm-on-quit integration test 2022-12-20 23:08:39 +11:00
dde70486a1 apply user config changes in sandbox mode 2022-12-20 23:07:43 +11:00
186b7197e4 clean up some integration test stuff 2022-12-20 22:54:00 +11:00
e3c6738535 remove snapshot approach for new integration tests 2022-12-20 22:45:03 +11:00